Level Linux Professional LPIC-2 117-201 Exam : Detailed Objectives

十二月 17, 2009 by admin
Filed under: LPI 

This is a required exam for LPI certification Level 2. It covers advanced skills for the Linux professional that are common across all distributions of Linux.
IMPORTANT INFORMATION: These are the current 201 objectives, which are valid effective 2009-04-01.
Each objective is assigned a weighting value. The weights range roughly from 1 to 10 and indicate the relative importance of each objective. Objectives with higher weights will be covered in the exam with more questions.
1. If the command arp f is run, which file will be read by default?
A./etc/hosts
B./etc/ethers
C./etc/arp.conf
D./etc/networks
E./var/cache/arp 
ANSWER: B   
2. Performing a DNS lookup with dig results in this answer:
;; QUESTION SECTION:
;5.123.168.192.inaddr.arpa. IN PTR
;; ANSWER SECTION:
5.123.168.192.inaddr.arpa. 600 IN PTR linuserv.example.net.123.168.192.inaddr.arpa.
;; AUTHORITY SECTION:
123.168.192.inaddr.arpa. 600 IN NS linuserv.example.net.
;; ADDITIONAL SECTION:
linuserv.example.net. 600 IN A 192.168.123.5
What might be wrong in the zone definition?
A.Nothing. All seems to be good.
B.There’s no “.” after linuserv.example.net in the PTR record in the forward lookup zone file.
C.There’s no “.” after linuserv in the PTR record in the forward lookup zone file.
D.There’s no “.” after linuserv.example.net in the PTR record in the reverse lookup zone file.
E.The “.” in the NS definition in reverse lookup zone has to be removed. 
ANSWER: D   
3. A DNS server has the IP address 192.168.0.1. Which TWO of the following need to be done on a client
machine to use this DNS server?
A.Add nameserver 192.168.0.1 to /etc/resolv.conf.
B.Run route add nameserver 192.168.0.1.
C.Run ifconfig eth0 nameserver 192.168.0.1.
D.Ensure that the dns service is listed in the hosts entry in the /etc/nsswitch.conf file.
E.Run bind add nameserver 192.168.0.1. 
ANSWER: AD   
4. How can the label root be added to the ext2 filesystem on /dev/sda1? Please enter the command with
all parameter(s) and/or option(s) below.
Answer:______ 
ANSWER: /sbin/tune2fs -L root /dev/sda1 tune2fs -L root /dev/sda1

Comments

Comments are closed.