From owner-freebsd-questions@FreeBSD.ORG Tue Sep 14 12:59:38 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D6D9116A4CE for ; Tue, 14 Sep 2004 12:59:38 +0000 (GMT) Received: from outmx019.isp.belgacom.be (outmx019.isp.belgacom.be [195.238.2.200]) by mx1.FreeBSD.org (Postfix) with ESMTP id 58FC043D49 for ; Tue, 14 Sep 2004 12:59:38 +0000 (GMT) (envelope-from geert@lori.mine.nu) Received: from outmx019.isp.belgacom.be (localhost [127.0.0.1]) with ESMTP id i8ECxXtv015757 for ; Tue, 14 Sep 2004 14:59:34 +0200 (envelope-from ) Received: from lori.mine.nu (89-149.244.81.adsl.skynet.be [81.244.149.89]) with ESMTP id i8ECxR6W015695; Tue, 14 Sep 2004 14:59:27 +0200 (envelope-from ) Received: by lori.mine.nu (Postfix, from userid 1000) id 8F040791; Tue, 14 Sep 2004 14:59:27 +0200 (CEST) Date: Tue, 14 Sep 2004 14:59:27 +0200 From: Geert Hendrickx To: Ruben de Groot Message-ID: <20040914125927.GB60988@lori.mine.nu> References: <20040913215156.GA58508@lori.mine.nu> <20040914112253.GA60767@lori.mine.nu> <20040914125410.GA46959@ei.bzerk.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20040914125410.GA46959@ei.bzerk.org> User-Agent: Mutt/1.4.2i X-GPG-Key: http://lori.mine.nu/gnupgkey.asc X-GPG-Key-ID: 1024D/766C1E92 X-Accept-Language: nl,en cc: freebsd-questions@freebsd.org Subject: Re: suid/sgid problem X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 14 Sep 2004 12:59:38 -0000 > Is the partition these files are on by any chance mounted NOSUID ? Silly me, yes it is! I usually edit /etc/fstab on a fresh install, and add stuff like nodev and nosuid on partitions where it is appropriate. And accidently, I did so on /usr as well... Thanks for the suggestion! GH