Chan Chen Coding...

A tips to remove cache

mv /itemcache/catalog /itemcache/catalog.old
rm -rf /itemcache/catalog.old

do not 
rm -rf /itemcache/catalog

Reason: user may hit the url, and generate cache under that directory, if rm directly, it may impact the users.

-----------------------------------------------------
Silence, the way to avoid many problems;
Smile, the way to solve many problems;

posted on 2012-06-19 02:27 Chan Chen 阅读(223) 评论(0)  编辑  收藏 所属分类: Linux


只有注册用户登录后才能发表评论。


网站导航: