[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] Pine Problem...



-----Original Message-----
From: Santiago Montalvan [mailto:smontalvan@xxxxxxxxxxxxxxxxx]
Sent: Thursday, March 06, 2003 4:21 PM
To: cobalt-users@xxxxxxxxxxxxxxx
Subject: [cobalt-users] Pine Problem...


Doing chmod 1777 /home/spool/mail does sounds a little odd, I mean I didn't
even know that you can set 1777 permissions!  Please keep me updated on what
I should do...  Should just go ahead and do chmod 177 to the /var/spool/mail
directory or should I wait until we are sure what to do?

Thanks,

Santiago.

-----------------------------------------------------------------


http://www.mkssoftware.com/docs/man1/chmod.1.asp

01000000  temporary file
02000000  compressed file
4000      Hidden file (setuid bit)
2000      System file (setgid bit)
1000      Archive bit (sticky bit)
0400      Individual read
0200      Individual write
0100      Individual execute (or list directory)
0040      Group read
0020      Group write
0010      Group execute
0004      Other read
0002      Other write
0001      Other execute

More then just read/write/execute!!