Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
BroadcastCommunity.qnx.com will be offline from May 31 6:00pm until June 2 12:00AM for upcoming system upgrades. For more information please go to https://community.qnx.com/sf/discussion/do/listPosts/projects.bazaar/discussion.bazaar.topc28418
Forum Topic - How to send message to all console?: (1 Item)
   
How to send message to all console?  
I use cron to shutdown the computer at 21:30 PM. The script is written as this:
30 21 * * * (echo -n "Warning: the system will shutdown in 30 seconds!!!; sleep 30; shutdown -b) > /dev/con1
But it can only be display on local console. 
If there are other users connected by telnet, how to inform them the warning message?

Allen