GNU Screen, a.k.a, Linux Screen or Screen is a Linux tool for efficient management of command line terminals. It creates virtual terminals so that the same actual terminal is used simultaneously for multiple processes.
Installing screen
To install screen on Ubuntu and Debian, run:
sudo apt install screen