The nohup command allows a command to be run that is immune to
hangups. That is, nohup runs the given command with hangup signals
ignored, so that the command can continue running in the background
after you log out.
$ nohup COMMAND [ARG]...
Copyright (c) 1995-2004
Marketplace:
Facts:
" Measuring programming progress by lines of code is like measuring aircraft building progress by weight.
"