Skip to content

Instantly share code, notes, and snippets.

@dineshsprabu
Created October 24, 2017 14:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dineshsprabu/7fc22e49cacd91be5282fba1b8e3f1ac to your computer and use it in GitHub Desktop.
Save dineshsprabu/7fc22e49cacd91be5282fba1b8e3f1ac to your computer and use it in GitHub Desktop.
[Screen] Useful screen commands

Screen commands

Create screen session detached and log on local file. A local file named screenlog.0 will be created on the local dir.

screen -dms -L <any-name> bash -c <command>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment