From owner-freebsd-questions Wed Dec 6 13:39:34 1995 Return-Path: owner-questions Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id NAA23345 for questions-outgoing; Wed, 6 Dec 1995 13:39:34 -0800 (PST) Received: from Root.COM (implode.Root.COM [198.145.90.17]) by freefall.freebsd.org (8.7.3/8.7.3) with SMTP id NAA23340 for ; Wed, 6 Dec 1995 13:39:30 -0800 (PST) Received: from corbin.Root.COM (corbin [198.145.90.50]) by Root.COM (8.6.12/8.6.5) with ESMTP id NAA04287; Wed, 6 Dec 1995 13:39:23 -0800 Received: from localhost (localhost [127.0.0.1]) by corbin.Root.COM (8.6.12/8.6.5) with SMTP id NAA17816; Wed, 6 Dec 1995 13:39:51 -0800 Message-Id: <199512062139.NAA17816@corbin.Root.COM> To: Stephen Hovey cc: freebsd-questions@freebsd.org Subject: Re: SUID bits In-reply-to: Your message of "Wed, 06 Dec 95 15:03:59 EST." From: David Greenman Reply-To: davidg@Root.COM Date: Wed, 06 Dec 1995 13:39:50 -0800 Sender: owner-questions@freebsd.org Precedence: bulk >I cannot get SUID to work on files in 2.1R. In other unixes I would >chmod 4755 filename. > >I do here- I see the s - but when invoked it gives permission errors as >though there were no suid bit set. > >Is there some other step that has to be done? What are you trying to chmod? Shell scripts are not allowed to be SUID for security reasons. -DG