-
screen:
screen -dmS <screen_name> <command>
exit
nohup <command> &
exit
echo "<command>" | at now
exit
<command> &
disown -h
exit
ways to continue run command after shell exit
Submitted by sandip on Tue, 06/30/2009 - 10:46
screen -dmS <screen_name> <command> nohup <command> & echo "<command>" | at now <command> & »
|
User loginRecent blog posts
Who's onlineThere are currently 0 users and 5 guests online.
|
on point
Thank you for this valuable quick info