[ILUGC] 1D1C - wall

  • From: Dhanasekar <tkdhanasekar@xxxxxxxxx>
  • To: ilugc@xxxxxxxxxxxxx, KanchiLUG mailing list <kanchilug@xxxxxxxxxxxxx>, ilugd@xxxxxxxxxxxxxxxxxxxx
  • Date: Mon, 22 May 2023 06:00:00 +0530

wall - is used to display a message on the terminals of all logged-in users.
syntax
$ wall [OPTIONS] [<FILE>|<MESSAGE>]

To display a message on the terminals of all logged-in users
$ wall "The system will be rebooted in 20 minutes."

To suppress the banner and show only the text to the logged-in users
$ wall -n "The system will be rebooted in 20 minutes."

To write multi-line messages
$ wall

To pipe the output of another command to wall
$ echo "The system will be rebooted in 20 minutes. \nPlease save your
work."  | wall

To broadcast a message from a file
$ wall message_from_file.txt

To broadcast a message to a group
$ wall -g devops "The system will be rebooted in 20 minutes."



regards,
T.Dhanasekar


---
Mailing List Guidelines: https://ilugc.in/mailing-list-guidelines
Web: http://ilugc.in/
Internet Relay Chat: #ilugc on libera.chat

Other related posts: