Multiple choice technology operating systems

Which command is used to ensure that background jobs continue to run even after logginf off.

  1. noexit

  2. nokill

  3. xlog

  4. nohup

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

nohup (no hangup) prevents processes from terminating when the shell exits. It ignores SIGHUP signals, allowing background jobs to continue running after logout.