Files
cheatsheets/linux.md
Rico Sta. Cruz baca60b2ee Massive update.
2012-10-11 16:13:19 +08:00

176 B

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