0

Is there any way to echo something to another terminal session, obtained from the who command? For example, root user echoes a message to a different user's terminal session, after getting their session from who. Is this possible?

1 Answers1

1

That's very much possible with the write command

Example

$ write username </dev/ttyX>