Shell / Commands

nohup

English

Overview

A command for keeping a process running even after you log out.

Details

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.

More Linux terms