When you need to send a real-time message to everyone, you can use the write all or wall command. It is normally used when there is a need to send an urgent message to everyone who is currently logged onto the system. I use it sparingly because it can be somewhat annoying to the enduser and you want users to pay attention to it. It sends the message immediately to the console. Here is its syntax.
This message is just for illustration purposes and hardly constitutes an emergency.
# wall
I hope everyone had a great and safe 4th of July weekend.
control+d
This blog covers Unix system administration HOWTO tips for using inline for loops, find command, Unix scripting, configuration, SQL, various Unix-based tools, and command line interface syntax. The Unix OS supports tasks such as running hardware, device drivers, peripherals and third party applications. Share tips/comments. Read the comments. But most importantly: Read Disclaimer - Read Disclaimer.
Subscribe to:
Post Comments (Atom)
3 comments:
very nice site, I would like to add a few if you'd like:
for gamers:
command to change vedio settings or to find out what card:
# -m64config -res ( ) -depth
to check
# m64config -prconf
did not see and example for a global replace for vi:
# :/$s/(old)/(new) /g
regards
Rod
wall is supposed to let you send messages to members of a specific group only using 'wall -g groupname' but this is broken in all versions of Solaris i've tested (8-10). is it fixed on opensolaris?
the great quux, I don't know if it's fixed in opensolaris.
Post a Comment