Multiple choice technology programming languages

Nohup command?

  1. kill the process

  2. To run the process even you shutdown the terminal

  3. display your terminal

  4. help command

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

The nohup command in Unix/Linux allows a process to continue running even after the user logs out or the terminal session ends. It stands for 'no hangup' and prevents the process from receiving the SIGHUP signal that would normally terminate it when the terminal closes.