What is an inode block?
Answer / Aditya
An Inode (Index Node) in Linux is a data structure used by the file system to store information about a file or directory. Each Inode contains key attributes such as ownership, permissions, timestamps, and pointers to data blocks where the actual contents of the file are stored.
| Is This Answer Correct ? | 0 Yes | 0 No |
What's the difference between scripting and coding?
What is the difference between a variable and value?
What makes c shell a more preferable option than the bourne shell?
Write a shell script to get current date, time, user name and current working directory.
How to include comments in your shell scripts?
Write a command sequence to find the count of each word?
Is bash an operating system?
What is the default shell of solaris?
What is a shell environment?
What are the advantages of bash over all other shells?
How do I run a script from command prompt?
What is difference between bash and shell?