Multiple choice technology programming languages

linux allows more than one root directory

  1. True

  2. False

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

Linux has a single root directory / from which the entire filesystem tree descends. This is a fundamental design principle of Unix-like systems - all mounted filesystems are attached under this single root hierarchy. Multiple root directories would break the unified filesystem namespace.