Sometimes, it is particularly illuminating to see how something is setup in SSH by another person in remote place. Particularly, we want the equivalent of a bunch of people huddled in front of a monitor while one person types. Surprisingly, this can be accomplished quite easily in Linux.
Actually, this is one step better, anyone can type in the command line at any time, so no one actually monopolizes the keyboard.
One person can create the screen by selecting a name for the session and then typing
sudo screen -L -S
Recent comments