Computer Science, asked by manishmedipelli9843, 1 year ago

Which command is used to hangup signal in linux?

Answers

Answered by S4MAEL
2
A. nohup is a Unix command that is used to run another command while suppressing the action of the HUP (hangup) signal, enabling the command to keep running after the user who issues the command has logged out. It is most often used to run commands in background as daemons.

hope it helps
Answered by Anonymous
9

Linux Nohup Command

The nohup command executes another program specified as its argument and ignores all SIGHUP (hangup) signals. SIGHUP is a signal that is sent to a process when its controlling terminal is closed.

[tex][/tex]

Similar questions