Screen Command
Starting a new session
screen
Starting a new session with name
screen -S session_name
Exit without terminating: Ctrl + a, then d
List your session names
screen -ls
Resume session
screen -r <SESSION_NAME>
Starting a new session
screen
Starting a new session with name
screen -S session_name
Exit without terminating: Ctrl + a, then d
List your session names
screen -ls
Resume session
screen -r <SESSION_NAME>