Command
screenExplanation
screen allows running multiple terminal sessions and detaching/reattaching to them.
Examples
Start named session
screen -S sessionnameReattach to session
screen -r sessionnameList active sessions
screen -listscreenscreen allows running multiple terminal sessions and detaching/reattaching to them.
Start named session
screen -S sessionnameReattach to session
screen -r sessionnameList active sessions
screen -list