*** Welcome to piglix ***

Wall (Unix)


wall (an abbreviation of write to all) is a Unix command-line utility that displays the contents of a file or standard input to all logged-in users. It is typically used by root to send out shutting down message to all users just before poweroff.

wall reads the message from standard input by default when the filename is omitted. This is done by piping the output of the echo command:

The message may also be typed in much the same way cat is used; invoking wall by typing wall and pressing ↵ Enter followed by a message, pressing ↵ Enter and Ctrl+D:


...
Wikipedia

...