I'm on Ubuntu 18.04.
I have a folder with lots (several hundreds thousands) files.
I would like to see how many inodes does this folder use on the file system.
How to achieve that?
The df -i
command applies on the whole file system, I need to be "folder-specific".
du
will do inodes, too. Seeman du
. – user535733 Sep 10 '20 at 18:46