This will help you to remove the belows files from all users account on server:
# find /home/*/.cpanel-datastore/ -name “diskusage_*” | xargs rm -f
# find /home/*/mail/ -name maildirsize | xargs rm -f
No comments:
Post a Comment