Files
cheatsheets/linux.md
Rico Sta. Cruz a18063bb9a Update linux.md
2019-03-24 07:43:41 +08:00

264 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