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.)
Syntax:
cache_dir scheme directory size L1 L2 [options]
In the question L1=16, so there are 16 first level subdirectories starting with 00, so E should be true.
All the directory names are upper-case, so 0b should be wrong answer.
0F is the 16th value, so A option is a true answer.
A and E are correct!
There are 16 directories as follows:
00, 01, 02, 03,…, 09, 0A, 0B, 0C, 0D, 0E, 0F.
As above is shown the directories are created by squid in upper case , (only capital letters)
Therefore, the 0b is for Linux obviously different as 0B.
A and E, just install squid, uncomment this line of option and start service, then look in /var/spool/squid3/ dir and you will see folder name from 00 0A .. to 0F
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
hobokabobo
Highly Voted 2 years, 12 months agoAdmingui
Highly Voted 2 years, 11 months agoLantos
Most Recent 2 months agoschif
1 year, 2 months agoArmina
1 year, 5 months agothefarmer
1 year, 10 months agolinuxkr
1 year, 10 months agogndrx78
2 years, 3 months agogndrx78
2 years, 3 months agousandoati
2 years, 11 months ago