motd (Unix)

From HandWiki

Default motd showing on OpenBSD 5.3

The /etc/motd is a file on Unix-like CLI systems that contains a "message of the day", used to send a common message to all users in a more efficient manner than sending them all an e-mail message. Other systems might also have an motd feature, such as the motd info segment on MULTICS.[1]

Most modern, current day Linux distributions do not have /etc/motd as a file.[citation needed]

Usage

The contents of the file /etc/motd are displayed by the Unix login command after a successful login, and just before it executes the login shell.[2]

Newer Unix-like systems may generate the message dynamically when the host boots or a user logs in.[3]

The MOTD has also become a common feature of the online component of various PC games, such as Half-Life, Call of Duty, Minecraft, and Battlefield. A similar feature called MOTD is displayed when logging on to some IRC servers.[4]

See also

References