screen

ARUN Post in LINUX COMMANDS
0

TO install

yum install screen  —> will install and setup screen in your machine

In command prompt type “screen” to activate that

# screen

# Cntrl A D –> To quit from screen

# screen -ls  –> To view the screens running

# screen -r “give id u got from above command”

To close screen

Login to screen and then press  Cntr C D

Example

# screen -ls
There are screens on:
31516.pts-0.v1    (Detached)
31289.pts-0.v1    (Detached)
2 Sockets in /tmp/screens/S-root

# screen -r 31516.pts-0.v1

« Prev: :Next »

Leave a Reply

You must be logged in to post a comment.