LPICレベル2 に認定されるためには、117-201 と117-202試験の両方に合格する必要があります。認定されるためには、2試験(117-201試験と117-202試験)を5年以内に合格する必要があります(試験別の有効期限)。受験する順番はどちらからでも構いません。また、前提資格保有条件として、「有意なLPICレベル1」を保有している必要があります.KILLTEST最近117-201と117-202問題集 の更新版をリリースしました。117-201と117-202問題集を通って一回でLPICレベル2試験に合格することを保証します。
これから117-201の問題集皆と分かち合います
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
5. Which single parameter, when passed to nmap, will instruct nmap to perform a fast scan? (Provide only
the option)
Answer:______
ANSWER: -F
6. A zone file on the DNS server has been updated. Which of the following commands will tell named to
reload its zone files? (Please select TWO correct answers)
A.killall HUP named
B.killall named
C.rndc reload
D.rndc flush
E.namedcheckzone r
ANSWER: AC
7. You are compiling some software from source. After running ./configure with the appropriate arguments
and no errors, what is the next command to run?
Answer:______
ANSWER: make make all
8. A 2.6.9ac1 kernel would be
A.an alpha kernel.
B.someone's patch to a stable kernel.
C.a stable kernel.
D.an unstable kernel.
E.someone's patch to an unstable kernel.
ANSWER: B
9. Your newlycompiled kernel can not find any modules it needs to load. What command was missed
when compiling and installing the kernel?
Answer:______
ANSWER: make modules_install
10. To remove the patch patch2.4.28.tar.bz2 from a kernel source tree, the command that must be used is:
A.bunzip2 ../patch2.4.28.tar.bz2 | patch rp1
B.bunzip2 ../patch2.4.28.tar.bz2 | patch Rp1
C.bunzip2 c ../patch2.4.28.tar.bz2 | patch Rp1
D.bunzip2 c ../patch2.4.28.tar.bz2 | patch rp1
E.bunzip2 ../patch2.4.28.tar.bz2 | unpatch p1
ANSWER: C