139k views
5 votes
If a program’s execution is expected to take a long time, you can start its execution and then log off the system without having to wait for it to finish by using the command ____.

1 Answer

5 votes
The nohup command will do this. Normal background processing by appending an ampersand (&) will terminate as soon as you log off.
User Mfs
by
8.1k points

No related questions found