screen_session
This is an old revision of the document!
Screen Sessions
Install
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
# yum info screen.x86_64 Loaded plugins: changelog, fastestmirror, replace Loading mirror speeds from cached hostfile * ius: lon.mirror.rackspace.com drivesrvr | 2.2 kB 00:00 Available Packages Name : screen Arch : x86_64 Version : 4.0.3 Release : 18.el6 Size : 494 k Repo : base Summary : A screen manager that supports multiple logins on one terminal URL : http: //www .gnu.org /software/screen License : GPLv2+ Description : The screen utility allows you to have multiple logins on just one : terminal. Screen is useful for users who telnet into a machine or are : connected via a dumb terminal, but want to use more than just one : login. : : Install the screen package if you need a screen manager that can : support multiple logins on one terminal. |
1 |
yum install screen |
Creating a screen session
You can use screen sessions but typing the following command:
1 |
screen |
Listing Screen Sessions
1 |
screen -list |
Detach from screen sessions
The following command can be used to detach from a screen session without closing it.
This will leave the current command running:
1 |
|
Entering back into a screen session
1 |
|
screen_session.1456404802.txt.gz · Last modified: 2024/05/23 07:26 (external edit)