Delete or Remove temperory files create by cpnael file upload manager
by rajesh[ Edit ] 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