Linux - GeneralThis Linux forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
What information about the files can be found in a inode? Is there a place where the system with an information story about the files (access time, modify time, ecc.)?
What information about the files can be found in a inode? Is there a place where the system with an information story about the files (access time, modify time, ecc.)?
This of course depends on the filesystem....In general, I think inodes are simply pointers to disk addresses where the actual data is.
In a very real way, the inode is the file. As pixellany wrote, there are pointers to the information that is the content of the file, pointers to other structures for large files, and also all of the administrative information about the file.
See http://en.wikipedia.org/wiki/Inode for a good overview, and man stat for a control statement to display much of the information ... cheers, makyo
File type (executable, block special etc)
Permissions (read, write etc)
Owner
Group
File Size
File access, change and modification time
File deletion time
Number of links (soft/hard)
Extended attribute (immutability)
Access Control List (ACLs)
File type (executable, block special etc)
Permissions (read, write etc)
Owner
Group
File Size
File access, change and modification time
File deletion time
Number of links (soft/hard)
Extended attribute (immutability)
Access Control List (ACLs)
The above information is found in the Inodes
Philix
Hmmmm---I think there also needs to be a pointer to the actual data..?
Maybe we need a tutorial on how file systems work...
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.