From owner-freebsd-questions Fri May 24 9:25: 9 2002 Delivered-To: freebsd-questions@freebsd.org Received: from PHSEXCHICI.MGH.HARVARD.EDU (phsexchici.mgh.harvard.edu [132.183.126.51]) by hub.freebsd.org (Postfix) with ESMTP id 4089937B406 for ; Fri, 24 May 2002 09:25:03 -0700 (PDT) Received: by phsexchici.mgh.harvard.edu with Internet Mail Service (5.5.2650.21) id ; Fri, 24 May 2002 12:24:58 -0400 Message-ID: <375F68784081D511908A00508BE3BB1701EF1AC3@phsexch22.mgh.harvard.edu> From: "Morse, Richard E." To: 'Steven Lake' , Jonathan Chen Cc: Daniel Bye , freebsd-questions@FreeBSD.ORG Subject: RE: Thanks! Date: Fri, 24 May 2002 12:24:57 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-Type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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