Multiple choice technology operating systems What command is used to run another command immune to hangups, logouts,and quits? hup nohup attachtoroot 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.