Skip to content

Screen Commands and Keyboard Shortcuts

Michael Watts edited this page Nov 16, 2015 · 1 revision
  • screen -S myCustomer
  • CTRL + A then CTRL + D (detach)
  • screen -ls
  • screen -x -d myCustomer
    • attaches to 'myCustomer' screen
    • detaches other 'attached' sessions
  • CTRL + A: multiuser on
    • Does not not work on Debian based distros

SSH

2 Best practices when logging in remotely to linux machine

WARGAMES

Clone this wiki locally