>Can I set up a seperate MOTD per user?
IIRC, /etc/motd is cat'ed from an /etc/rc.d/ file (perhaps rc.sysinit or
rc.local). Assuming you don't want to use their .profile, where they could
edit it out, you could create a directory, e.g., /etc/motds and then create
motd files named by user. Thus, instead of doing
cat /etc/motd
you would
cat /etc/motds/$USER
If multiple users have the same motd, you could symlink them so that you
only have one file on disk.
David.
--
PLEASE read the Red Hat FAQ, Tips, Errata and the MAILING LIST ARCHIVES!
http://www.redhat.com/RedHat-FAQ /RedHat-Errata /RedHat-Tips /mailing-lists
To unsubscribe: mail [EMAIL PROTECTED] with
"unsubscribe" as the Subject.