Re: How to kill a dir?

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Am Mo, den 05.01.2004 schrieb WipeOut um 20:10:
> Gerry Maddock wrote:
> 
> >If that doesn't work try:
> >chattr -R -i test/;rm rf test/
> >
> >
> >  
> >
> 
> Got the following output..
> 
> [root@dev02 i386]# chattr -R -i test/;rm -rf test/
> chattr: Too many open files while reading flags on 
> test///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////!
//!
> /////////////////////////////////////
> rm: cannot remove directory `test/': Directory not empty

God, what the hell did you do with that test directory?

find test -name "*" print0 | xargs -0 \
      chattr -i
chattr -i test; rm -rf test

\ means no break but wrapped single line

Alexander


-- 
Alexander Dalloz | Enger, Germany
PGP key valid: made 13.07.1999
PGP fingerprint: 2307 88FD 2D41 038E 7416  14CD E197 6E88 ED69 5653




[Index of Archives]     [Current Fedora Users]     [Fedora Desktop]     [Fedora SELinux]     [Yosemite News]     [Yosemite Photos]     [KDE Users]     [Fedora Tools]     [Fedora Docs]

  Powered by Linux