![]() |
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Send console message to all users and tty | gfca | UNIX for Advanced & Expert Users | 2 | 08-10-2008 12:50 AM |
| Send message from Unix to PC | mnagaya | UNIX for Dummies Questions & Answers | 3 | 03-21-2006 04:40 PM |
| Monitoring connected users | Reza Nazarian | UNIX for Dummies Questions & Answers | 2 | 01-03-2003 01:28 AM |
| send message across terminals | ST2000 | UNIX for Dummies Questions & Answers | 2 | 12-06-2002 05:43 AM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
Send a massive message to the connected users
How can I send a message for all the users connected into the system at the same time? Let's say I need to reboot the server and I ask the users to save their jobs becasue the server will be rebooted?
|
|
||||
|
Thanks lijiajin, Here is a bit more info for the command: Code:
wall This commands stands for: write all and is used to send messages to the currently logged users. It is usually located in this directory: Code:
/usr/bin/ This directory is not defined in the PATH so you will have to type in your shell the full path name to invoke it as follows: Code:
/usr/bin/wall For more information about this command and arguments to use, see: Code:
man wall Last edited by agasamapetilon; 08-30-2008 at 08:13 AM.. |
|
||||
|
Looking up for some information in the web I also find the command: Code:
rwall Which also sends messages to all users on the network, here are some variants of the command: Send a message to a specified host: Code:
/usr/sbin/rwall hostname Send a message to a specified network: Code:
/usr/sbin/rwall -n network-group Send a message to a specified host on a network: Code:
/usr/sbin/rwall -h hostname -n network-group You can check for some information related with this command right here:Commands Reference, Volume 4 - rwall Command |
![]() |
| Bookmarks |
| Tags |
| wall |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|