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 |
How do you copy in linux terminal?
my clients are getting services from servers but how to know which client is using which service. is there any files to keep information about these? clients used ftp, nis, samba, apache, squid, nfs and mail services how to know how many users got service from server side with date,time and client system ip ?
Why is unix used?
What does chmod 755 do?
What does grep grep do?
What does uname command do?
What can you tell about the tar command?
can some one tell me the steps(with commands) to create LVM in RHEL 5????
What is simple command?
How cp command works in linux?
What is file and example?
Explain about kernel file in linux?