xref: /freebsd/share/man/man5/motd.5 (revision 3e0f6b97b257a96f7275e4442204263e44b16686)
1.\"	$NetBSD: motd.5,v 1.2 1994/12/28 18:58:53 glass Exp $
2.\"
3.\" This file is in the public domain.
4.\"
5.Dd February 13, 1997
6.Dt MOTD 5
7.Os
8.Sh NAME
9.Nm motd
10.Nd file containing message(s) of the day
11.Sh DESCRIPTION
12The file
13.Pa /etc/motd
14is normally displayed by
15.Xr login 1
16after a user has logged in but before the shell is run.
17It is generally used for important system-wide announcements.
18During system startup, a line containing the kernel version string is
19prepended to this file.
20.Pp
21Individual users may suppress the display of this file by
22creating a file named
23.Dq Pa .hushlogin
24in their home directories.
25.Sh FILES
26.Bl -tag -width $HOME/.hushlogin -compact
27.It Pa /etc/motd
28The message of the day.
29.It Pa $HOME/.hushlogin
30Suppresses output of
31.Pa /etc/motd .
32.El
33.Sh EXAMPLES
34.Bd -literal
35FreeBSD 2.1.6.1-RELEASE (GENERIC) #0: Sun Dec 29 03:08:31 PST 1996
36
37/home is full.  Please cleanup your directories.
38.Ed
39.Sh SEE ALSO
40.Xr login 1
41