Lpi Level 2 Exam 201
- Exam Number/Code : 117-201
- Exam Name : Lpi Level 2 Exam 201
- Questions and Answers : 118 Q&As
- Update Time: 2009-12-26
The Visualexams online training staff also put energy into creating three other methods of training both online, and offline. Combining the Visualexams 117-201 exam with a study guide, audio samples questions or labs and scenarios when available, will further cement your knowledge and prepare you for your exam and beyond.
Passing lpi 117-201 exam is not easy. 117-201 success can only be guaranteed with proper training. There are many resources to passing. Some people try the Lpi certification 117-201 Tutorial Video but even that can be a little challenging. How would anyone know the correct exam answers? When people need help with the 117-201 test , usually they turn to free resources and tips.
These lpi exams have a lot of erroneous information around the net. Looking for 117-201 braindumps. But the dumps do not provide exam answers correctly. The 117-201 Study Guide provides information that is targeted. Regardless of how many questions you get on the exam, 117-201 practice test is for you.
Exam : Lpi 117-201
Title : LPI Level 2 Exam 201
1. 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
2. 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
3. Which single parameter, when passed to nmap, will instruct nmap to perform a fast scan? (Provide only the option)
Answer: -F
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: /sbin/tune2fs -L root /dev/sda1 tune2fs -L root /dev/sda1
5. 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