Skip to content

Instantly share code, notes, and snippets.

@bq1990
Created January 27, 2015 22:49
Show Gist options
  • Save bq1990/7db9329de57fc3c5af64 to your computer and use it in GitHub Desktop.
Save bq1990/7db9329de57fc3c5af64 to your computer and use it in GitHub Desktop.
Linux nohup
$ nohup ./myprogram > foo.out 2> foo.err < /dev/null &
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment