Friday, March 26, 2010

Disk usage problem

Using find command you can locate the files owned by the user

find "path" -user "username" like this "find /home/.cpan/build -user" and change the unwanted ownership to root.

Eaccelerator cache fill /tmp daily "find . -name 'sess*' | xargs rm"

also disable Eaccelerator in php.ini or change the path

No comments:

Post a Comment