-
screen:
screen -dmS <screen_name> <command>
exitnohup <command> &
exitecho "<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.
| Tags:
screen -dmS <screen_name> <command>nohup <command> &echo "<command>" | at now<command> & |
See AlsoUser loginRecent blog posts
Who's onlineThere are currently 0 users and 32 guests online.
|
on point
Thank you for this valuable quick info
Post new comment