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 |
What is the difference between kill and kill -9 commands?
Who whoami linux?
can anyone proide me reading material on svit00ef27@yahoo.com please thanx in advance
You suspect that you have two commands with the same name as the command is not producing the expected results. What command can you use to determine thelocation of the command being run?
What u know abt tar Command?
What is apple llvm?
What is gnu in linux?
What is filter command in unix?
what is difference between $@ and $* in UNIX Shell script
What does uname command do?
Explain how you would manage background and foreground processes in Linux.
What does r mean linux?