LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - General (https://www.linuxquestions.org/questions/linux-general-1/)
-   -   Question about user/group rights (https://www.linuxquestions.org/questions/linux-general-1/question-about-user-group-rights-18572/)

ShibbyLinux 04-15-2002 02:45 PM

Question about user/group rights
 
Right now I am running a Mandrake81 box and a Slackware8 box and have a question about user rights.

I will try and keep this very short. I don't even know if this is possible or not.

I would like to give my account pretty much the equivalent of a Domain Administor or Local Administrator within a WindowNT environment.

Basically whenever root gets a system message I want to get it as well.

Does anyone know where I can find some good documentation on this subject?

jatimon 04-15-2002 03:03 PM

/etc/mail/aliases
 
create a mail alias

that sends all root bound mail to you

edit /etc/mail/aliases

see if there is a line like
root: BLAH

if not add
root: you@whatever.com

once this is done
run newaliases to has this file. and send a test mail to root

mail root < /etc/mail/aliases

should be enough to confirm that it works


All times are GMT -5. The time now is 11:29 AM.