KK
  • Home
  • Blog
  • Github
Sign in Subscribe

nohup

A collection of 1 post
nohup

How do I put an already running process under nohup?

1. Ctrl+z to stop (pause) the program and get back to the shell. 2. bg to run it in the background. 3. disown -h [job-spec] where [job-spec] is the job number (like %1 for the first running job; find about your number with the jobs command) so that the
Aug 4, 2015
Page 1 of 1
KK © 2025
Powered by Ghost