Hacker News new | ask | show | jobs
by ottbot 4851 days ago
Another nice job management tool is disown, which lets you log out of your session without killing the job (similar to starting the command with nohup)
1 comments

And also, you can pass the -h flag to disown to leave the job in the job control table (i.e. you can still bring it to the foreground/suspend it/etc.), but still skip sending the SIGHUP on logout.