Results 1 to 7 of 7
If I'm logged into a computer as root, is there a command where I can broadcast a message to all the other users on the computer? If so, how does ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 06-14-2005 #1
Broadcasting a message?
If I'm logged into a computer as root, is there a command where I can broadcast a message to all the other users on the computer? If so, how does it broadcast to someone in X?
- 06-14-2005 #2
Don't know about via X, but on the command line if you wanted to say Hello users to everyone you could use
Code:wall "Hello users"
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 06-14-2005 #3
thanks, that's what i was looking for
- 06-14-2005 #4
If you want to specify a username, etc. you can use the talk command:
It can set up a two-way "conversation".Code:talk <username>
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 06-14-2005 #5
aren't there security risks with talk?
- 06-14-2005 #6
Probably, but I've never used it outside of a local test network. Most of the time if I want to talk to a user I get up and walk the 50 feet...
There are two major products that come out of Berkeley: LSD and UNIX. We don't believe this to be a coincidence.
- Jeremy S. Anderson
- 06-14-2005 #7
good point, and the walking is good excercise. But walking doesn't confuse people who are using Linux for the first time as I'm trying to do. To that end, any good ideas? I've already exhausted ejecting coworkers' cdroms remotely.


Reply With Quote
