Skip to content

Instantly share code, notes, and snippets.

@leopku
Created May 12, 2018 08:38
Show Gist options
  • Save leopku/ece7bf548d99b8841af7605d8561c2f5 to your computer and use it in GitHub Desktop.
Save leopku/ece7bf548d99b8841af7605d8561c2f5 to your computer and use it in GitHub Desktop.
run job background with screen
screen -d -m /bin/bash 'name-of-executable > logfile.out 2>&1'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment