[K12OSN] cpu spikes killing me...

Dan Young dan_young at parkrose.k12.or.us
Fri Nov 5 01:58:36 UTC 2004


On Thu, 2004-11-04 at 17:55 -0800, Huck wrote:
> okay I did this...
> cd /
> mv tmp blah
> mkdir tmp
> chmod 777 tmp
> chmod +t tmp
> 
> I hope it works out well for me =)
> 
> We'll know tomorrow... 6pm..I'm go'n home =)
> (would still like to rm all that junk from /blah now)
 
To blow out /blah:

find /blah -type f -print0 | xargs -0 ls -l

Make sure that's the stuff you want gone; then change "ls -l" to
"rm -rf".

-- 
Dan Young                                   dan_young at parkrose.k12.or.us
Parkrose School District                             Phone: 503-408-2734




More information about the K12OSN mailing list