What is an inode block?



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

Post New Answer

More Shell Script Interview Questions

What's the difference between scripting and coding?

1 Answers  


What is the difference between a variable and value?

7 Answers   Sun Microsystems,


What makes c shell a more preferable option than the bourne shell?

1 Answers  


Write a shell script to get current date, time, user name and current working directory.

1 Answers  


How to include comments in your shell scripts?

3 Answers  


Write a command sequence to find the count of each word?

1 Answers  


Is bash an operating system?

1 Answers  


What is the default shell of solaris?

1 Answers  


What is a shell environment?

1 Answers  


What are the advantages of bash over all other shells?

1 Answers  


How do I run a script from command prompt?

1 Answers  


What is difference between bash and shell?

1 Answers  


Categories