What is an inode?

Answers were Sorted based on User's Feedback



What is an inode? ..

Answer / ramya a v

Inode is a structure contains the information necessary for
a process to access a file.Exist in a static form on disk
and the kernel reads them into an in-core inode.
consists of
- file owner identifier
- file type
- file access permissions
- file access times
- number of links to the file
- table of contents for the disk address of data in a file
- file size

in-core copy of the inode contains
- status of the in-core inode
- logical device number of file system
- inode number
- pointers to other in-core inodes
- reference count

Is This Answer Correct ?    34 Yes 3 No

What is an inode? ..

Answer / uday kumar_anem

An inode is an entry in a disk table that contains
information about a file such as its owner, size, and last
access date. The inode is changed when the file is first
created and also later if the owner, group, or permissions
are changed.

Is This Answer Correct ?    33 Yes 4 No

What is an inode? ..

Answer / alpa

Index node to refer file in Unix System

Is This Answer Correct ?    22 Yes 7 No

What is an inode? ..

Answer / devil

Inode Contains all the details about a file like owner,
permission, type....... etc. But it doesn't Contain
the "Filename" for the paticular file.

Is This Answer Correct ?    10 Yes 1 No

What is an inode? ..

Answer / nick

Each file in the unix operating system has a unique inode.
this inode is maintained to get the basic info about the
file as stated in above answer's. the main purpose of inode,
is that multiple process in unix os can access the same file
in (read mode) and inode helps kernel to maintain only one
copy of inode in main memory called as incore inode even if
10 process are accessing the same file...

Is This Answer Correct ?    8 Yes 1 No

What is an inode? ..

Answer / tanushree

Inode is a small table associated with each file and it keeps the record of of those files.consists of
- file owner identifier
- file type
- file access permissions
- file access times
- number of links to the file
- table of contents for the disk address of data in a file
- file size

in-core copy of the inode contains
- status of the in-core inode
- logical device number of file system
- inode number
- pointers to other in-core inodes
- reference count

Is This Answer Correct ?    5 Yes 0 No

What is an inode? ..

Answer / jayaraghavendra

I nodes are objects used to record the information about
files

Is This Answer Correct ?    11 Yes 7 No

What is an inode? ..

Answer / rakesh

inode is basically store information about files and
folders. it is an flat array that store index numbers for
each file.

Is This Answer Correct ?    3 Yes 4 No

Post New Answer

More Unix AllOther Interview Questions

What is the difference between hard link & softlink?

2 Answers  


which is the best book for learning unix and linux?

6 Answers  


What are the main differences between Apache 1.x and 2.x?

1 Answers   IBM,


Which is the most commonly used replacement algorithm?

0 Answers   Aditi Placement Service,


how to face veritas NetBAckup interview, where did i find all materials regrding veritas and give details on veritas certification

13 Answers   3i Infotech, ABC, Accenture, ACS, CTS, Genpact, GSK, HP, IBM, Lapiz, Lapiz Digital, Satyam, Symantec, TCS, Veritas,






How do you log in to a remote Unix box?

2 Answers  


in unix profile contains

1 Answers   BFL,


What is the job responsibility of a System Administrator (UNIX/LINUX),briefly describe (Also point out system admin's daily job details),specify job type & job description?

2 Answers   HP, ICS Integrated Computer Solutions, TCS,


. Using sed and grep, write a command which lists files and directories with following properties: (i) created in 1999 (ii) with user's as owner and group

0 Answers  


how to set request time out value for name resolution on clients (hp-ux) ?

1 Answers   Amdocs,


What is a daemon?

6 Answers  


How would you change all occurrences of a value using VI?

1 Answers  


Categories