Use Multiple Shells From One Terminal Window on Linux
You can use the Linux screen command to operate multiple shells from one terminal window on Linux. Below is the command to install screen on CentOS Linux. bash yum install screen Using screen is easy. First SSH to your server as you normally would and before running any commands that may take awhile type “screen”.…