SSH logout while keeping programs running
By Ruben on Jun 9, 2009 | In Linux Hosting | Send feedback »
ubuntu: apt-get install screen
centos/redhat: yum install screen
# screen
# [enter your commands here]
Detach screen:
CTRL+a d
Now you can safely "exit" SSH. Processes keep running.
To re-enter the detached screen:
# screen -x
No feedback yet
Comments are closed for this post.
« CDex ripping to FLAC format | ssh server in virtual machine (container) doesn't work » |