Knowledgebase
Screen is a console application that allows the use of multiple terminal sessions within one server. The program operates within a shell session and acts as a container and manager for other terminal sessions. This of it as having multiple command prompt windows running in the background on Windows.
Many Distributions of Linux come with screen already installed. However, to install it if needed run the below install commands
Update the package repository
sudo apt-get updateInstall Screen
sudo apt-get install screenAlthough running the screen command will create a new screen session, this only create the session with minimal data to identify the session later on in an easy way. The below commands show great ways to have screen names and other usage methods.
screen -S NAMEscreen -lsscreen -r -d NAMECTRL + A + DCTRL + D