LPIC-2 Exam 202 (Linux Engineer) — Question 9
Given the following Squid configuration excerpt:
cache_dir ufs /var/spool/squid3/ 1024 16 256
Which of the following directories will exist directly within the directory:
/var/spool/squid3/? (Choose two.)
Answer options
- A. 0F
- B. A0
- C. 0b
- D. FF
- E. 00
Correct answer: A, E
Explanation
The Squid cache directory structure under the 'ufs' storage type organizes directories based on hashing. Therefore, '0F' and '00' will be created directly under /var/spool/squid3/, while 'A0', '0b', and 'FF' do not correspond to the expected hash format for this configuration.