[LINUX] run command as background - fourslickz/notes GitHub Wiki
1. run command using nohup
nohup your_command &
2. verify jobs id
jobs
3. detach from shell by job id
disown %1
1. run command using nohup
nohup your_command &
2. verify jobs id
jobs
3. detach from shell by job id
disown %1