What is 'inode'?
Answers were Sorted based on User's Feedback
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 |
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 |
Answer / tamesh sonekar
it is unique id number every file/folder its own inode number
Is This Answer Correct ? | 46 Yes | 11 No |
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 |
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 |
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 |
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 |
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 |
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 |
If your linux machine shows a ~(tilde) in most filenames on your dos or windows partition,what is the mistake you have made?How do you get back the long filenames?
How does the inode map to data block of a file?
what is a profile?
what is RAID 1+0?
Explain about Inodes?
what happens when we create a file system?
What scripting languages do you know?
How to put a job in background & bring it to foreground?
What is a pipe?
How to remove weird filenames?
What is the difference between windows environment and Unix environment ?
Give two UNIX kernel parameters that effect an Oracle install