| How to run a command in the background or after you exit from a shell prompt |
|
| sysadmin |
Solution 1: use "nohup"
example:
logon again and check the sleep process with ps:
A nice way to monitor the output of a nohup command ist to use tail -f:
Solution 2: use "at"
To submit a command with "at" you just have to echo your command and pipe it to at:
logon again and check the sleep process with ps:
Comments (0)
Powered by !JoomlaComment 4.0 beta1
!joomlacomment 4.0 Copyright (C) 2009 Compojoom.com . All rights reserved." |


