Sharing your bash session using screen

categories:

In this post I was describing how one can share a bash session using a named pipe.

This is a great way if you can’t install anything on the machine. If you are able to get “screen” installed, screen provides a much easier way, which allows all connected users to interact on the shared session. The named pipe method only allowed one user to watch what the other user was doing.

So here it goes…

  1. user 1 connects to the machine and type the command “screen”
  2. inside the screen terminal, user 1 hits ctrl + a and then type “:multiuser on”
  3. user 2 joins in by typing “screen -x”
  4. other users can join as described at point 3

Both users are now sharing the session.

Ctrl + a then d will close the screen session

**Links : **

Source : http://linuxhelp.blogspot.com/2005/01/screen-window-manager-for-console.html

Putting a password on a screen session : http://blog.wains.be/post/put-a-password-on-your-screen-session/




Thanks for reading this post!


Did you find an issue in this article?

- click on the following Github link
- log into Github with your account
- click on the line number containing the error
- click on the "..." button
- choose "Reference in new issue"
- add a title and your comment
- click "Submit new issue"

Your feedback is much appreciated! πŸ€œπŸΌπŸ€›πŸΌ

You can also drop me a line below!