Here you will find the useful basics for the “screen” command in linux.

If you don’t know what “screen” is click :

Start a new session

screen

Start a new session with a name

 screen -S session_name 

List currently active screen sessions

screen -ls

Close or end a screen session

Type Ctrl + A and then type :quit to terminate the session you currently are in.

For a more advanced look at screen click :