From owner-freebsd-current Sat Apr 27 09:32:48 1996 Return-Path: owner-current Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id JAA24119 for current-outgoing; Sat, 27 Apr 1996 09:32:48 -0700 (PDT) Received: from zen.nash.org (nash.pr.mcs.net [204.95.47.72]) by freefall.freebsd.org (8.7.3/8.7.3) with ESMTP id JAA24114 for ; Sat, 27 Apr 1996 09:32:45 -0700 (PDT) Received: (from alex@localhost) by zen.nash.org (8.7.5/8.6.12) id LAA06567; Sat, 27 Apr 1996 11:34:42 -0500 (CDT) Date: Sat, 27 Apr 1996 11:34:42 -0500 (CDT) Message-Id: <199604271634.LAA06567@zen.nash.org> From: Alex Nash To: kimc@w8hd.org Cc: current@freebsd.org Subject: RE: can't change -current kernel file Reply-to: nash@mcs.com Sender: owner-current@freebsd.org X-Loop: FreeBSD.org Precedence: bulk > 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