$ ls -l
total 195024
drwxrws--- 2 jobs jobs 32711168 Dec 13 15:53 lock
-rw-rw-r-- 1 jobs jobs 166871040 Dec 13 15:53 session.db
it's bad news when the directory itself is taking up 32MB.
$ ls -F lock | wc -l
511110
Oops. Where did that crontab go again?
- ask
But how do I get rid of it? (Score:1)
What's the best way to delete those files? I remember it took forever to delete them all.
Re:But how do I get rid of it? (Score:2)
find
or something like that into your nightly crontab to make it not go out of control. Or use a different filesystem, like MySQL.
- ask
-- ask bjoern hansen [askbjoernhansen.com], !try; do();
Re:But how do I get rid of it? (Score:1)
Of course, this assumes you can get the system into a quiescent state... If not, your way is far superior. :-)
-Dom
Re:But how do I get rid of it? (Score:2)
-- ask bjoern hansen [askbjoernhansen.com], !try; do();