What is an inode?
Answers were Sorted based on User's Feedback
Answer / amit kumar verma
An inode is a data structure holding information about files
in a Linux file system. There is an inode for each file, and
a file is uniquely identified by the file system on which it
resides and its inode number on that system.
| Is This Answer Correct ? | 60 Yes | 2 No |
Answer / mcmarc
an inode is an number used to denote file names to the exact
location in a disk. each file has a unique inode.
the inode table consists of file type, permissions, user uid,etc
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sudhakar.g
Inode Its contains the information about the file, Which is
owned by whom,eg - lIke user owner and group owner. and
created date,modification time and file path.
| Is This Answer Correct ? | 5 Yes | 6 No |
Which command is used to delete a group?
Which command is used to uncompress gzip files?
What does mkdir mean in linux?
What is mask and umask in linux?
in LINUX,What are two subtle differences in using the more and the pg commands?
What is the use of mv command in linux?
What does the 'cd' command do in Linux?
Is makefile a shell script?
How do I check disk space in linux?
Explain about refer?
how do find all failed login attempts via ssh?
How do you copy in terminal?