What is 'inode'?

Answers were Sorted based on User's Feedback



What is 'inode'?..

Answer / pankaj dhaundiyal

Inode is a unique number given to a file in Unix OS. Every
file in Unix has a inode number. unix treats
directories/folders as a file so they are also having a
inode value.

Is This Answer Correct ?    166 Yes 21 No

What is 'inode'?..

Answer / chandra shekhar

When a file system is created, data structures that contain
information about files are created. Each file has an inode
and is identified by an inode number (often "i-number" or
even shorter, "ino") in the file system where it resides.
Inodes store information on files such as user and group
ownership, access mode (read, write, execute permissions)
and type of file. There is a fixed number of inodes, which
indicates the maximum number of files each filesystem can hold.

A file's inode number can be found using the ls -i command,
while the ls -l command will retrieve inode information.
This is description of inode information which it contain:

* The length of the file in bytes.
* Device ID (this identifies the device containing the
file).
* The User ID of the file's owner.
* The Group ID of the file.
* The file mode, which determines what users can read,
write, and execute the file.
* Timestamps telling when the inode itself was last
modified (ctime, change time), the file content last
modified (mtime, modification time), and last accessed
(atime, access time).
* A reference count telling how many hard links point to
the inode.
* Pointers to the disk blocks that store the file's content

Is This Answer Correct ?    145 Yes 14 No

What is 'inode'?..

Answer / tamesh sonekar

it is unique id number every file/folder its own inode number

Is This Answer Correct ?    46 Yes 11 No

What is 'inode'?..

Answer / evilanubhav

An inode is a data structure on a filesystem on Linux and
other Unix-like operating systems that stores all the
information about a file except its name and its actual data.

Is This Answer Correct ?    29 Yes 6 No

What is 'inode'?..

Answer / kishore devkate

In a simple language

INODE is for kernel reference and file is for user
reference.
INODE contain information about file
size,owner,group,permission...etc

Is This Answer Correct ?    28 Yes 6 No

What is 'inode'?..

Answer / lili

inode is a data structure which stores basic information
about regular files,directory and other file system object.

Is This Answer Correct ?    13 Yes 5 No

What is 'inode'?..

Answer / anossee

inode is looks like the id of the file

Is This Answer Correct ?    15 Yes 10 No

What is 'inode'?..

Answer / kapil

An inode is a data structure on a traditional Unix-style file system such as UFS. An inode stores basic information about a regular file, directory, or other file system object.

Is This Answer Correct ?    7 Yes 3 No

What is 'inode'?..

Answer / sivasankar

Theese are objects.solaris oe useses this inodes to record
the info of files.it has two parts. 1 is contains info like
owner,permissions,size of a file. 2 is contains pointers.
theese inodes will be created while the filesystem create.

Is This Answer Correct ?    5 Yes 3 No

What is 'inode'?..

Answer / sagar mehtani

Inode is data structure of a file.
Simply just with the help of inode an os can find where
file is a actully on the hard disk and can easily retrive
it.
This is possible just because each and every information of
a file is kept in inode.
A file cannot exit without an inode if this happen's throw
out your file system.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Unix AllOther Interview Questions

How to list only the directories inside a directory?

4 Answers  


What is the difference between internal and external commands?

13 Answers   BPL, DOEACC, Engro, Kuvempu University, NIIT, TCS,


What is 'inode'?

11 Answers   Infosys,


What does the ?route? command do?

2 Answers  


What are Profilers?

1 Answers   Axis Technologies,






what is a profile?

1 Answers  


I am trying to unmount a remote file system,but I do not unmount that file system.How can i know the user name (i.e.,user who is using that file system).....write the command with argument

2 Answers  


What is a Region?

1 Answers  


why do you need to have a swap file system?

1 Answers  


If Media Server fails. What are the steps to be followed? Can anyone please reply for this question Thanks, Ganesh

0 Answers   HCL, IBM,


Give the command to display space usage on the UNIX file system.

6 Answers  


How to give root privileges without using SU/sudor ?

1 Answers  


Categories