Skip to main content

Disk space usage "Other usage" very large and df and du give different results

Comments

1 comment

  • cPanelMichael
    Hello :) The "df -h" command shows overall server usage, not individual account usage. The best way to determine where the "Other Usage" is coming from is to use the "find" command. EX: id username find / -uid UIDNUMBER > /root/username.output
    Replace the first command with the actual username of the account. This will output the account's UID. You can then replace "UIDNUMBER" in the second command with the actual UID of the account. The results will be output to /root/username.output which you can view after the command finishes. Thank you.
    0

Please sign in to leave a comment.