Act now and download your LPI 117-202 test today! Do not waste time for the worthless LPI 117-202 tutorials. Download Update LPI Linux Networking Administration exam with real questions and answers and begin to learn LPI 117-202 with a classic professional.

Q1. Which of the following linux services has support for only the Routing Information Protocol (RIP) routing protocol?

A. gated

B. ipchains

C. netfilter

D. routed

E. zebra

Answer:


Q2. Which answer best describes the meaning of the following lDAP search command: ldapseareh -x" (&

(cn=marie)(telephoneNumber=9*))"

A. It is searching for all entries that don't have the cn attribute equal to marie OR the telephoneNumber attribute starting with number 9

B. It is searching for all entries that have the cn attribute equal to marie AND the telephoneNumber attribute starting with number 9

C. It is searching for all entries that have the cn attribute equal to marie AND the telephoneNumber attribute ending with number 9

D. It is searching for all entries that don't have the cn attribute equal to marie AND the telephoneNumber attribute starting with number 9

E. It is searching for all entries that have the cn attribute different than marie OR the telephoneNumber attribute starting with number 9

Answer:


Q3. The following is an excerpt from a procmail configuration file:

:0 c

* ! ATo: backup

! backup

Which of the following is correct?

A. All mails will be backed up to the path defined by $MAIlDIR

B. All mails to the local email address backup will be stored in the directory backup.

C. A copy of all mails will be stored in file backup.

D. A copy of all mails will be send to the local email address backup.

E. Mails not addressed to backup are passed through a filter program named backup.

Answer:


Q4. Messages from programs are not appearing in the user's native language. What environment variable must be set for this to happen?

A. lANG

B. Il8N

C. MESSAGES

D. MSGS

E. lC_MSGS

Answer:


Q5. A web server is expected to handle approximately 200 simultaneous requests during normal use with an occasional spike in activity and is performing slowly. Which directives in httpd.conf need to be adjusted?

A. MinSpareServers & MaxSpareServers.

B. MinSpareServers, MaxSpareServers, StartServers & MaxClients.

C. MinServers, MaxServers & MaxClients.

D. MinSpareServers, MaxSpareServers, StartServers, MaxClients & KeepAlive.

Answer: B


Q6. A DNS server has the IP address l92.l68.0.l. Which TWO of the following need to be done on a client machine to use this DNS server?

A. Add nameserver l92.l68.0.l to /etc/resolv.conf

B. Run route add nameserver l92.l68.0.l

C. Run ifconfig eth0 nameserver l92.l68.0.l

D. Run echo "nameserver 192.168.1.1" >> /etc/resolv.conf

E. Run bind nameserver 192.168.1.1

Answer: A, D 


Q7. Which option is used to configure pppd to use up to two DNS server addresses provided by the remote server?

A. ms-dns

B. nameserver

C. usepeerdns

D. dns

E. None of the above

Answer:


Q8. Consider the following / srv/www/ default/html/ restricted/.htaccess

AuthType Basic

AuthUserFile / srv/www/ security/ site-passwd

AuthName Restricted

Require valid-user

Order deny,allow

Deny from all

Allow from l0.l.2.0/24

Satisfy any

Considering that DocumentRoot is set to /srv/www/default/html, which TWO of the following sentences are true?

A. Apache will only grant access to http://server/restricted/to authenticated users connecting from clients in the l0.l.2.0/24 network

B. This setup will only work if the directory /srv/www/default/html/restricted/ is configured with AllowOverride AuthConfig limit

C. Apache will require authentication for every client requesting connections to http://server/restricted/

D. Users connecting from clients in the l0.l.2.0/24 network won't need to authenticate themselves to  access http://server/restricted/

E. The Satisfy directive could be removed without changing Apache behavior for this directory

Answer: B, D