Linux Nohup Command

Posted by linuxize on Jun 13, 2019 12:50 PM
By Linuxize.com
Mail this story
Web version

The nohup command executes another command specifies 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. Normally when you run a command over SSH if your connection drops, or you log out the SSH session is terminated and all the commands executed from the terminal will stop. This is where the nohup command comes handy. It will ignore all hangup signals and commands will continue to run.

Full Story

Printed at http://lxer.com/module/newswire/view/270949/index.html