Feed on
Posts
Comments

sudo apt-get install screen

screen

Start your process

Press Ctrl + A

Then Ctrl + D

This detaches your screen session but leaves the process running.

You can logout of your server and go to the pub.

When you are ready log into your server, from any machine anywhere and type

screen -r

Your process window will appear as if you`d never been away.

Comments are closed.