On Mon Nov 04, 2002; 09:57AM -0500 Louis LeBlanc propagated the following:
> Hey all.  I'm trying to get some temp files cleaned out, and the one
> giving me trouble is /tmp/temproot/var/empty/
> 
> The empty directory is in fact empty, but the ownership and
> permissions seem to make it impossible to remove it.  I've tried rm
> -rf, rm -df, and rmdir all as root, but all I get is:
> # rm -df empty/
> rm: empty/: Operation not permitted
> 

Try 'chflags noschg /tmp/temproot/var/empty' and then try removing it
again.

-wd
-- 
chip norkus; unix geek and programmer;          [EMAIL PROTECTED]
"question = (to) ? be : !be;" --Shakespeare     http://telekinesis.org/

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-questions" in the body of the message

Reply via email to