====== Ubuntu - Screen - Start a Screen session ======
screen
**NOTE:** This will open a screen session, create a new window, and start a shell in that window.
To get a list of commands by typing:
Ctrl+a ?
----
===== Starting Named Session =====
screen -S session_name
**NOTE:** Naming the Sessions makes it easier to identify which session when multiple screen sessions are running.
It’s always a good idea to choose a descriptive session name.