A tips to remove cache
mv /itemcache/catalog /itemcache/catalog.oldrm -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 閱讀(249) 評論(0) 編輯 收藏 所屬分類: Linux