This article will introduce you to a handy application called "Screen"
We all are familiar with Terminal OR SSH OR Putty.
We all knows the limit of these tools if we close terminal, we lost our progress. So to handle this problem, There comes Screen to manage all connections.
We all are familiar with Terminal OR SSH OR Putty.
We all knows the limit of these tools if we close terminal, we lost our progress. So to handle this problem, There comes Screen to manage all connections.
Installation of screen on Centos6, Cents7
$ sudo yum install screen
Installation of screen on Linux, Ubuntu
$ sudo apt-get install screen
$ sudo apt-get install screen
Comments
Post a Comment