1
0
mirror of https://github.com/cheat/cheat.git synced 2024-12-24 05:29:44 +01:00
cheat/cheatsheets/screen

12 lines
217 B
Plaintext
Raw Normal View History

2013-09-10 17:04:40 +02:00
# 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