Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 26 Jun 1995 06:49:29 -0700
From:      "Justin T. Gibbs" <gibbs@freefall.cdrom.com>
To:        "Christoph P. Kukulies" <kuku@gilberto.physik.rwth-aachen.de>
Cc:        freebsd-hackers@freefall.cdrom.com
Subject:   Re: weird filesystem state (cannot remove files) 
Message-ID:  <199506261349.GAA12982@freefall.cdrom.com>
In-Reply-To: Your message of "Mon, 26 Jun 95 08:49:01 %2B0200." <199506260649.IAA02344@gilberto.physik.rwth-aachen.de> 

next in thread | previous in thread | raw e-mail | index | archive | help
>Trying rm /kernel (booted from kernel.new) gives
>
>override r-xr-xr-x  root/wheel   schg   for /kernel? y
>rm: /kernel: Operation not permitted
>
>I believe I installed these kernels using make install rather than
>mv /kernel /tmp ; mv kernel /kernel.

You have the filesystem immutible flag turned on.  Man chflags for
details.  You can see the flags with an "ls -lo".  Setting the immutable
flags is part of the kernel install target.

>--Chris Christoph P. U. Kukulies kuku@gil.physik.rwth-aachen.de
>FreeBSD blues.physik.rwth-aachen.de 2.0-BUILT-19950619 FreeBSD 2.0-BUILT-1995
>0619 #1: Mon Jun 19 19:54:08 MET DST 1995     kuku@blues.physik.rwth-aachen.d
>e:/usr/src/sys/compile/BLUESGUS  i386

--
Justin T. Gibbs
===========================================
  Software Developer - Walnut Creek CDROM
  FreeBSD: Turning PCs into workstations
===========================================



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199506261349.GAA12982>