Skip to content

Latest commit

 

History

History
33 lines (17 loc) · 384 Bytes

screen.md

File metadata and controls

33 lines (17 loc) · 384 Bytes

Basic operations and hotkeys of screen

  1. screen -S name
  • create a screen named name
  1. screen -ls
  • list all screens
  1. screen -r name
  • resume a screen named name
  1. Ctrl + a + d
  • left a screen
  1. Ctrl + d
  • kill the current screen
  1. Ctrl -D -r name
  • resume an attached screen
  1. Ctrl + a + esc
  • enter the copy mode
  1. screen -wipe
  • delete unused sceen