|
发表于 2004-10-16 09:53:57
|
显示全部楼层
/etc/issue is the first message that is displayed immediately before the login prompt, while /etc/motd (Message Of The Day) is displayed once a user has successfully logged in. I'm not sure about other distributions, but if you use Gentoo, the "message of the day" file is defined in /etc/login.defs. Also you might like to try the following:
# echo 'date > /etc/motd && cal >> /etc/motd' >> /etc/conf.d/local.start
so every time you log in you get to know the date and the time. |
|