linux allows more than one root directory
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.