Use Case
Solution
Press Ctrl + Z - this will suspend the job
Enter disown -h %xxx, where xxx is the job number you get after suspending the job
Execute bg to put the job in the background
Disconnect from the shell
More information about bash commands can be found here: http://linux.about.com/library/cmd/blcmdl1_disown.htm
No comments:
Post a Comment