im having some server issues and called for support. i would like to be able to view the support persons action on the terminal in real time from a different location. possible?
Asked
Active
Viewed 218 times
2 Answers
3
GNU Screen is the easiest way. screen -x
allows you to attach to an existing screen session from another terminal. screen -xR
will do the same, but also start a new session if no suitable existing screen session exists. More info in the GNU Screen Manual.