Trying to list the inodes used for directories...
Hello Team,
I have a /u01 filesystem out of inodes and it's the second time i increase the inodes capacity for this filesystem, so this time i need to identify which folder inside has the problem to help DBA team...
This command does not work in Solaris:
find / -xdev -printf '%h\n' | sort | uniq -c | sort -k 1 -n
Do you know any other?
Best regards, Hector