Command
screen
Explanation
screen allows running multiple terminal sessions and detaching/reattaching to them.
Examples
Start named session
screen -S sessionname
Reattach to session
screen -r sessionname
List active sessions
screen -list
screen
screen allows running multiple terminal sessions and detaching/reattaching to them.
Start named session
screen -S sessionname
Reattach to session
screen -r sessionname
List active sessions
screen -list