Skip to main content

Why so much disk usage per CP?

Comments

6 comments

  • cPanelMichael
    Hello :) Are you able to determine the source of the space usage from the "Disk Space Usage" option within cPanel? Thank you.
    0
  • Scan123
    Hi michael, thanks for your reply. I tried this but on the disk space usage option it says "Wait while your page loads "" for 10 mins now, lets wait some more..
    0
  • cPanelMichael
    Your access level is listed as "Website Owner". Do you have root access to this server so you can review the disk space usage via the command line? Thank you.
    0
  • Scan123
    Hi micheal, Yes i have root access.
    0
  • cPanelMichael
    You can use the find command to search for files owned by a user. EX:
    id username find / -uid # > /root/filesowned.out
    You can then review the /root/filesowned.out file to see if there are any locations outside the user's home directory with files owned by this username. The "du" utility will help determine the disk space usage of those files:
    0
  • Scan123
    thanks michael, ill check that out.
    0

Please sign in to leave a comment.