A command for keeping a process running even after you log out.
Normally, closing the terminal sends a process the HUP (hangup) signal and it terminates; launching it via nohup makes it ignore that signal so it can keep running in the background.
© 2026 ITBGM