最新的思科 微软 IBM Oracle HP 题库免费共享
又一个 WordPress 博客
-
117-202题库demo免费下载
Filed under LpiAug 13Lpi认证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 2021. 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: E2. Enter one of the Apache configuration file directives that defines where log files are stored.
Answer: ErrorLog CustomLog ScriptLog RewriteLog TransferLog3. What command must be used to create an SSH keypair? Please enter the command without the path or any options or parameters.
Answer: ssh-keygen4. 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: AE5. 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: E6. 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: B7. 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: B8. 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: cpio9. 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: C10. 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: A11. 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: AD12. 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: CD13. 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: A14. To allow X connections to be forwarded from or through an SSH server, what line must exist in the sshd configuration file?
Answer: X11Forwarding yes15. 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: B16. 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: AB17. 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: D18. 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: AD19. 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: D20. 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模拟测试题的下载链接
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考题大师的一贯宗旨;
-
117-201题库demo免费下载
Filed under LpiAug 13Lpi认证117-201考试题库介绍
考试代号: 117-201
问题数量:118 Q&As
更新时间: 2009-08-13
注册地点: Prometric/Pearson VUE
题库全称:Lpi Level 2 Exam 201免费117-201题库Demo赏析
Exam : Lpi 117-201
Title : LPI Level 2 Exam 2011. Your routing configuration relies on eth0 being a 3com card that requires the 3c59x module. What line must be added to modules configuration file, to ensure that eth0 always uses this module?
A. eth0=3c59x
B. alias eth0=3c59x
C. alias eth0 3c59x
D. set eth0 3c59x
E. set eth0=3c59x
Answer: C2. 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/sda13. 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: D4. Your newlycompiled kernel can not find any modules it needs to load. What command was missed when compiling and installing the kernel?
Answer: make modules_install5. What is the minimum number of disks required in a RAID5 array?
A. 1
B. 2
C. 3
D. 4
E. 5
Answer: C6. After a crash, the system needs to be booted into runlevel 1. Which option(s) must be typed at the LILO prompt to achieve this, assuming that the working kernel image is called ‘linux’?
Answer: linux 1 linux single7. 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: C8. After changing the default runlevel in the init configuration file, the system boots in a different than the intended runlevel. Where else could be this different runlevel be defined?
A. Nowhere. The init configuration file wasn’t properly modified.
B. In the boot loader configuration file.
C. In /etc/runlevel under default.
D. In the initrd image file.
E. In the /etc/rc.d/rc.local file.
Answer: B9. What information does the file modules.dep provide?
A. A list of all modules available to the kernel.
B. A list of modules required by each module.
C. A list of devices and their module name.
D. A list of all modules compiled for this kernel.
E. A list of modules the kernel needs to run.
Answer: B10. Using only commands included with named, what is the command, with options or parameters, to make named reread its zone files?
Answer: ndc reload /usr/sbin/ndc reload rndc reload /usr/sbin/rndc reload11. One of the IDE hard drives in a server is transferring data very slowly. What command must be run to enable DMA on it?
A. hdparm d /dev/hda
B. hdparm dma /dev/hda
C. hdparm dma /dev/hda1
D. hdparm d /dev/hda1
E. hdparm d 1 /dev/hda
Answer: E12. Which single parameter, when passed to nmap, will instruct nmap to perform a fast scan? (Provide only the option)
Answer: -F13. What is the command to add another IP address to an interface that already has (at least) one IP address?
A. ifconfig eth0:1 192.168.1.2
B. ifconfig eth0 192.168.1.2
C. ipconfig eth0:1 192.168.1.2
D. ipconfig eth0 192.168.1.2
Answer: A14. 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: make make all15. Which TWO of the following commands could be used to add a second IP address to eth0?
A. ifconfig eth0 addip 192.168.123.10
B. ifconfig eth0:1 192.168.123.10
C. ifconfig eth01 192.168.123.10
D. ifconfig eth0 +192.168.123.10
E. ifconfig eth0:sub1 192.168.123.10
Answer: BE16. You have configured a workstation to boot in runlevel 4, but you now find that the X server will not start correctly and the machine will not allow local access. What would be the most effective command to run at the LILO prompt to regain local access to the machine, when the last known working kernel image was linux?
Answer: linux 3 linux 1 linux single linux S linux 217. 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: B18. 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: AD19. 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: B20. 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免费下载117-201题库Demo
Examsoon提供最新的LPIC Level 2认证 117-201题库,其全名为:(Lpi Level 2 Exam 201). 在您决定是否购买之前 可以先下载117-201题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费117-201模拟测试题的下载链接
Lpi 117-201学习指南
LPIC Level 2认证 117-201考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。Lpi认证 117-201学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试117-201考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。Lpi认证 117-201是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。
想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的117-201考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他117-201考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。
Examsoon考题大师117-201试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加117-201考试,保证您一次轻松通过考试;
售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;
-
117-151题库demo免费下载
Filed under LpiAug 3Lpi认证117-151考试题库介绍
考试代号: 117-151
问题数量:139 Q&As
更新时间: 2009-09-11
注册地点: Prometric/Pearson VUE
题库全称:Lpi Level 1 Exam 101(with dpkg)免费117-151题库Demo赏析
Lpi 117-151学习指南
LPIC Level 1认证 117-151考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。Lpi认证 117-151学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试117-151考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。Lpi认证 117-151是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。
想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的117-151考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他117-151考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。
Examsoon考题大师117-151试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加117-151考试,保证您一次轻松通过考试;
售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;
-
117-301题库demo免费下载
Filed under LpiAug 3Lpi认证117-301考试题库介绍
考试代号: 117-301
问题数量:130 Q&As
更新时间: 2009-09-23
注册地点: Prometric/Pearson VUE
题库全称:LPI 301 Core Exam免费117-301题库Demo赏析
Exam : LPI 117-301
Title : LPI 301 Core Exam1. After configuring PAM and NSS to integrate with OpenLDAP, the SSH server refuses to authenticate users who are only in LDAP. What is the first step you should follow to debug this problem?
A. Restart the pamd service.
B. Restart the sshd service.
C. Restart the nssd service.
D. Add the Use_LDAP = yes parameter to sshd_config.
Answer: B2. What strategy is used to initialize NIS maps?
A. Create the yp.conf configuration file then restart the NIS server process.
B. Create the nis.conf configuration file then restart the NIS server process.
C. Start ypserver with the -new option.
D. Execute the make command from the /var/yp directory.
Answer: D3. Which are common procedures to implement Samba with LDAP? (Choose TWO correct answers.)
A. Include the Samba schema into OpenLDAP.
B. Configure Samba password backend to point to OpenLDAP server.
C. Compile OpenLDAP with support to Samba authentication.
D. Include OpenLDAP core schema files into Samba configuration directory.
Answer: AB4. After finishing configuring of a Unix client to authenticate with a Microsoft Active Directory server, login attempts are unsuccessful. Which of the following is most likely the cause?
A. Unix Client support is disabled in the Active Directory configuration.
B. The PAM library is searching the directory with the default search filter.
C. The slapd daemon is not running.
D. The user account in Active Directory has the remote login setting disabled.
Answer: B5. A private OID should be obtained for a company when:
A. that company runs out of public OIDs.
B. the company intends to use LDAP for commercial purposes.
C. the company wants to make their directory available to the public on the World Wide Web.
D. the company plans to create custom schema files for their directory.
Answer: D6. Select the INCORRECT statement regarding the LDIF file format:
A. It must contains a "dn" line (or distinguished name), that indicates where the attributes listed in the following lines of the file must be added.
B. In the file, a blank line separates one entry from another one.
C. If the attribute contains binary data, some specific configurations must be made for this entry.
D. The LDIF file accepts any type of file encoding.
Answer: D7. What does the LDIF acronym stand for?
A. Lightweight Database Interchange Format
B. LDAP Database Interchange Format
C. LDAP Data Internet File
D. LDAP Data Interchange Format
Answer: D8. Which of the following is the correct syntax for including a schema file in slapd.conf?
A. include /usr/local/etc/openldap/schema/core.schema
B. allow /usr/local/etc/openldap/schema/core.schema
C. permit /usr/local/etc/openldap/schema/core.schema
D. add /usr/local/etc/openldap/schema/core.schema
Answer: A9. Which attributes must be present when assigning the object class sambaSamAccount to a particular user? (Choose TWO correct answers)
A. displayName
B. sambaSID
C. uid
D. sambaLMPassword
E. sambaNTPassword
Answer: BC10. Which statements are true of object classes in an LDAP directory? (Choose TWO correct answers)
A. Auxiliary object classes – when used on their own – provide access to extended schema.
B. An entry cannot have more than one auxiliary object class.
C. An entry cannot have more than one structural object class.
D. Once an entry has been created, its structural object class cannot be changed without re-creating the entry.
E. Abstract object classes are no longer officially support by the LDAP protocol.
Answer: CD11. On a Postfix mail server, the command postconf -m is run to determine if OpenLDAP is supported. Which storage medium would indicate support for OpenLDAP?
A. ldap
B. openldap
C. x500
D. dbm
E. ldaptable
Answer: A12. Which of the following is correct about this excerpt from an LDIF file?
dn: cn=PrintOperators,ou=Groups,ou=IT,o=BR
A. dn is the domain name.
B. o is the organizational unit.
C. cn is the common name.
D. dn is the relative distinguished name.
Answer: C13. An administrator has manually migrated local accounts to LDAP, instead of using the migration tools. When trying to authenticate as a user, an error is returned about invalid credentials. What is the most likely cause of this?
A. The password hash type was not included in the user’s password attribute.
B. Shadow passwords are incompatible with OpenLDAP.
C. The original password from /etc/passwd was not included.
D. The administrator forgot to run slappasswd to convert the hashes in /etc/shadow.
E. The administrator forgot to run ldappasswd to convert the hashes in /etc/shadow.
Answer: A14. Which LDAP object class is used in a white pages implementation?
A. friendlyPerson
B. organizationalRole
C. posixAccount
D. inetOrgPerson
E. whitepageUser
Answer: D15. What is true of any created custom attribute or object class?
A. It cannot be placed in one of the default distributed schema files.
B. The name must be registered with IANA to avoid conflicts with other custom schemas.
C. It must have a unique OID.
D. It must not contain any numbers.
Answer: C16. When logged in to a workstation which retrieves most of its user information from NIS, which command can be used to list ALL the users?
A. cat /etc/passwd
B. show users
C. ypusers list
D. getent passwd
E. cat /var/lib/nis/passwd
Answer: D17. When assigned to the ref attribute for ou=people,dc=example,dc=com, which of the following values will create a subordinate knowledge link to slave.example.com?
A. ldap://slave.example.com/ou=people,dc=example,dc=com
B. ldap://slave.example.com?ou=people,dc=example,dc=com
C. ldap://slave.example.com ou=people,dc=example,dc=com
D. ldap://slave.example.com,ou=people,dc=example,dc=com
Answer: A18. A user is unable to login on a workstation where NSCD was configured BEFORE the pam_ldap and nss_ldap modules. What should be done to fix this problem?
A. Restart the NSS server.
B. Restart the nscd daemon.
C. Restart the PAM server.
D. nscd is incompatible with OpenLDAP and should be disabled.
E. nscd must be started with the -ldap=yes option.
Answer: B19. Which of the following are valid LDAP client commands? (Choose TWO correct answers.)
A. ldappasswd
B. ldapbrowser
C. slapcat
D. ldapwhoami
E. slaptest
Answer: AD20. Which of the following describes correct LDAP service definitions? (Choose THREE correct answers.)
A. LDAP was developed as a lightweight alternative to DAP.
B. LDAPv6 is the latest stable version specified by RFCs.
C. LDAP follows the X.500 directory standard.
D. X.500 directories can run only over TCP/IP.
E. LDAP is optimized for searching information.
Answer: ACE免费下载117-301题库Demo
Examsoon提供最新的LPIC Level 3认证 117-301题库,其全名为:(LPI 301 Core Exam). 在您决定是否购买之前 可以先下载117-301题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费117-301模拟测试题的下载链接
Lpi 117-301学习指南
LPIC Level 3认证 117-301考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。Lpi认证 117-301学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试117-301考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。Lpi认证 117-301是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。
想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的117-301考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他117-301考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。
Examsoon考题大师117-301试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加117-301考试,保证您一次轻松通过考试;
售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;
-
117-302题库demo免费下载
Filed under LpiAug 3Lpi认证117-302考试题库介绍
考试代号: 117-302
问题数量:146 Q&As
更新时间: 2009-09-23
注册地点: Prometric/Pearson VUE
题库全称:LPI 302 Mixed Environment Exam免费117-302题库Demo赏析
Exam : LPI 117-302
Title : LPI 302 Mixed Environment Exam1. Which file contains the information that is retrieved by the following command:
# net getlocalsid SID for domain SERVER is: S152120043211811294720513754763961
A./etc/samba/secret.tdb
B./var/lib/samba/winbind_idmap.tdb
C./var/cache/localsid.tdb
D./var/cache/sid.tdb
Answer: A2. The SAMBADOM domain has been added as a trusted account to an existing domain called WIN3K. Which command should be run on the Samba server in order to establish the trusted relationship to the WIN3K domain?
A.net rpc trustdom add WIN3K
B.net rpc addtrust WIN3K
C.net rpc trustdom establish WIN3K
D.net rpc trustdom establish SAMBA
Answer: C3. Which command will import an smbpasswd file located in /etc/samba to a TDB data file?
______ i smbpassd:/etc/samba/smbpasswd
Answer: pdbedit4. A Samba server needs to determine the SID of an existing domain called FOO. Complete the command below which on the Samba server that will achieve this result:
net rpc _______ FOO
Answer: getsid5. Which command typed on a Samba 3 server will print out the local SID?
A.net get sid localhost
B.net getlocalsid
C.net getsid
D.net rpc get localsid
Answer: B6. Which of the following are true of CIFS? (Choose TWO correct Answers)
A.Filenames can be in any character set.
B.Filenames can have a maximum length of 127 characters.
C.Unlike SMB, CIFS is not optimized for slow network connections.
D.Opportunistic Locks are supported.
Answer: AD7. Which smb.conf configuration keyword determines the hostname resolution order?
A.use ads
B.name resolve order
C.use nsswitch.conf
D.use resolv.conf
Answer: B8. The command smbldapuseradd __________ will add the domain FOO as a trusted domain. (Specify the options and arguments ONLY.)
Answer: -i FOO9. What does the following command below do?
smbclient //server/Reports U func
A.The Samba server administrator is providing access permissions to the Reports share to user func.
B.User func is downloading the content located in the Reports share of Samba server.
C.Computer func is trying to make a connection with a Samba server share, and the command will prompt for the username and password.
D.User func is trying to connect to the Reports share in the Samba server.
Answer: D10. In which section of the smb.conf configuration file is the logon script declared?
A.[homes]
B.[netlogon]
C.[global]
D.[profiles]
Answer: C11. Which of the following development libraries are used to make Samba compatible with ADS? (Select TWO correct Answers.)
A.Kerberos
B.CUPS
C.LDAP
D.Win32
E.IMAP
Answer: AC12. The command ______ x foo will delete the user foo from the Samba database. (Specify the command only, no path information.)
Answer: pdbedit smbpasswd13. A default user profile can be stored in a subdirectory of profiles/ called ________.
Answer: Default User14. For Samba to be able to work as a PDC, some modifications are needed in its main configuration file. Select the THREE options below that show the required actions for this task.
A.The Samba server has to be a logon server. This can be configured by the domain logons directive.
B.The Samba server needs to have the logon and the account creation scripts, to properly setup the PDC environment.
C.The Samba server must be a Domain Master Browser. To configure this, the domain master directive must be set to yes.
D.The time server = yes directive needs to be configured, so Samba will behave as a WINS server and also a Time server.
E.The security = user directive must be set.
Answer: ACE15. After installing a network with one Samba server and several clients, users are complaining that they receive an Unable to browse the network error when trying to visit a public share. What is the most likely cause of this?
A.The user entered the wrong username and/or password.
B.The nmbd process is not running on the Samba server.
C.The user hasn’t mapped the share to a local drive letter yet.
D.The Samba server is not configured as a Domain Master Browser.
Answer: B16. In which section of smb.conf should the path to the domain policy file be declared?
A.[netlogon]
B.[homes]
C.[profiles]
D.[policy]
Answer: A17. When migrating files from a Windows server A to a Samba server B with the command ‘net rpc share migrate files S A destination=B acls attrs U administrator’, some files that originally belong only to a Windows group (no user) will generate errors during the migration. Which option in smb.conf will force such files to be mapped to the correct UNIX UID and GID?
A.use acl = yes
B.map group acls = yes
C.force unknown acl user = yes
D.inherit acls = no
Answer: C18. What DHCP option can be set on a ISC DHCP server to tell NETBIOS clients that the WINS server has the IP address 19168.1.2?
A.option netbioswinsservers 192.168.1.2;
B.option winsnetbiosservers 192.168.1.2;
C.option winsnameservers 192.168.1.2;
D.option netbiosnameservers 192.168.1.2;
Answer: D19. Which smbclient option is used when connecting to a server as an authenticated user? (Select TWO correct Answers.)
A.user
B.u
C.guest
D.password
E.U
Answer: AE20. The command _______ is used on a Samba 3 server to modify the SSID in an existing NT profile file called NTUser.DAT.
Answer: profiles免费下载117-302题库Demo
Examsoon提供最新的LPIC Level 3认证 117-302题库,其全名为:(LPI 302 Mixed Environment Exam). 在您决定是否购买之前 可以先下载117-302题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费117-302模拟测试题的下载链接
Lpi 117-302学习指南
LPIC Level 3认证 117-302考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。Lpi认证 117-302学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试117-302考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。Lpi认证 117-302是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。
想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的117-302考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他117-302考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。
Examsoon考题大师117-302试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加117-302考试,保证您一次轻松通过考试;
售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;
-
117-102题库demo免费下载
Filed under LpiAug 3Lpi认证117-102考试题库介绍
考试代号: 117-102
问题数量:121 Q&As
更新时间: 2009-09-09
注册地点: Prometric/Pearson VUE
题库全称:Lpi Level 1 Exam 102免费117-102题库Demo赏析
Exam : LPI 117-102
Title : lp1 level 1 exam 1021. 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: A2. 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: A3. The hosts.allow file is used by
A. tcpd
B. inetd
C. fingerd
D. mountd
E. xinetd
Answer: A4. 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: D5. You found these lines in the modules.dep file:
/lib/modules/2.2.5-15smp/fs/msdos.o:
/lib/modules/2.2.5-15smp/fs/fat.o
Which of the following is true?
A. The msdos module is dependent upon fat.
B. The fat and msdos modules cannot be loaded manually.
C. The fat and msdos modules are automaticaly loaded at startup.
D. The fat module is a submodule to the msdos sub-module.
Answer: A6. 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: A7. Which command would you use to apply the changes in a diff file to your existing kernel source?
A. up2date
B. patch
C. rpm
D. dpkg
E. diff
Answer: B8. 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: D9. 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: B10. 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: A11. 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: B12. 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: A13. 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: D14. After rebooting a machine with a recompiled new kernel and its modules a lot of "Can’t locate module" errors appear on screen. Which of the following is most likely to be the source of the problem?
A. make modules_install wasn’t executed.
B. make modules install wasn’t executed.
C. The kernel wasn’t configured to use modules.
D. This kernel version does not support modules.
E. depmod wasn’t run before rebooting.
Answer: A15. 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: B16. Which of the following is the best way to list all defined shell variables?
A. env
B. set
C. env -a
D. echo $ENV
Answer: B17. 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: D18. Which of the following commands shows ONLY the user id of Bob? (Select TWO)
A. cat /etc/passwd | grep Bob | cut -d: -f3
B. cat /etc/passwd | grep Bob | cut -f: -d3
C. grep Bob /etc/passwd | awk -F: ‘{ print $3 }’
D. grep Bob /etc/passwd | awk -f: ‘{ print $3 }’
E. grep Bob /etc/passwd | cut -F: -d3
Answer: AC19. Which command allows you to make a shell variable visible to subshells?
A. export $VARIABLE
B. export VARIABLE
C. set $VARIABLE
D. set VARIABLE
E. env VARIABLE
Answer: B20. 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免费下载117-102题库Demo
Examsoon提供最新的LPIC Level 1认证 117-102题库,其全名为:(Lpi Level 1 Exam 102). 在您决定是否购买之前 可以先下载117-102题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费117-102模拟测试题的下载链接
Lpi 117-102学习指南
LPIC Level 1认证 117-102考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。Lpi认证 117-102学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试117-102考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。Lpi认证 117-102是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。
想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的117-102考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他117-102考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。
Examsoon考题大师117-102试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加117-102考试,保证您一次轻松通过考试;
售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;
-
117-101题库demo免费下载
Filed under LpiAug 3Lpi认证117-101考试题库介绍
考试代号: 117-101
问题数量:117 Q&As
更新时间: 2009-09-09
注册地点: Prometric/Pearson VUE
题库全称:LPI Level 1 Exam 101免费117-101题库Demo赏析
Exam : LPI 117-101
Title : LPI Level 1 Exam 101(with rpm)1. When reading man pages, a lot of extra characters are shown on screen. Which of the following commands can help to deal with this problem?
A. col
B. grep
C. more
D. pg
E. row
Answer: A2. Where can lilo place boot information?
A. The boot ROM
B. The boot RAM
C. The /boot partition
D. The MBR on a hard drive
Answer: D3. While using the vi editor, you wish to move ahead one page. You should press the control key and:
A. A
B. D
C. F
D. U
Answer: C4. You have read/write permission on an ordinary file foo. You have just run ln foo bar. What would happen if you ran rm foo
A. foo and bar would both be removed.
B. foo would be removed while bar would remain accessible.
C. foo would be removed. bar would still exist but would be unusable.
D. Both foo and bar would remain accessible.
E. You would be asked whether bar should be removed.
Answer: B5. Which of the following commands will change all CR LF pairs in an imported text file, userlist.txt, to Linux standard LF characters and store it as newlist.txt
A. tr ‘rn’ ” < userlist.txt > newlist.txt
B. tr c ‘nr’ ” < newlist.txt > userlist.txt
C. tr d ‘r’ < userlist.txt > newlist.txt
D. tr ‘r’ ‘n’ userlist.txt newlist.txt
E. tr s ‘^M’ ‘^J’ userlist.txt newlist.txt
Answer: C6. The ___________ partition is used for virtual memory.
Answer: swap7. How can you turn off the group quota in /pub
A. quotaoff /pub
B. quotaoff gv /pub
C. quotadown /pub
D. rm /pub/quota.group
Answer: B8. You wish to kill a process with a PID of 123. Select the command which will allow the process to "clean up" before exiting.
A. kill 1 123
B. kill 9 123
C. kill 15 123
D. kill 17 123
Answer: C9. You enter the command date +%M. What does the output show you?
A. the current year
B. the current month
C. the current hour
D. the current minute
E. the current second
Answer: D10. What command will print a list of usernames (first column) and their corresponding user id (uid, third column) from /etc/passwd
A. cut d: f1,3 /etc/passwd
B. chop c 1,3 /etc/passwd
C. tac 1 3 /etc/passwd
D. fmt u /etc/passwd
Answer: A11. The command mkfs t ext3 T largefile /dev/hdb1 creates what size of inode?
A. 4 kilobyte
B. 1 megabyte
C. 2 megabyte
D. 4 megabyte
Answer: B12. You are formatting a single hard disk for a Linux install. What is the maximum number of primary partitions you can create?
Answer: 4 or four13. In order to save and restore your sound card’s configuration between sessions, the ALSA sound system uses what program?
A. setalsa
B. setsound
C. soundctl
D. alsactl
E. alsaset
Answer: D14. The command echo $! will produce what output?
A. the process id of last background command
B. the exit status of the last command
C. the exit status of the last background command
D. the process id of the current shell
E. the name of the command being executed
Answer: A15. User Joseph has successfully extracted and compiled a program from source code. Installing the binaries produces errors. What is the most likely reason?
A. The source code was compiled for a different CPU.
B. The permissions set in the /usr/bin directory are wrong.
C. The binaries require root privileges to be installed.
D. The wrong prefix was used during configuration of the source code.
Answer: C16. What command can put suspended jobs into the background?
Answer: bg17. According to the File System Hierarchy Standard, the lost+found directory is used for:
A. files with unknown owners.
B. missing device files found by /proc.
C. unknown binary files found by find.
D. unlinked files found by fsck.
Answer: D18. You logged in as user tux1, but now you want to switch users to tux2 with tux2’s environment. How would you do this?
A. su tux2
B. su e tux2
C. su tux2
D. su m tux2
E. su f tux2
Answer: C19. In GRUB’s configuration file you find the line root (hd1,4) What is corresponding device name on a Linux system?
A. /dev/hda4
B. /dev/hda5
C. /dev/hdb4
D. /dev/hdb5
Answer: D20. What command line redirection characters instruct the shell to read from the current input source until a specific word, on a separate line and without and trailing spaces, is reached?
A. <<
B. <|
C. !<
D. &<
Answer: A免费下载117-101题库Demo
Examsoon提供最新的LPIC Level 1认证 117-101题库,其全名为:(LPI Level 1 Exam 101). 在您决定是否购买之前 可以先下载117-101题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费117-101模拟测试题的下载链接
Lpi 117-101学习指南
LPIC Level 1认证 117-101考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。Lpi认证 117-101学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试117-101考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。Lpi认证 117-101是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。
想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的117-101考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他117-101考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。
Examsoon考题大师117-101试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加117-101考试,保证您一次轻松通过考试;
售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;
-
117-199题库demo免费下载
Filed under LpiAug 3Lpi认证117-199考试题库介绍
考试代号: 117-199
问题数量:94 Q&As
更新时间: 2009-09-06
注册地点: Prometric/Pearson VUE
题库全称:Ubuntu Level 1 Exam免费117-199题库Demo赏析
Exam : LPI 117-199
Title : Ubuntu Level 1 Exam1. Which file must be edited to tune DMA on individual CD ROM drives?
Answer: /etc/hdparm.conf /etc/default/hdparm2. Which list shows all official Ubuntu distributions and derivatives?
A. Ubuntu, Xubuntu, Zubuntu, Gubuntu, nUbuntu
B. Ubuntu, Kubuntu, Zubuntu, Edubuntu, nUbuntu
C. Ubuntu, Kubuntu, Edubuntu, Xubuntu, ImpiLinux
D. Ubuntu, Gubuntu, Zubuntu, Xubuntu, ImpiLinux
Answer: C3. How do you see which packages a package depends on (e.g. gimp )
A. apt cache show deps gimp
B. aptitude show gimp
C. apt show all gimp
D. dpkg show gimp
Answer: B4. The __________ apt repository provides updated packages from a more recent Ubuntu release.
Answer: backports5. NFS uses what service to publish its port configuration to clients
A. nfs_port_discover
B. nfsavd
C. portmap
D. sunrpcconfd
Answer: C6. Which ACPI state is the equivalent of Software Suspend (the "Hibernate" option in the Log Out window)
A. S1
B. S2
C. S3
D. S4
Answer: D7. What is true of the gconfdaemon
A. It provides back end storage for the gconf database.
B. It notifies all applications when a preference value changes.
C. It is started at boot time.
D. It constantly polls all Gnome applications for changed preference values.
Answer: B8. Which command would you use to browse the root categories in the Gnome configuration
A. gnomevfs ls
B. gconf browse
C. gconf tool all dirs /
D. browsegnomeconf
Answer: C9. You want Nautilus to run in spatial mode instead of browser mode. What will accomplish this?
A. Edit the appropriate XML file in ~/.gconfd/* , locate the "always_use_browser " entry and set the value to false
B. Set the "always_use_browser " key at the appropriate location in the gconf database to false
C. Create an environment variable called NAUTILUS_ALWAYS_USE_BROWSERand set its value to "true"
D. Edit ~/.nautilus/nautilus.confand set the "always_use_browser " entry to false .
Answer: B10. Which group does a user have to be a member of in order to access the modem?
Answer: dialout11. A user has drastically changed many of the configuration settings in GConf. As a result, she feels the desktop is virtually unusable and would like to return her Gnome settings to their default values. What commands will accomplish this? (Please choose TWO correct answers.)
A. rm rf ~/.gconf/
B. rm rf ~/.gconfd
C. gconftool 2 direct config source xml:readwrite:~/.gconf/ recursive unset
D. gconf editor direct config source xml:readwrite:~/.gconf/ recursive unset
E. sudo rm rf /etc/gconf/gconf.xml.mandatory ; sudo rm rf /etc/gconf/gconf.xml.defaults
Answer: AC12. What is the name of the command line tool that directly manipulates the GConf database
A. gconf config
B. gconf editor
C. gnome gconf editor
D. gconftool 2
Answer: D13. What does the command sudo vaccomplish
A. Displays version information for sudo .
B. Opens the sudoersfile for editing.
C. Extends the time before the user will be required to enter their password again.
D. Displays verbose output information.
Answer: C14. How do you change the screen colour depth from 16 bit to 24 bit (assuming that the installed video hardware can display 24 bit colour)
A. Run gnome display propertiesand select the required depth from a drop down box.
B. Edit the relevant setting in the systemsection of the GConf database.
C. Edit the Screensection in /etc/X11/xorg.confand restart the X server.
D. X.org offers only 8, 16 and 32 bit colour depths.
Answer: C15. You want all users on a machine to be able to administer printers. What line in your /etc/sudoerswould achieve this
A. ALL ALL = /usr/bin/gnome cups manager
B. /usr/bin/gnome cups manager, ALL, ALL, users
C. /usr/bin/gnome cups manager (ALL) ALL,
users
D. ALL (ALL) = /usr/bin/gnome cups manager
Answer: A16. Which group does a user have to be a member of in order to access removable storage media?
Answer: plugdev17. In order to submit Ubuntu bug reports you need to register on:
A. http://launchpad.net
B. http://bugzilla.ubuntu.com
C. http://bugs.ubuntu.com
D. http://bugs.debian.org
Answer: A18. What does the acronym NFS stand for?
Answer: Network File System19. Which filesystems are suitable for use on a root volume? (Please choose THREE correct answers.)
A. EXT3
B. NTFS
C. XFS
D. HFS
E. FAT32
F. reiser3
Answer: ACF20. What GUI tool is used to create new users? (Supply only the name of the executable file without a path)
Answer: users-admin免费下载117-199题库Demo
Examsoon提供最新的LPIC Level 1认证 117-199题库,其全名为:(Ubuntu Level 1 Exam). 在您决定是否购买之前 可以先下载117-199题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费117-199模拟测试题的下载链接
Lpi 117-199学习指南
LPIC Level 1认证 117-199考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。Lpi认证 117-199学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试117-199考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。Lpi认证 117-199是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。
想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的117-199考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他117-199考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。
Examsoon考题大师117-199试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加117-199考试,保证您一次轻松通过考试;
售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;
-
117-303题库demo免费下载
Filed under LpiAug 3Lpi认证117-303考试题库介绍
考试代号: 117-303
问题数量:101 Q&As
更新时间: 2009-09-13
注册地点: Prometric/Pearson VUE
题库全称:LPI Level 3 Exam 303免费117-303题库Demo赏析
Exam : Lpi 117-303
Title : LPI Level 3 Exam 3031. Which of the following export options, when specified in /etc/exports, will tell the server to use the NFSv4 Pseudofilesystem?
A. fsid=2
B. fsid=0
C. fsid=3
D. fsid=1
Answer: B2. Linux Extended Attributes include attribute classes. Which of the following are included in the defined attribute classes? (Select THREE correct answers)
A. default
B. system
C. owner
D. trusted
E. user
Answer: BDE3. SELinux has just been installed on a Linux system and the administrator wants to use SELinux in permissive mode in order to audit the various services on the system. What command will switch SELinux into permissive mode?
A. setenforce 0
B. /etc/init.d/selinux stop
C. selinux passive
D. /etc/init.d/selinux startpassive
Answer: A4. You wish to revoke write access for all groups and named users on a file. Which command will make the correct ACL changes?
A. setfacl x group:*:rx,user:*:rx afile
B. setfacl x mask::rx afile
C. setfacl m mask::rx afile
D. setfacl m group:*:rx,user:*:rx afile
Answer: C5. What does ntop use for data collection?
A. Network packets
B. Log files
C. Frame relay
D. SNMP
Answer: A6. What is the default UDP port for OpenVPN traffic?
Answer: 11947. When adding additional users to a file’s extended ACLs, what is true about the default behaviour of the ACL mask for the file?
A. The mask is modified to be the union of all permissions of the file owner, owning group and all named users and groups.
B. The mask is left unchanged.
C. If required, a warning is printed indicating that the mask is too restrictive for the permissions being granted.
D. The mask is modified to be the union of all permissions of the owning group and all named users and groups.
Answer: D8. Which directive in the OpenVPN client.conf specifies the remote server and port that the client should connect to? (Provide only the directive, without any options or parameters)
Answer: remote9. Which of the following are valid dmcrypt modes? (Choose THREE correct answers)
A. XTS
B. ESSIV
C. GMR
D. KWG
E. LRW
Answer: ABE10. What command will remove the dmcrypt mapping named cryptvol? (Provide the command with any options and parameters)
Answer: /sbin/cryptsetup remove crypt-vol cryptsetup remove crypt-vol11. In which of the following scenarios MUST an administrator use ethernet bridging instead of routing when configuring an OpenVPN site? (Select TWO correct answers)
A. Some OpenVPN clients will be installed on laptops and must be able to connect from different locations.
B. NetBIOS traffic must be able to traverse the VPN without implementing a WINS server.
C. The IPv4 protocol is required.
D. It will be necessary to use an MTU setting other than the default.
E. The IPX protocol is required.
Answer: BE12. You are certain that your kernel has been compiled with ACL support, however, when you try to set an ACL on a file, you get the following output:
% setfacl m user:hugh:r afile.txt
setfacl: afile.txt: Operation not supported
What is the most likely reason for this problem?
A. There is an error in the command line parameters.
B. There is no user on the system named hugh.
C. The partition has not been mounted with the acl option.
D. The file afile.txt doesn’t exist.
Answer: C13. An administrator has successfully configured a cryptographic volume for dmcrypt, and has added the following line to /etc/fstab:
/dev/mapper/cryptvol /media/crypt auto defaults 0 0
Upon booting the system, the error message "mount: special device /dev/mapper/cryptvol does not exist" is displayed. What configuration file has the administrator forgotten to edit? (Provide the full path and filename)
Answer: /etc/crypttab14. An administrator has created a mapping with the following command:
cryptsetup luksOpen /dev/sda1 cryptvol
and has set three different keys. Which command below will delete the first key?
A. cryptsetup luksDelKey /dev/sda1 0
B. cryptsetup luksDelKey /dev/sda1 1
C. cryptsetup luksDelKey /dev/mapper/cryptvol 1
D. cryptsetup luksDelKey /dev/mapper/cryptvol 0
Answer: A15. Which of the following are common techniques for securing a sendmail server? (Select THREE correct answers)
A. Maintain user accounts in an LDAP directory.
B. Enable TLS.
C. Disable VRFY.
D. Run sendmail in a chroot’d environment.
E. Disable USRLKUP.
Answer: BCD16. What command will list basic information about all targets available to cryptmount? (Provide the command with any options or parameters)
Answer: cryptmount –list /usr/bin/cryptmount -l /usr/bin/cryptmount –list cryptmount -l17. Which of the following are valid OpenVPN authentication modes? (Choose TWO correct answers)
A. S/Key
B. Kerberos
C. Static Key
D. Password
E. TLS
Answer: CE18. Which LUKS action, when supplied to the cryptsetup command, will initialize a LUKS partition and set the initial key? (Provide only the action name)
Answer: luksFormat19. An administrator has just configured an OpenVPN client. Upon starting the service, the following message is displayed:
TLS Error: TLS key negotiation failed to occur within 60 seconds
Which of the following statements is true?
A. The client was unable to establish a network connection with the server.
B. The client was able to establish a network connection with the server, however TLS key negotiation failed, resulting in a fallback to SSL.
C. The client was able to establish a network connection with the server, however TLS and SSL security are not enabled.
D. The client was able to establish a network connection with the server, however TLS key negotiation took longer than 60 seconds, indicating that there may be a problem with network performance.
Answer: A20. What is true about the permissions for the file afile given the following output from getfacl? (Select TWO correct answers)
% getfacl afile
# file: afile
# owner: matt
# group: support
user::rwx
user:hugh:rw
group::r
group:staff:rx
mask::rwx
other::r
A. Anyone in the support group will be able to read and execute the file.
B. The user hugh will be able to read the contents of the file.
C. Anyone in the users group will be able to read the file.
D. The user matt will not be able to edit this file.
E. Anyone in the staff group will be able to read and execute the file.
Answer: BE免费下载117-303题库Demo
Examsoon提供最新的LPIC Level 3认证 117-303题库,其全名为:(LPI Level 3 Exam 303). 在您决定是否购买之前 可以先下载117-303题库的部分演示. Examsoon是全球唯一提供所有IT认证考试题库demo免费下载的厂商 ,以下为免费117-303模拟测试题的下载链接
Lpi 117-303学习指南
LPIC Level 3认证 117-303考试已经证明了它在全世界的广泛性和重要性,因此明白这项认证考试的世界各地的人必须具备与认证考试相关领域所需的技能和知识。Lpi认证 117-303学习指南的目的是检查考生的能力和他对概念的意识。很多时候练习测试117-303考试都已经被修改过了,删掉了许多过时的东西,而那些需求是在考试课程。当应用到时候你所学的知识的时候,就会鉴定出你所学到的东西以及对所学知识的应用是多么的恰到好处。Lpi认证 117-303是在IT行业的知名品牌,所以如果您通过了这样一个知名公司举行的一次考试,你可以想象你将来的事业会做的多么好。
想要通过这个考试当然存在很多困难。你所要做的就是准备好充足的勇气和信心,而这些都来源与你平时训练的好坏.建议大家可以去Examsoon这个网站看一下,它的117-303考试是为了测试您在这方面的知识的掌握程度,最好的部分是它可以使你不断更新你所学的知识,不断进步。如果你知道所有的概念和如何使用他们的时候才是你真正掌握了Examsoon的用意。这门考试检查了您的能力和一旦你通过这次考验你将成为最优秀的人才,其他117-303考试的Examsoon结算值得注意的影响就是你的薪水将直线上升这大概也是每个人都希望获得的,所以要找一些好的资源才行。
Examsoon考题大师117-303试题都是考试原题的完美组合,覆盖率95%以上,答案由多位专业资深讲师原版破解得出,正确率100%,只要您使用Examsoon的考试题库参加117-303考试,保证您一次轻松通过考试;
售后服务第一!我们相信要想在当今时代取得成功,必须为广大用户提供全套的周到细致的全程优质售后服务,只有客户满意了,才能发展。客户至上是Examsoon考题大师的一贯宗旨;

Recent Comments