Skip to content

detach

Usage
detach [-h] [--version] <command> [args...]

Runs a command in the background using nohup, fully detached from the terminal with stdout/stderr discarded. The command survives the current session.

-h, --help Show help message
--version Show version information
command The command to run detached
args... Additional arguments for the command
0 Command launched or help/version shown
1 No command provided or unknown option
Terminal window
detach rsync -a ./data remote:/backup/