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 — */…

Read More

Interesting Linux commands that might be very useful.

List only directories with the Linux command line. This lists a directory with all folders listed first, then return only the listing of folders in the directory. 4.4 Tue Oct 09 jason@Yog-Sothoth 0: $ ls –color=auto –group-directories-first -Hul | head -n `echo */ | wc -w` total 3866624 drwxrwxrwx+ 6…

Read More