Tasks Find Current Inode Usage Using SSH Need to find out how many inodes each user is using on your cPanel server? Simply run the following command from SSH: cd /home echo "Inode usage for: $(pwd)" ; …