Share a bash Shell using screen
You can share a bash screen using a utility call screen.
yum install screen
-
Connect to a shell and type issue command : screen
-
Hit Ctrl + a and then type < :multiuser on>
-
Other user type screen -x and connect to the session.
-
Press Ctrl + a and then d to end the session.