adspace


Describe the term inode?

Answer Posted / Hukam Singh

In Unix-like operating systems, an inode (short for index node) is a data structure that stores information about a file or directory, such as ownership, permissions, timestamps, and links count. Each file or directory in the file system has its own unique inode number and associated inode structure containing the relevant information.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

How can you edit a large file without opening it in unix?

988