Find out amount of inodes under account

Run under user's directory

find . |cut -d / -f1,2  |sort|uniq -c |sort -n

Output:

      9 ./.cphorde
     13 ./logs
     20 ./ssl
     58 ./.sqmaildata
     83 ./cache
     97 ./.cagefs
    144 ./.cache
    347 ./.cpanel
    752 ./.rvsitebuilder
    774 ./etc
   1396 ./backup_venv
   5765 ./home
   7976 ./tmp
  36058 ./public_html
 105574 ./mail

 

Similar Posts:

Leave a Reply

Your email address will not be published. Required fields are marked *