LPICレベル2に認定された方は、Linuxによるシステム構築、ネットワーク構築が行えるエンジニアとして活躍できます。また、以下のLinuxを使用したシステム管理やサーバ構築についての技術的なスキル指標を確認できます。LPICレベル2 に属する117-201認定を取得のはエンジニア個人、エンジニアを雇う企業双方に利点を与えます.認知度の向上が上げられます。でもどうやって117-201認定書を手に入りますか、今KILLTESTは117-201認定試験を対策を出します。情報ストレージ/管理分野におけるLinuxの包括的で適応性の高い117-201問題集 を通じて、信頼性を築き、推測に頼らずにスキルや能力を評価することができます。
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