Skip to content

Instantly share code, notes, and snippets.

@dgoguerra
Created October 20, 2016 11:18
Show Gist options
  • Save dgoguerra/0453d3a976d9a46d7865a8d228e9dc3b to your computer and use it in GitHub Desktop.
Save dgoguerra/0453d3a976d9a46d7865a8d228e9dc3b to your computer and use it in GitHub Desktop.
disown running process
# ctrl + z to pause command
$ bg
$ disown -h
# now you can exit the shell
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment