To share a screen session (screen is a Linux-based software package which allows multiple TTY sessions under the same console window) with a fellow developer/other, the following commands can be useful.
Software Installation/Configuration
Install the software package:
Set up appropriate permissions:
Screen Session Initialization
As a user wishing to start the screen session, create a screen session with a given name:
Configure the share/join options for the joining user(s), which include enabling multiuser mode and granting access to the screen session to the joining user explicitly:
Screen Session Joining
As the joining user, run the following command to join a shared screen session: