I have a process that is already running for a long time and don't want to end it.
How do I put it under nohup (that is, how do I cause it to continue running even if I close the terminal?)
Using the Job Control of bash to send the process into the background:
bg
disown -h [job-spec]
%1
jobs
2.1m questions
2.1m answers
60 comments
57.0k users