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 |
I have a user name in /etc/vsftpd/user_list which is for blocking the ftp user. Now i blocked the user as well ,but without removing username in user_list i wanna access the users home directory and his own directory .How will you access the data ????
What is Data Command?
What is du command in linux?
what is major and minor?
How to write the output of a command to a file?
what is the diff b/w ext2 and ext3?
How do I open a text file in cmd?
What command you use for cpio to create a backup called backup.cpio of all the users’ home dirs?
How do you check which file consuming more space in linux?
what is lilo?How it is useful in linux?
What is devops model?
You attempt to delete a file called sales.mem using the rm command but the command fails. What could be the problem?