nohup or disown
nohup if you haven't started the job yet and want to run it in the background.
disown if its already running...
so Ctrl + z to detach, bg to background and then disown (jobid) to make it run in the background!
nohup if you haven't started the job yet and want to run it in the background.
disown if its already running...
so Ctrl + z to detach, bg to background and then disown (jobid) to make it run in the background!
Comments