Results 1 to 2 of 2
K, rsync takes a Message of the Day (motd) file. Does it display the entire contents of the file? Or can you separate messages in the file using a delimiter?...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 11-03-2008 #1Linux Newbie
- Join Date
- Feb 2005
- Location
- Lebanon, PA
- Posts
- 110
Motd, how's that work, rsync?
K, rsync takes a Message of the Day (motd) file. Does it display the entire contents of the file? Or can you separate messages in the file using a delimiter?
'Linux is like a swiss army knife. Yet it never gets that "I'm bloated and need suspenders" feeling.' - www.arkaoss.com
- 11-03-2008 #2Linux User
- Join Date
- Jun 2007
- Posts
- 318
According to the manpage for motd:
# man motd
MOTD(5) Linux Programmerâs Manual MOTD(5)
NAME
motd - message of the day
DESCRIPTION
The contents of /etc/motd are displayed by login(1) after a successful login but just before it executes the login shell.
So no, you can't separate messages with a delimiter.


Reply With Quote
