screen -S blah
run_my_command
Ctrl+a d
I can now log off and go home. The program will continue executing safely.
The following day, I log back to the server and type:
screen -r blah
I'm now back where I was.
My little corner. Views on programming, design, Japanese, productivity and other errata.
screen -S blah
run_my_command
Ctrl+a d
screen -r blah
0 comments:
Post a Comment