Skip to content

Instantly share code, notes, and snippets.

@gizemabali
Last active April 10, 2019 08:52
Show Gist options
  • Save gizemabali/33f02f9d03375761689728ea120db808 to your computer and use it in GitHub Desktop.
Save gizemabali/33f02f9d03375761689728ea120db808 to your computer and use it in GitHub Desktop.
# run script on the background
nohup script.sh &
# run script on the background and logs to a file
nohup script.sh > filename &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment