LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   what is inode in linux? (https://www.linuxquestions.org/questions/linux-newbie-8/what-is-inode-in-linux-696914/)

varun kala 01-13-2009 01:01 AM

what is inode in linux?
 
what is inode in linux?:scratch:

Didier Spaier 01-13-2009 01:19 AM

An explanation is here

uks 01-13-2009 01:19 AM

Every file in Unix has a number, called an inode, associated with it. Unix doesn’t use the
filename to refer to the file; it uses the inodes.

I recommend that you read articles on the web to understand them which will be easier than trying to explain the concept here.

ls -i will show you the inodes of the files.

varun kala 01-13-2009 11:29 PM

Quote:

Originally Posted by Didier Spaier (Post 3406708)
An explanation is here

Thanks a lot


All times are GMT -5. The time now is 04:28 AM.