Cheatsheet: Difference between revisions

Content added Content deleted
Line 637: Line 637:
ls -il myfile.txt ==> Show inode no of file
ls -il myfile.txt ==> Show inode no of file
find /home/rahul -inum 1150561 ==> Find file using inode no
find /home/rahul -inum 1150561 ==> Find file using inode no
stat unetbootin.bin ==> Show all details of file
stat --format=%i unetbootin.bin ==> Shows only inode no


* Free Inodes on Filesystem
* Free Inodes on Filesystem