Open Source Desktop Environment : GnuNoHup

HomePage :: Categories :: PageIndex :: RecentChanges


Search this site: OSDE.INFO is produced by "osde8info" :

Revision [998]

The oldest known version of this page was edited on 2008-05-16 09:57:32 by OsdeInfo
http://www.gnu.org/software/coreutils/manual/coreutils.html

gnu nohup

nohup runs the given COMMAND with hangup signals ignored, so that the command can continue running in the background after you log out.

nohup redirects standard output to the file 'nohup.out'; if that cannot be written to, it is appended to the file `$HOME/nohup.out'.

nohup redirects standard error to the same file descriptor as the standard output.

nohup does not automatically put the command it runs in the background so you must do that explicitly, by ending the command line with an `&'.

$ nohup updatedb &



REFERRERS
GnuCoreUtils
Valid XHTML 1.0 Transitional :: Valid CSS :: Powered by WikkaWiki
Page was generated in 0.0348 seconds