How to use basic screen commands on Linux
List screen sessions:
Name and open new screen session:
Reattach screen session:
Screen shortcuts
Split screen
New split
Ctrl + athen|: vertical split.Ctrl + athenS: horizontal split.
Close split
Ctrl + athenX: closes active split.Ctrl + athenQ: closes all splits.
Move around splits
Ctrl + athenn: navigate between window sessions (lowest to highest index).Ctrl + athenTab: move input cursor to the next split area.
New command
Ctrl + athenc: create a new window within the current screen instance.
Other
Ctrl + athend: detach from the session and return to the original shell. Screen continues running in the background.Ctrl + athenx: lock the screen session with a password.