Share a bash Shell using screen

You can share a bash screen using a utility call screen.

yum install screen

  1. Connect to a shell and type  issue command : screen

  2. Hit Ctrl + a and then type < :multiuser on>

  3. Other user type screen -x and connect to the session.

  4. Press Ctrl + a and then d to end the session.