*BSDThis forum is for the discussion of all BSD variants.
FreeBSD, OpenBSD, NetBSD, etc.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
NAME
motd -- file containing message(s) of the day
DESCRIPTION
The file /etc/motd is normally displayed by login(1) after a user has
logged in but before the shell is run. It is generally used for impor-
tant system-wide announcements. During system startup, a line containing
the kernel version string is prepended to this file.
Individual users may suppress the display of this file by creating a file
named ``.hushlogin'' in their home directories or through login.conf(5).
FILES
/etc/motd The message of the day.
$HOME/.hushlogin Suppresses output of /etc/motd.
EXAMPLES
FreeBSD 2.1.6.1-RELEASE (GENERIC) #0: Sun Dec 29 03:08:31 PST 1996
Edit ~/.profile and ~/.cshrc (depends really on which shell your new user has).
The fortune program is pretty popular and a lot of users like to have it print out a random message at boot. Just a little thing to pick up their mood or whatever. I'm not suprised it is part of the default setup... it's part of the new user files for freebsd, netbsd, and most of the linux versions I have tried as well.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.