Screen - adeemacdowell/adeemacdowell.github.io GitHub Wiki

screen -S adee (this will create the screen - then close the window)

screen -r (will show you a list of screens)

screen -r adee (will open the adee screen)

screen -d (will detach from current screen)

pkill screen (delete all)