Wednesday, July 3, 2013

Using screen program in Linux

On terminal1, enter:
#screen

To detach the terminal, press CTRL + A + D

Open another session, login and issue the command:
#screen -x

And you are done. You can see things done in terminal_one at the other terminal.

No comments:

Post a Comment