Dependence Quote by Andrew S. Tanenbaum
“UNIX does not allow path names to be prefixed by a drive name or number; that would be precisely the kind of device dependence that operating systems ought to eliminate.”
About This Quote
Source Book: Structured Computer Organization, 1976
He argues that operating systems should avoid device‑specific path prefixes to maintain portability.
In simple terms: Avoid device‑specific paths.
Design portable software.
Themes
Mood
Type
When to use this quote
- system design
- cross‑platform development
- file management
Key Concepts
Questions to Reflect On
- How can you ensure code remains portable?
- What challenges arise in abstracting hardware?
Legacy systems may still use drive prefixes.