1
0
mirror of https://github.com/cheat/cheat.git synced 2025-04-11 12:06:06 +02:00

add minimal screen cheatsheet

This commit is contained in:
b_b 2013-09-10 17:04:40 +02:00
parent 64cba079f9
commit eb00ab5d0b

11
cheatsheets/screen Normal file

@ -0,0 +1,11 @@
# Start a new named screen session:
screen -S session_name
# Detach from the current session:
Press Ctrl+A then press d
# Re-attach a detached session:
screen -r session_name
# List all screen sessions:
screen -ls