Date: Fri, 24 May 2002 12:24:57 -0400 From: "Morse, Richard E." <REMORSE@PARTNERS.ORG> To: 'Steven Lake' <raiden@shell.core.com>, Jonathan Chen <jonc@chen.org.nz> Cc: Daniel Bye <DAN@SlightlyStrange.org>, freebsd-questions@FreeBSD.ORG Subject: RE: Thanks! Message-ID: <375F68784081D511908A00508BE3BB1701EF1AC3@phsexch22.mgh.harvard.edu>
next in thread | raw e-mail | index | archive | help
Steven Lake [mailto:raiden@shell.core.com] wrote: > Ok, call me silly. What would the chmod numbers be for > these? I > still haven't entirely figured out the lettering system yet. > > > -r-xr-sr-x 1 root smmsp 581956 May 21 18:43 > /usr/libexec/sendmail/sendmail* Well, using the lettering system, this would be: chmod u+rx,g+rs,o+rx /usr/libexec/sendmail/sendmail* Using numbers, I think it's chmod 2555 /usr/libexec/sendmail/sendmail* > > drwxrwx--- 2 smmsp smmsp 512 May 23 18:00 > /var/spool/clientmqueue/ This would be chmod ug+rwx or chmod 770 > > drwxr-xr-x 2 root daemon 512 May 23 18:00 /var/spool/mqueue/ And this would be chmod u+rwx,go+rx or chmod 755 HTH, Ricky To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?375F68784081D511908A00508BE3BB1701EF1AC3>