Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 27 Apr 1996 11:34:42 -0500 (CDT)
From:      Alex Nash <alex@zen.nash.org>
To:        kimc@w8hd.org
Cc:        current@freebsd.org
Subject:   RE: can't change -current kernel file
Message-ID:  <199604271634.LAA06567@zen.nash.org>

next in thread | raw e-mail | index | archive | help
> I can't cp the new kernel to /, can't rm the present one, can't mv
> the present kernel file, the error returned is:
> Operation not permitted

You have to turn off the system immutable flag by typing:

  chflags noschg /kernel

Once you've copied the new kernel, you may want to turn it back on
with:

  chflags schg /kernel

Alex



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