To start screen just type screen and then you’ll be in your new terminal. To detach, hit CTRL+A and D.
Reattach to a screen:
If only one screen is open:
screen -R
If more than one:
screen -list
Get the terminal ID and then:
screen -R [terminal_id]