117-102 Exam
Lpi Level 1 Exam 102
- Exam Number/Code : 117-102
- Exam Name : Lpi Level 1 Exam 102
- Questions and Answers : 319 Q&As
- Update Time: 2013-04-05
-
Price:
$ 129.00$ 89.00 -
117-102 Hard Copy (PDF)
-
117-102 Test Engine
Free 117-102 Demo Download
Test4pass offers free demo for LPIC Level 1 117-102 exam (Lpi Level 1 Exam 102). You can check out the interface, question quality and usability of our practice exams before you decide to buy it. We are the only one site can offer demo for almost all products.
Exam Description
It is well known that 117-102 exam test is the hot exam of Lpi certification. Test4pass offer you all the Q&A of the 117-102 real test . It is the examination of the perfect combination and it will help you pass 117-102 exam at the first time!
Why choose Test4pass 117-102 braindumps
Quality and Value for the 117-102 Exam
100% Guarantee to Pass Your 117-102 Exam
Downloadable, Interactive 117-102 Testing engines
Verified Answers Researched by Industry Experts
Drag and Drop questions as experienced in the Actual Exams
Practice Test Questions accompanied by exhibits
Our Practice Test Questions are backed by our 100% MONEY BACK GUARANTEE.
Test4pass 117-102 Exam Features
Quality and Value for the 117-102 Exam
Test4pass Practice Exams for Lpi 117-102 are written to the highest standards of technical accuracy, using only certified subject matter experts and published authors for development.
100% Guarantee to Pass Your 117-102 Exam
If you prepare for the exam using our Test4pass testing engine, we guarantee your success in the first attempt. If you do not pass the LPIC Level 1 117-102 exam (ProCurve Secure WAN) on your first attempt we will give you a FULL REFUND of your purchasing fee AND send you another same value product for free.
Lpi 117-102 Downloadable, Printable Exams (in PDF format)
Our Exam 117-102 Preparation Material provides you everything you will need to take your 117-102 Exam. The 117-102 Exam details are researched and produced by Professional Certification Experts who are constantly using industry experience to produce precise, and logical. You may get questions from different web sites or books, but logic is the key. Our Product will help you not only pass in the first try, but also save your valuable time.
117-102 Downloadable, Interactive Testing engines
We are all well aware that a major problem in the IT industry is that there is a lack of quality study materials. Our Exam Preparation Material provides you everything you will need to take a certification examination. Like actual certification exams, our Practice Tests are in multiple-choice (MCQs) Our Lpi 117-102 Exam will provide you with free 117-102 dumps questions with verified answers that reflect the actual exam. These questions and answers provide you with the experience of taking the actual test. High quality and Value for the 117-102 Exam:100% Guarantee to Pass Your LPIC Level 1 exam and get your LPIC Level 1 Certification.
Hot KeyWords On 117-102 test
We collect some hot keywords about this exam:
Test4pass , Pass 4 Sure , Test in Side ,Pass Guide ,Test King 117-102 exam | 117-102 pdf exam | 117-102 braindumps | 117-102 study guides | 117-102 trainning materials | 117-102 simulations | 117-102 testing engine | 117-102 vce | 117-102 torrent | 117-102 dumps | free download 117-102 | 117-102 practice exam | 117-102 preparation files | 117-102 questions | 117-102 answers.
How to pass your 117-102 exam
You can search on Search Engine and Find Best IT Certification site: Test4pass.com - Find the Method to succeed 117-102 test,The safer.easier way to get LPIC Level 1 Certification .
��
Exam : LPI 117-102
Title : lp1 level 1 exam 102
1. The user bob complains that he cannot access his email. In which directory would you look to see if there is any delivered email for him?
A. /var/spool/mail
B. /var/mail/mqueue
C. /var/spool/mqueue
D. /home/bob/.mail
Answer: A
2. Which configuration option can you use to prevent the root user from logging directly onto a machine using ssh?
A. NoRootLogin
B. PermitRootLogin No
C. NoRootLogin Yes
D. RootLogin = No
E. ProhibitRootLogin No
Answer: B
3. Which of the following find commands will print out a list of suid root files in /usr?
A. find /usr -uid 0 -perm +4000
B. find -user root +mode +s /usr
C. find -type suid -username root -d /usr
D. find /usr -ls *s* -u root
E. find /usr -suid -perm +4000
Answer: A
4. Which of the following commands can be used to customize all kernel compilation options? (select THREE)
A. make config
B. make menuconfig
C. make xconfig
D. make kernelconfig
E. make configure
Answer: ABC
5. Which of the following commands is used to test if the syntax of Apache's configuration files are correct?
A. apacheconftest -a
B. apachectl configtest
C. ab -ct
D. httest -c
Answer: B
6. The hosts.allow file is used by
A. tcpd
B. inetd
C. fingerd
D. mountd
E. xinetd
Answer: A
7. You have a file /etc/resolv.conf, but the computer does not use the configured DNS servers to look up host names. What is most likely the problem?
A. The hosts entry in your /etc/nsswitch.conf does not list dns.
B. You do not have a /etc/named.conf file.
C. The localhost hostname is not properly configured in /etc/hosts.
D. The named daemon is not running on your computer.
Answer: A
8. You want to add an alias for an existing DNS record. What type of DNS record could you use?
A. CNAME
B. MX
C. SOA
D. NS
Answer: A
9. Your senior system administrator asked you to edit the /etc/inetd.conf file in order to disable the time service. After doing so, what would be the next thing to do?
A. Reboot the machine.
B. Restart the inetd.
C. Find the PID of inetd and kill it with kill -15.
D. Find the PID of inetd and send it a SIGHUP.
Answer: D
10. Which configuration file would you edit to change default options for outbound ssh sessions?
A. /etc/ssh/sshd_config
B. /etc/ssh/ssh
C. /etc/ssh/client
D. /etc/ssh/ssh_config
E. /etc/ssh/ssh_client
Answer: D
11. How can you list the parameters that you can use on an specific module?
A. modinfo -p
B. modinfo -list
C. lsmod
D. modprobe -p
E. cat /etc/modules.conf
Answer: A
12. These lines are taken from /etc/smb.conf:
workgroup = group1
guest account = nobody
What else is needed for this to work?
A. nobody must be a valid group on the server.
B. nobody must be a user name listed in /etc/passwd.
C. group1 must be a valid group on the server.
D. workgroup must be a valid group on the server.
Answer: B
13. You are a junior administrator of a high-traffic production web server. Which of the following commands would you run to restart the Apache web service without aborting existing connections?
A. apachectl reload
B. apachectl restart
C. apachectl -k stop; apachectl start
D. apachectl graceful
E. /etc/init.d/httpd reload
Answer: D
14. You are using iptables to protect your private network but allow it to access the Internet. What command do you run to view the current list of rules for masquerading?
A. iptables -L masquerade
B. iptables -t filter -L
C. iptables -t block -L
D. iptables -t nat -L
Answer: D