CompTIA Linux+ (XK0-006) — Question 4
Which of the following is the location for built-in Linux executable files and utilities?
Answer options
- A. /bin
- B. /var
- C. /etc
- D. /sys
Correct answer: A
Explanation
/bin is the correct answer as it is the standard directory for essential command binaries in Linux. /var is used for variable data files, /etc contains configuration files, and /sys is a virtual filesystem providing information about the kernel and system devices.