• 117-202题库demo免费下载

    Filed under Lpi
    Aug 13

    Lpi认证117-202考试题库介绍

    考试代号: 117-202
    问题数量:110 Q&As

    更新时间: 2009-08-13
    注册地点: Prometric/Pearson VUE
    题库全称:Lpi Level 2 Exam 202

    免费117-202题库Demo赏析

     
     
    Exam : LPI 117-202
    Title : LPI Level 2 Exam 202

    1. A correctlyformatted entry has been added to /etc/hosts.allow to allow certain clients to connect to a service, but this is having no effect. What would be the cause of this?
    A. tcpd needs to be sent the HUP signal.
    B. The service needs to be restarted.
    C. The machine needs to be restarted.
    D. There is a conflicting entry in /etc/hosts.deny.
    E. The service does not support tcpwrappers.
    Answer: E

    2. Enter one of the Apache configuration file directives that defines where log files are stored.
    Answer: ErrorLog CustomLog ScriptLog RewriteLog TransferLog

    3. What command must be used to create an SSH keypair? Please enter the command without the path or any options or parameters.
    Answer: ssh-keygen

    4. for an LDAP client configuration, the LDAP base needs to be set. Which TWO of the following actions would achieve that?
    A. export LDAPBASE=dc=linuxfoo,dc=com
    B. export BASE=dc=linuxfoo,dc=com
    C. Edit ldapbase.conf and add "BASE dc=linuxfoo,dc=com".
    D. Edit cldap.conf and add "BASE dc=linuxfoo,dc=com".
    E. Edit ldap.conf and add "BASE dc=linuxfoo,dc=com".
    Answer: AE

    5. Which Apache directive allows the use of external configuration files defined by the directive AccessFileName?
    A. AllowExternalConfig
    B. AllowAccessFile
    C. AllowConfig
    D. IncludeAccessFile
    E. AllowOverride
    Answer: E

    6. The internal network (192.168.1.0192.168.1.255) needs to be able to relay email through the site’s sendmail server. What line must be added to /etc/mail/access to allow this?
    A. 192.168.1.0/24 RELAY
    B. 192.168.1 RELAY
    C. 192.168.1.0/24 OK
    D. 192.168.1 OK
    Answer: B

    7. Journalling doesn’t appear to be working on an ext3 filesystem. When booting, the following line appears:
    VFS: Mounted root (ext2 filesystem) readonly.
    What could be causing the problem?
    A. An old version of e2fsprogs is installed.
    B. The kernel does not contain ext3 support.
    C. The filesystem is specified as ext2 in /etc/fstab.
    D. The system was not shut down cleanly.
    Answer: B

    8. This program has 3 operating modes: copyin mode, copyout mode, and copypass mode, and is used to copy files into or out of archives. What program is this? (Please provide the command name only, with no arguments or path.)
    Answer: cpio

    9. route shows the following output:
    Destination Gateway Genmask Flags Metric Ref Use Iface
    194.168.123.5 255.255.255.255 !H 0 0
    192.168.123.0 0.0.0.0 255.255.255.0 U 0 0 0 eth2
    169.254.0.0 0.0.0.0 255.255.0.0 U 0 0 0 eth0
    127.0.0.0 0.0.0.0 255.0.0.0 U 0 0 0 lo
    0.0.0.0 192.168.123.254 0.0.0.0 UG 0 0 0 eth0
    Which of the following statements is correct?
    A. The network 169.254.0.0 is not a valid route.
    B. The host 194.168.123.5 is temporarily down.
    C. The host route 194.168.123.5 is rejected by the kernel.
    D. The "!H" signals that traffic to the host 194.168.123.5 is dropped.
    E. The network path to the host 194.168.123.5 is not available.
    Answer: C

    10. What happens when the Linux kernel can’t mount the root filesystem when booting?
    A. An error message is shown, showing which device couldn’t be mounted or informing that init couldn’t be found.
    B. An error message is shown and the system reboots after a keypress.
    C. An error message is shown and the system boots in maintainence mode.
    D. An error message is shown and the administrator is asked to specify a valid root filesystem to continue the boot process.
    E. An error message is shown, stating that the corresponding kernel module couldn’t be loaded.
    Answer: A

    11. Which TWO /etc/hosts.allow entries will allow access to sshd from the class C network 192.168.1.0?
    A. sshd : 192.168.1.
    B. sshd : 192.168.1
    C. sshd : 192.168.1.0 netmask 255.255.255.0
    D. sshd : 192.168.1.0/255.255.255.0
    E. sshd : 192.168.1.0
    Answer: AD

    12. Which statements about the Alias and Redirect directives in Apache’s configuration file are true?
    A. Alias can only reference files under DocumentRoot.
    B. Redirect works with regular expressions.
    C. Redirect is handled on the client side.
    D. Alias is handled on the server side.
    E. Alias is not a valid configuration directive.
    Answer: CD

    13. The syntax of the procmail configuration file is?
    A. :0[flags][:[lockfile]]
    [* condition]
    action
    B. [* condition]
    action
    :0[flags][:[lockfile]]
    C. :0[flags][:[lockfile]]
    [* condition] action
    D. :0:[flags][:[lockfile]]:[* condition]
    action
    E. :0[flags][:[lockfile]]:[* condition]:action
    Answer: A

    14. To allow X connections to be forwarded from or through an SSH server, what line must exist in the sshd configuration file?
    Answer: X11Forwarding yes

    15. Users in the acl named ’sales_net’ must only be allowed to access to the Internet at times specified in the time_acl named ’sales_time’. Which is the correct http_access directive, to configure this?
    A. http_access deny sales_time sales_net
    B. http_access allow sales_net sales_time
    C. http_access allow sales_net and sales_time
    D. allow http_access sales_net sales_time
    E. http_access sales_net sales_time
    Answer: B

    16. Which of the following organisations track and report on security related flaws in computer technology? (Please select TWO answers)
    A. Bugtraq
    B. CERT
    C. CSIS
    D. Freshmeat
    E. Kernel.org
    Answer: AB

    17. A GRUB boot loader installed in the MBR was accidentally overwritten. After booting with a rescue CDROM, how can the lost GRUB first stage loader be recovered?
    A. Use cp to restore a previous backup of the MBR.
    B. Install LILO since there is no easy way to recover GRUB.
    C. Running mformat will create a new MBR and fix GRUB using info from grub.conf.
    D. Run grubinstall after verifying that grub.conf is correct.
    E. Run fdisk mbr /dev/hda assuming that the boot hardisk is /dev/hda.
    Answer: D

    18. A securityconscious administrator would change which TWO of the following lines found in an SSH configuration file?
    A. Protocol 2,1
    B. PermitEmptyPasswords no
    C. Port 22
    D. PermitRootLogin yes
    E. IgnoreRhosts yes
    Answer: AD

    19. In the file /var/squid/url_blacklist is a list of URLs that users should not be allowed to access. What is the correct entry in Squid’s configuration file to create an acl named blacklist based on this file?
    A. acl blacklist urlpath_regex /var/squid/url_blacklist
    B. acl blacklist file /var/squid/url_blacklist
    C. acl blacklist "/var/squid/url_blacklist"
    D. acl blacklist urlpath_regex "/var/squid/url_blacklist"
    E. acl urlpath_regex blacklist /var/squid/url_blacklist
    Answer: D

    20. LDAPbased authentication against a newlyinstalled LDAP server does not work as expected. The file /etc/pam.d/login includes the following configuration parameters. Which of them is NOT correct?
    A. password required /lib/security/pam_ldap.so
    B. auth sufficient /lib/security/pam_ldap.so use_first_pass
    C. account sufficient /lib/security/pam_ldap.so
    D. password required /lib/security/pam_pwdb.so
    E. auth required /lib/security/pam_ldap.so
    Answer: E

    免费下载117-202题库Demo

    Examsoon提供最新的LPIC Level 2认证 117-202题库,其全名为:(Lpi Level 2 Exam 202). 在您决定是否购买之前 可以先下载117-202题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费117-202模拟测试题的下载链接

    免费的117-202题库PDF下载链接

    Lpi 117-202学习指南

    LPIC Level 2认证 117-202考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。Lpi认证 117-202学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试117-202考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。Lpi认证 117-202是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。

    想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的117-202考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他117-202考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。

    Examsoon考题大师117-202试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加117-202考试,保证您一次轻松通过考试;

    售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;

Leave a Reply

You must be logged in to post a comment.

 

友情链接 | Examsoon IT 认证考试网 思科认证资源网 思科微軟考古題 IT證照模擬試題 考古題考試模擬軟件 70-649 70-643 70-646 640-802 640-863 e20-340 HP0-085 HP0-A25