Delete or Remove temperory files create by cpnael file upload manager

by rajesh 2014-03-23 14:29:02

cPanel creates a temp file when users upload files using File Manager. This some times may not be deleted after file uploaded is compelted.

To remove such file we can use the following command

find /home/*/tmp/ -maxdepth 1 -mindepth 1 -name Cpanel_* 2>/dev/null | xargs rm -rf
1299
like
0
dislike
0
mail
flag

You must LOGIN to add comments