What is INODE?
Answers were Sorted based on User's Feedback
Answer / manas behera
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.
| Is This Answer Correct ? | 17 Yes | 2 No |
Answer / najib
INODE is a pointer to a block on the disk and it is unique.
| Is This Answer Correct ? | 18 Yes | 5 No |
Answer / manoj gupta
here i stands for index.index node contains the information
about specific file
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / shiva ram prasad
As above said INODE is a unique num for example
in unix we use commands like "man"
for that inode num ber will b 5678
so this inode num is to sys understand the commands given by
d user
| Is This Answer Correct ? | 1 Yes | 1 No |
Answer / hem
Inode number a unique number provided by kernel to newly created file or directory. Its a unique no. It contains info about file size,permissions, creation - modification date (time stamp) block, security flags, links counter to determine
how many hard link created, UID ,GID and device id.
Specially it doesn't contain file name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Answer / kriss
Inode is an unique number. Inode holds metadata of files
| Is This Answer Correct ? | 8 Yes | 10 No |
HOW DO CREATE A NFS FILE SYSTEM
very first process created by kernell?
interprocess command in unix be achieved by a)pipes b)messages c)semaphores d)shared memory e)all
what is the name os the first os and tell me the year when it was discovered
What is YACC?
How would you change all occurrences of a value using VI?
why do you need to have a swap file system?
What is a Map?
What does the ?route? command do?
Am using Mac OS 10.4.11 on an Imac (PPC) Internal hard disk got named disk0s3 and will not mount. What commands can be used in TERMINAL to rename the internal hard disk to C96?
which is the best book for learning unix and linux?
What is a daemon?