Which THREE directories are required to be directly under the root filesystem (/) according to the Filesystem Hierarchy Standard? (Choose exactly three.)
Trap 1: /lib
/lib is a required directory under /, but it is not one of the three chosen because the question asks for exactly three and /var is also required.
Trap 2: /home
/home is not a required directory; it is recommended but optional, so it is incorrect.
- A
/lib
Why wrong: /lib is a required directory under /, but it is not one of the three chosen because the question asks for exactly three and /var is also required.
- B
/var
/var is a required directory under / for variable data, making it correct in this set.
- C
/sbin
/sbin is a required directory under / for system administration binaries, making it correct.
- D
/bin
/bin is a required directory under / for essential user binaries, making it correct.
- E
/home
Why wrong: /home is not a required directory; it is recommended but optional, so it is incorrect.