Re: Default Permissions for /etc and /etc/mail

2003-01-10 Thread Roman Neuhauser
# [EMAIL PROTECTED] / 2003-01-10 10:18:42 -0800:
 Can someone tell me what the default permissions were for the /etc and
 /etc mail folders (what chmod ### I need to use).  I ran a script that
 hosed these directories up and sendmail isn't very happy about it.

roman@freepuppy ~ 1003:0  ls -ld /etc/{,mail/}
drwxr-xr-x  16 root  wheel  2560 Jan  6 10:01 /etc/
drwxr-xr-x   2 root  wheel  1024 Dec 25 18:47 /etc/mail/
roman@freepuppy ~ 1004:0  

-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Default Permissions for /etc and /etc/mail

2003-01-10 Thread Toomas Aas
 Can someone tell me what the default permissions were
 for the /etc and /etc mail folders (what chmod ### I
 need to 
 use).

On my 4.7 system they are owned by root:wheel, chown 755.
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* I'll eat anything as long as it's pizza.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message



Re: Default Permissions for /etc and /etc/mail

2003-01-10 Thread Toomas Aas
 On my 4.7 system they are owned by root:wheel, chown 755.

I meant, of course, chmod 755. Doh!
--
Toomas Aas | [EMAIL PROTECTED] | http://www.raad.tartu.ee/~toomas/
* When I read about the evils of drinking, I gave up reading.


To Unsubscribe: send mail to [EMAIL PROTECTED]
with unsubscribe freebsd-questions in the body of the message