Superuser
Shortcut to run current command with sudo in bash
2012/09/20
For me, I mostly forget to add “sudo” to the command until the time I am actually supposed to run it. Also sometimes, on some systems, bash completion does not work as expected with “sudo”. With these …
Introducing /run – what is this directory doing in my root directory?
2011/04/13
Image via Wikipedia […] http://lwn.net/Articles/436012/ There is a suggestion to add /run directory that will be mounted as tmpfs. This directory will be mounted early in the boot process and …