Skip to main content

Inodes usage stats

Comments

2 comments

  • dalem
    cd /home echo "Inode usage for: $(pwd)" ; for d in `find -maxdepth 1 -type d |cut -d\/ -f2 |grep -xv . |sort`; do c=$(find $d |wc -l) ; printf "$c\t\t- $d\n" ; done ; printf "Total: \t\t$(find $(pwd) | wc -l)\n"
    want to see more detail for a specific acount cd /home/username and run the same command
    0
  • cPanelMichael
    Hello :) Yes, the previous post should help you determine where the inode usage is coming from. Note that for the global inode usage, simply run the "df -i" command. Thank you.
    0

Please sign in to leave a comment.