From owner-freebsd-questions Sun Sep 23 19:38:29 2001 Delivered-To: freebsd-questions@freebsd.org Received: from home.com (c1737881-a.plano1.tx.home.com [65.10.46.29]) by hub.freebsd.org (Postfix) with ESMTP id AABC037B425 for ; Sun, 23 Sep 2001 19:38:25 -0700 (PDT) Received: (from mcbrune@localhost) by home.com (8.11.6/8.11.4) id f8O2cPu03999; Sun, 23 Sep 2001 21:38:25 -0500 (CDT) (envelope-from mcbrune) From: mcbrune Message-Id: <200109240238.f8O2cPu03999@home.com> Subject: Re: chmod In-Reply-To: <3BAE9A01.CC7F8176@home.com> To: cyu0635@home.com Date: Sun, 23 Sep 2001 21:38:25 -0500 (CDT) Cc: "freebsd-questions@FreeBSD.ORG" X-Mailer: ELM [version 2.4ME+ PL92 (25)] MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=US-ASCII 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 It sets the SUID bit on the file. This will allow the executable to be run as the owner of the file. You can read the man page on chmod for more info. Corey > Hi all > > What is the meaning of the figure '4'? > > > chmod 4755 /usr/sbin/sendmail > > Many tks > > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message