-
screen:
screen -dmS <screen_name> <command>
exitnohup <command> &
exitecho "<command>" | at now
exit<command> &
disown -h
exit
screenways to continue run command after shell exitSubmitted by sandip on Tue, 06/30/2009 - 10:46.
screen -dmS <screen_name> <command>nohup <command> &echo "<command>" | at now<command> &Share screen sessionSubmitted by sandip on Tue, 12/16/2008 - 23:45.
$ screen -S <SessionName>The -S switch gives the session a name, which makes multiple screen sessions easier to manage. Allow multiuser access in the screen session:CTRL-ACTRL-A$ screen -x <host_user>/<SessionName> |
User loginRecent blog posts
Who's onlineThere are currently 0 users and 31 guests online.
|