Friday, 22 April 2016

How to run process in background independent of PuTTY session ?


Launch program in background
./<process> &

Disconnect current session without killing process
disown

Example./myscript &

disown

No comments:

Post a Comment

Note: only a member of this blog may post a comment.