![]() |
|||||||||||
|
How do I keep a process running after I have logged out?Use the nohup command. Just add it before the command you want to use. Because nohup is designed to run without a terminal attached, it wants you to redirect output to a file. If you do not, nohup redirects it automatically to a file known as nohup.out |
||||||||||
|
|||||||||||