mirror of
https://github.com/onkelbeh/cheatsheets.git
synced 2025-10-15 15:08:27 +02:00
254 B
254 B
title
title |
---|
Linux |
Mounting a RAM drive
$ mount -t tmpfs -o size=5G,nr_inodes=5k,mode=700 tmpfs /tmp
Visudo
sudo visudo
username ALL=(ALL) NOPASSWD:/sbin/restart whatever
Answer yes in a bash script
yes | /your/command