Linux Terminal: how to capture or watch other terminal session

Viewed 100462

Let say, I access to a server using ssh. In the same time, there is another person accessing that server.

Is it possible to watch what is going on in that person's terminal. Meaning, Can I just watch what he is typing?

9 Answers

You can also try "cat /dev/vcsa1"

Related