From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <8aa8ef0eb4d9bcfa76aa6691f4ae9119@plan9.ucalgary.ca> To: 9fans@cse.psu.edu From: mirtchov@cpsc.ucalgary.ca MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] 'wall' messages Date: Mon, 6 Oct 2003 18:30:14 -0600 Topicbox-Message-UUID: 62fc4e6e-eacc-11e9-9e20-41e7f4b1d025 i have a few users logged in to a machine i'd really love to reboot (say, because i'm adding an option to cpurc). in a unix world i'd use "wall" to tell them "reboot forthcoming in 5, 4, 3, 2, 1..." but in plan 9 i can't do anything short of forcing them to listen to some "announcement" file descriptor from /src... how could i do something similar in Plan 9 with minimal effort? i know at some point it was customary to warn users by shouting across the unix room, but some of the users here are rather far away... andrey