Linux Command Directory
This directory of Linux commands is from Linux in a Nutshell, 5th Edition.
Click on any of the 687 commands below to get a description and list of available options. All links in the command summaries point to the online version of the book on Safari Bookshelf.
Buy it now, or read it online on Safari Bookshelf.
nohup
nohup command [arguments] nohup option
Run the named command with its optional command arguments, continuing to run it even after you log out (make command immune to hangups—i.e., no hangup). Terminal output is appended to the file nohup.out by default, or $HOME/nohup.out if nohup.out can't be written to. Modern shells preserve background commands by default; this command is necessary only in the original Bourne shell.
Options
Print usage information and exit.
Print version information and exit.




