176k views
4 votes
A file will receive ____________________from the drive on which it was created. (20)

1 Answer

5 votes

Final answer:

A file will receive an inode, which is a data structure containing metadata about the file, such as size, ownership, permissions, and location of the data blocks on the drive.

Step-by-step explanation:

A file will receive an inode from the drive on which it was created. An inode is a data structure on a filesystem on Linux and Unix-like operating systems. It stores information about a file or a directory, except for its name or actual data. When a file is created, the filesystem assigns an inode, which contains metadata, including the file size, ownership, permissions, and pointers to the disk blocks where the data is actually stored.

User Nataraj Medayhal
by
7.6k points