Multiple choice technology operating systems

What command is used to run another command immune to hangups, logouts,and quits?

  1. hup

  2. nohup

  3. attachtoroot

  4. daemon

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

nohup is a Unix command that runs another command immune to hangups, logouts, and quits. It allows processes to continue running even after the user logs out or the terminal session ends.