Skip to content

msgs MacOS Command Guide

The MacOS msgs command allows users to send and receive messages within the terminal. This command can be used to communicate with other users on the same system, making it a convenient tool for collaboration and quick communication. By utilizing the msgs command, users can exchange short messages, notifications, or alerts without the need for a separate messaging application. This can be particularly useful in a multi-user environment or when working on a shared system. The msgs command is simple to use and can help streamline communication tasks within the MacOS terminal.

msgs Syntax:

Terminal window
msgs [username] [message]

Options:

OptionDescription
-aSend a message to all users
-uSpecify a specific username

Parameters:

ParameterDescription
[username]The username of the recipient
[message]The message to be sent

msgs Command Samples:

Sending a Simple Message

Terminal window
msgs user "Hello, how are you today?"

This command sends a simple message “Hello, how are you today?” to the user.

Sending a Message with a Title

Terminal window
msgs -title "Important Reminder" user "Don't forget to submit your report by EOD."

This command sends a message with the title “Important Reminder” followed by the message “Don’t forget to submit your report by EOD.” to the user.

Sending a Message to Multiple Users

Terminal window
msgs user1 user2 "Meeting postponed to tomorrow, please update your calendars."

This command sends a message “Meeting postponed to tomorrow, please update your calendars.” to user1 and user2.

Sending a Message with an Alarm

Terminal window
msgs -alarm user "Time for your meeting in 15 minutes."

This command sends a message “Time for your meeting in 15 minutes.” to the user along with an alarm notification.

Sending a Message with a Background Color

Terminal window
msgs -background gray user "Reminder: Team lunch today at 12:30 PM."

This command sends a message “Reminder: Team lunch today at 12:30 PM.” to the user with a gray background color.

Sending a Message with a Specific Font

Terminal window
msgs -font Helvetica user "Project deadline approaching! Submit your work by Friday."

This command sends a message “Project deadline approaching! Submit your work by Friday.” to the user using the “Helvetica” font.

Sending a Message with Sound Notification

Terminal window
msgs -sound "Glass" user "Quick update: Client meeting rescheduled to next Monday."

This command sends a message “Quick update: Client meeting rescheduled to next Monday.” to the user with a sound notification using the “Glass” sound.

How do I display a simple message using msgs in MacOS?

To display a simple message using the msgs command in MacOS, run:

Terminal window
msgs "Hello, world!"

What is the command to display a message in a specific color with msgs in MacOS?

To display a message in a specific color using the msgs command in MacOS, use:

Terminal window
msgs --color red "Error: Something went wrong."

How can I show a warning message with blinking text using msgs in MacOS?

To display a warning message with blinking text using msgs in MacOS, use the following command:

Terminal window
msgs --blink --color yellow "Warning: Proceed with caution."

How do I display a message in bold font using msgs in MacOS?

To display a message in bold font with the msgs command in MacOS, you can use:

Terminal window
msgs --style bold "Important: This is a critical message."

Can I center-align a message using msgs in MacOS?

Yes, you can center-align a message using the msgs command in MacOS by running:

Terminal window
msgs --align center "Centered message"

Is it possible to display a message with a specific background color using msgs in MacOS?

Yes, you can display a message with a specific background color using the msgs command in MacOS. For example:

Terminal window
msgs --bgcolor cyan "Message with cyan background"

Applications of the msgs command

  • Sending messages to logged in users
  • Displaying alerts to users
  • Broadcasting messages to multiple users
  • Notifying users about system events