MilesWeb Hosting Forum

Web Hosting Technical Support => How To's => Topic started by: Dipak Bhoi on February 16, 2015, 04:56:37 PM

Title: How to find your file Inode number?
Post by: Dipak Bhoi on February 16, 2015, 04:56:37 PM
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 !! :)