Get cPanel User’s Disk Usage

Get cPanel User’s Disk Usage

Here is how to get a user’s disk space usage on a cPanel user:

WHM

You can see the usage on the left-hand side of cPanel, or in the ‘List Accounts’ view of WHM:

account 1024x637 - Get cPanel User’s Disk Usage

du:

du -h /home/$user

Quota cache:

egrep "^${user} " /var/cpanel/repquota.cache

Actual quota:

quota -v | egrep "^${user} "

cPanel datastore:

cat /home/$user/.cpanel/datastore/_usr_bin_quota_-v
whoami
Stefan Pejcic
Join the discussion

I enjoy constructive responses and professional comments to my posts, and invite anyone to comment or link to my site.