1
0
mirror of https://github.com/onkelbeh/cheatsheets.git synced 2025-10-15 15:08:27 +02:00
cheatsheets/linux.md
Yulia Kostrikova 3b758480db Linux commands
2019-01-17 21:45:56 +02:00

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