Skip to main content

How to fix the “Other Usage” issue

Comments

1 comment

  • cPanelMichael
    Hello, Typically, usage displayed under the "Other" category is for files not contained within the account's home directory. You can confirm this by checking the disk space usage in an account's home directory. EX:
    du -sh /home/username
    If it's less usage than reported for the account disk space usage in cPanel or WHM, then it indicates there are files owned by this user elsewhere on the system. You can obtain a list of files owned by the user with commands such as:
    id $username find / -uid $UIDNUMBER > /root/$username.output
    Replace "$username" with the username of the cPanel account and "$UIDNUMBER" with the UID associated with the username. Thank you.
    0

Please sign in to leave a comment.