What is inode? - ProProfs Discuss
Advertisement

What is inode?



Asked by Avery, Last updated: Apr 07, 2024

+ Answer
Request
Question menu
Vote up Vote down

1 Answer

John Smith

John Smith

John Smith
John Smith

Answered Sep 08, 2016

All unix files have its description stored in a structure called inode. the inode contains info about the file-size, its location, time of last access, time of last modification, permission and so on. directories are also represented as files and have an associated inode. in addition to descriptions about the file, the inode contains pointers to the data blocks of the file. if the file is large, inode has indirect pointer to a block of pointers to additional data blocks (this further aggregates for larger files). a block is typically 8k.inode consists of the following fields: * file owner identifier * file type * file access permissions * file access times * number of links * file size * location of the file data
upvote downvote
Reply 

Advertisement
Advertisement
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader
Image Preview
Search for Google images Google Image Icon
Select a recommended image
Upload from your computer Loader

Email Sent
We have sent an email to your address "" with instructions to reset your password.