Thread: What is INODE
View Single Post
  #2 (permalink)  
Old 06-28-2008, 02:23 PM
neelima.rai neelima.rai is offline
Junior Member
 
Join Date: Jun 2008
Location: Bangalore
Posts: 10
Default

the infoemation of a directory or a file isn't stored under a name; the data is stored as part of a data structure called an "inode".
Inode contains info like disk blocks where the contents of a file,who owns the file,and access permissions
Reply With Quote