How to list the inodes of directories on a Linux machine.

It is possible with ls to list only directories on a Linux system, but you can also list the inode values of the directories on a Linux system. The example below shows how this is done. The -i parameter shows the đź“‚ inodes value. ┌──(john㉿DESKTOP-PF01IEE)-[~] └─$ ls -ldi — */ 150 drwxr-xr-x 2 john john … Read more