From owner-freebsd-questions Mon Jan 8 9:38: 0 2001 Delivered-To: freebsd-questions@freebsd.org Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by hub.freebsd.org (Postfix) with ESMTP id 8A9B337B69E for ; Mon, 8 Jan 2001 09:34:24 -0800 (PST) Received: from cactus.fi.uba.ar (cactus.fi.uba.ar [157.92.49.108]) by cactus.fi.uba.ar (8.9.3/8.9.3) with ESMTP id OAA17517; Mon, 8 Jan 2001 14:37:44 -0300 (ART) (envelope-from fgleiser@cactus.fi.uba.ar) Date: Mon, 8 Jan 2001 14:37:43 -0300 (ART) From: Fernando Gleiser To: Christian Charette Cc: questions@FreeBSD.ORG Subject: Re: I have a big problem In-Reply-To: <000d01c0797f$38ba12e0$3600000a@Operaciones> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Please wrap your lines at 70 chars On Mon, 8 Jan 2001, Christian Charette wrote: > Hi, my name is Christian Charette and Im from Argentina, Im using FreeBSD > 4.1.1 and when I recompile the kernel and use "make install" the command > chflags cant change the flags of the old kernel and cant remove it. > And when I assign a schg flag to any file, later I cant remove it. That's the idea of schg: you can't remove it, you can't modify it. To remove the schg flags you need to do a "chflags noschg file", but you can't do it if your securelevel is zero or greater. To find out what your securelevel is, do a "sysctl kern.securelevel" > > Do you have any idea of what could I do? > Thanks > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message