Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 09 Jun 2003 22:20:53 -0400
From:      Chuck Swiger <cswiger@mac.com>
To:        Supote Leelasupphakorn <pjn0211@yahoo.com>
Cc:        FreeBSD-Questions@FreeBSD.org
Subject:   Re: Can't delete files after mergemaster.
Message-ID:  <3EE54085.9010205@mac.com>
In-Reply-To: <20030610020635.14207.qmail@web40604.mail.yahoo.com>
References:  <20030610020635.14207.qmail@web40604.mail.yahoo.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Supote Leelasupphakorn wrote:
>    I've already MERGEMASTERed due to updating from 
> FREEBSD-4.7 to FREEBSD-4.7-p10. My question is why I 
> could't delete /var/tmp/temproot. No matter what's 
> about permission because I logged as root.
> 
>    What is deny root from delete file ?

The system immutable flag is probably set; see "man chflags" or try:

	chflags -R noschg /var/tmp/temproot ; rm -rf /var/tmp/temproot

-- 
-Chuck



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