Skip to content

Instantly share code, notes, and snippets.

@datacodesolutions
Created May 9, 2013 22:23
Show Gist options
  • Save datacodesolutions/5551066 to your computer and use it in GitHub Desktop.
Save datacodesolutions/5551066 to your computer and use it in GitHub Desktop.
Shell command to execute with no hangup (can close ssh connection and it will keep working) [nohup] Don't display output [> dev/null] Allow simultaneous script executions without having to open new shell session [&]
nohup some_command > dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment