Hacker News new | ask | show | jobs
by misterdata 3866 days ago
Yes, and using the 'nohup' utility you can effectively block the delivery of SIGHUP to a particular process, to ensure it does not terminate when you close your SSH connection.
1 comments

Awesome, I knew nohup could be used for that, but hadn't worked out why it was called that.