mirror of
https://github.com/rstacruz/cheatsheets.git
synced 2026-04-27 03:00:45 -04:00
14 lines
198 B
Markdown
14 lines
198 B
Markdown
---
|
|
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
|