LPIC-2 Exam 202 (Linux Engineer) — Question 78
Which keyword is used in the Squid configuration to define networks and times used to limit access to the service?
Answer options
- A. acl
- B. allow
- C. http_allow
- D. permit
Correct answer: A
Explanation
The correct answer is 'acl' as it is the keyword in Squid used to define access control lists, including networks and times. The other options do not serve this purpose; 'allow' and 'http_allow' are associated with granting access but do not define the parameters for access control, while 'permit' is not a valid keyword in Squid configuration.