Can't delete files after mergemaster.

Chuck Swiger cswiger at mac.com
Mon Jun 9 19:21:01 PDT 2003


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



More information about the freebsd-questions mailing list