SCREEN Commands Cheat Sheet
Here is a cli commands cheat sheet for SCREEN command, you can use this as a quick reminder for basic commands with a brief description for each of the commands.
What is SCREEN command?
Add some data here
# To start a new named screen session: screen -S# To detach from the current session: Press Ctrl+A then press d # To re-attach a detached session: screen -r # To list all screen sessions: screen -ls # To quit a session: screen -XS quit
Check out the SCREEN command documentation .
You can also check our MegaSh cheatsheet tool, that has 150+ searchable linux cheat sheets in one page, so you never forget a command as you work again