Date: Mon, 26 Jun 1995 13:23:16 GMT From: kelly@fsl.noaa.gov (Sean Kelly) To: kuku@gilberto.physik.rwth-aachen.de Cc: freebsd-hackers@freefall.cdrom.com Subject: Re: weird filesystem state (cannot remove files) Message-ID: <9506261323.AA10462@yarmouth.fsl.noaa.gov> In-Reply-To: <199506260649.IAA02344@gilberto.physik.rwth-aachen.de> (kuku@gilberto.physik.rwth-aachen.de)
next in thread | previous in thread | raw e-mail | index | archive | help
>>>>> "Christoph" == Christoph P Kukulies <kuku@gilberto.physik.rwth-aachen.de> writes:
Christoph> /kernel: Operation not permitted
Christoph> I believe I installed these kernels using make install
Christoph> rather than mv /kernel /tmp ; mv kernel /kernel.
The `make install' sets the system immutable flag through an install
option. See chflags(1). You want `chflags noschg /kernel' so you can
futz with it.
Besides, what's wrong with a mode 555 /kernel?
--
Sean Kelly
NOAA Forecast Systems Lab, Boulder Colorado USA
Folks still remember the day ole Bob Riley came bouncing down that
dirt road in his pickup. Pretty soon, it was bouncing higher and
higher. The tires popped, and the shocks broke, but that truck kept
bouncing. Some say it bounced clean over the moon, but whoever says
that is a damn liar. -- Jack Handey
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?9506261323.AA10462>
