Hello guys,
In Linux based system every object is consider as file, every file has an inode number associated and this is easy for computer to recognise where the file is located.
To find
inode number execute ls -i with file name.
Quote#ls -i test.txt
21322 test.txt
Here
21322 is a inode number of the file
test.txt.
Enjoy !! :)