screen # to open a new session
Ctrl-a d # to detach, now you can log out of the machine and then log back into this session by:
screen -r # to reattach
screen # open another session
screen -list # list al open sessions
screen -r xxx # reattach screen with the number xxx
screen -S name # opens a scrren with the name for easier reference later