>_ linuxcommand.dev
Startseite nohup
Process Management

nohup

Runs commands that continue after logging out.

Ubuntu CentOS Debian Arch SUSE Slackware Alpine Fedora
Verified: 2025-10-08
Syntax
$nohup BEFEHL [ARGUMENTE]
Examples
$nohup langer_befehl &
$nohup ./script.sh > ausgabe.log 2>&1 &
Typical use cases
?
Standard usage
nohup --help
Note Ignores SIGHUP signal on logout.
Export