Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 21 Jul 1999 12:51:33 +0100 (GMT)
From:      Adam Nealis <adamn@criterion.canon.co.uk>
To:        Ilia Chipitsine <ilia@cgilh.chel.su>
Cc:        questions@FreeBSD.ORG
Subject:   Re: problems with rm
Message-ID:  <Pine.LNX.3.96.990721125017.22520A-100000@hermes.criterion.canon.co.uk>
In-Reply-To: <Pine.BSF.4.05.9907210918430.265-100000@localhost.cgu.chel.su>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 21 Jul 1999, Ilia Chipitsine wrote:

:
:Hi everybody !
:
:I build world for the first time, even faster that it was ever built :-)
:However, there some files in /usr/obj that cannot be 'rm'ed even 
:as root ?! it's deep in the obj, for instance libc.so.3.1.
:
:# rm -f libc.so.3.1
:rm: libc.so.3.1: Operation not permitted
Could be you need to do

# cd /usr/obj
# chflags -R noschg *
# rm -rf *

Cheers!
Adam.

:
:filesystem is mounted read-write and fsck says about NO errors.
:
:Regards, (Наилучшие пожелания)
:
: Ilia Chipitsine (Илья Шипицин)
:
:
:
:To Unsubscribe: send mail to majordomo@FreeBSD.org
:with "unsubscribe freebsd-questions" in the body of the message
:



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.3.96.990721125017.22520A-100000>