Multiple choice technology operating systems

A directory is stored on the hard disk like any other file.

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In Unix filesystems, directories ARE stored as special files on disk containing filename-to-inode mappings. They have file metadata (permissions, timestamps, ownership) just like regular files, with a special 'd'irectory bit set. This is a core Unix design principle.