[100% Real] First-hand LPI Level 117-202 Vce Exam Free Download

[100% Real] Where to find the newest Pass4itsure 117-202 Vce? if you want to pass exam LPI 117-202 Vce without the second try, you should download the latest updated LPI 117-202 Vce for preparing.

Exam Code: 117-202
Exam Name: LPI Level 2 Exam 202
Updated: Jun 24, 2017
Q&As: 294   
Exam Information: https://www.pass4itsure.com/117-202.html

Now visit Flydumps.com to get free pdf study guide with valid LPI 117-202 Vce exam dumps and free Pass4itsure 117-202 Vce dumps, which will help you passing quickly!
117-202

Lpi Exam Pass4itsure 117-202 Dumps Blog Series:  
QUESTION 1 Given this excerpt from an Apache configuration file, which of the numbered lines has INCORRECT
syntax?
1: <VirtualHost *:80>
2: ServerAdmin admin9@server.example.org
3: DocumentRoot /home/http/admin
4: ServerName admin.server.example.org
5: DirectoryIndex index.php default.php
6: ErrorLog logs/admin.server.example.org-error_log
7: CustomLog logs/admin.server.example.org-access_log common
8: </VirtualHost>
A. 1
B. 1 and 4
C. 1, 4 and 7
D. 1 and 5
E. None. The configuration is valid 

117-202 exam Correct Answer: E
QUESTION 2 Select the TWO correct statements about the following excerpt from httpd.conf:
<Directory /var/web/dir1>
<Files private.html>
Order allow, deny
Deny from all
</Files>
</Directory>
A. The configuration will deny access to /var/web/dir1/private.html, /var/web/dirl/subdir2/private.html, /var/
web/dirl/subdir3/private.html and any other instance of private.html found under the /var/web/dir1/
directory.
B. The configuration will deny access to /var/web/dir1/private.html, but it will allow access to /var/web/dirl/
subdir2/private.htm1, for example.
C. The configuration will allow access to any file named private.html under /var/web/dir1, but it will deny
access to any other files
D. The configuration will allow access just to the file named private.html under /var/web/dir1
E. The configuration will allow access to /var/web/private.html, if it exists  

117-202 dumps Correct Answer: AE
QUESTION 3  Considering the following excerpt from the httpd.conf file, select the correct answer below:
<Location> AllowOverride AuthConfig Indexes
</Location>
A. The Indexes directive in the excerpt allows the use of other index-related directives such as
DirectoryIndex
B. Both directives AuthConfig and Indexes found in the server's .htaccess file will be overridden by the
same directives found in the httpd.conf file
C. The AuthConfig used in the excerpt allows the use of other authentication-related directives such as
AuthType
D. The excerpt is incorrect, as the AllowOverride cannot be used with Indexes, since the latter cannot be
overridden
E. The excerpt is incorrect, because AllowOverride cannot be used inside a Location section
Correct Answer: E
QUESTION 4 Which of the following lines in the Apache configuration file would allow only clients with a valid certificate
to access the website?
A. SSLCA conf/ca.crt
B. AuthType ssl
C. IfModule libexec/ssl.c
D. SSLRequire
E. SSLVerifyClient require 
117-202 pdf Correct Answer: E
QUESTION 5 Which TWO of the following options are valid, in the /etc/exports file?
A. rw
B. ro
C. rootsquash
D. norootsquash
E. uid
Correct Answer: AB 


QUESTION 6 Which of the following is needed, to synchronize the Unix password with the SMB password, when the
encrypted SMB password in the smbpasswd file is changed?
A. Nothing, because this is not possible.
B. Run netvamp regularly, to convert the passwords.
C. Rin winbind --sync, to synchronize the passwords.
D. Add unix password sync = yes to smb.conf.
E. Add smb unix password = sync to smb.conf.
117-202 vce Correct Answer: D
QUESTION 7 The new file server is a member of the Windows domain "foo". Which TWO of the following configuration
sections will allow members of the domain group "all" to read, write and execute files in "/srv/smb/data"?
A. [data] comment = data share path = /srv/smb/data write list = @foo+all force group = @foo+all create
mask = 0550 directory mask = 0770
B. [data] comment = data share path = /srv/smb/data write list = @foo+all force group = @foo+all create
mask = 0770 directory mask = 0770
C. [data] path = /srv/smb/data write list = @foo+all force group = @foo+all create mask = 0770 directory
mask = 0770
D. [data] comment = data share path = /srv/smb/data write list = @foo+all force group = @foo+all directory
mask = 0770
E. [data] comment = data share path = /srv/smb/data write list = @foo+all force group = all create mask =
0550 directory mask = 0770
Correct Answer: BC
QUESTION 8 Which command can be used to list all exported file systems from a remote NFS server:
A. exportfs B. nfsstat
C. rpcinfo
D. showmount
E. importfs
117-202 dumpsCorrect Answer: D
QUESTION 9 During which stage of the boot process would this message be seen?
Ide0: BM-DMA at 0xff00-0xff07, BIOS settings: hda:DMA, hdb:DMA
A. Boot loader start and hand off to kernel
B. Kernel loading
C. Hardware initialization and setup
D. Daemon initialization and setup
Correct Answer: C


QUESTION 10 Where should the LILO code reside, on a system with only one installation of Linux and no other operating
systems?
A. In the master boot record
B. In the boot sector
C. In the /boot directory
D. At the start of the kernel
117-202 exam Correct Answer: A


117-202

QUESTION 11 During which stage of the boot process would this message be seen?
ide_setup:hdc=ide-scsi
A. Boot loader start and hand off to kernel
B. Kernel loading
C. Hardware initialization and setup
D. Daemon initialization and setup
Correct Answer: B
QUESTION 12 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 maintenance 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.
117-202 pdf Correct Answer: A
QUESTION 13 Messages from programs are not appearing in the user's native language. What environment variable must be set for this to happen?
B. I18N
C. MESSAGES
D. MSGS
E. LC_MSGS
Correct Answer: A
QUESTION 14 When bash is invoked as an interactive login shell, which of the following sentences is true?
A. It first reads and executes commands in /etc/profile and then does same for ~/.bash_profile and ~/
.bashrc
B. It first reads and executes commands in /etc/bashrc and then does same for /etc/profile
C. It reads and executes commands in ~/.bashrc only if /etc/profile or another initialization script calls it.
D. It ignores /etc/profile and only reads and executes commands in ~/.bashrc
E. It first reads and executes commands in /etc/profile and then does same for ~/.bash_profile, ~/
.bash_login and ~/.profile
Correct Answer: C
QUESTION 15 Why is the root file system mounted read-only during boot and remounted with write permission later on?
A. Because if problems with the root file system are detected during the boot, fsck can be run, without risk
of damage.
B. Because this way crackers cannot collect information about root with boot sniffers
C. To avoid writing to the disk, unless the root password is known.
D. To avoid other operating systems overwriting the Linux root partition
E. Because the disk has its own write protection that cannot change by the operating system.
117-202 vce Correct Answer: A
QUESTION 16 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 dd 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 grub-install after verifying that grub.conf is correct.
E. Run fdisk --mbr /dev/had assuming that the boot harddisk is /dev/hda.
Correct Answer: D
QUESTION 17 Journalling doesn't appear to be working on an ext3 file-system. 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 file-system is specified as ext2 in/etc/fstab.
D. The system was not shut down cleanly.
117-202 dumps Correct Answer: B
QUESTION 18 What is the name of the dovecot configuration variable that specifies the location of user mail?
A. mbox
B. mail_location
C. user_dir
D. maildir
E. user_mail_dirCorrect Answer: BQUESTION 19What is the missing keyword in the following configuration sample for dovecot which defines which
authentication types to support? (Specify only the
keywork) auth default {
______ = plain login cram-md5
}
A. auth_order
B. mechanisms
C. methods
D. supported
117-202 vce Correct Answer: B
QUESTION 20What does the following procmail configuration section do?
:0fw
* < 256000
| /usr/bin/foo
A. procmail sends all email older than 256000 seconds to the external program foo
B. If an email contains a value less than 256000 anywhere within it, procmail will process the email with
the program foo
C. procmail sends mail containing less than 256000 words to program foo
D. The program foo is used instead of procmail for all emails larger than 256000 Bytes
E. If the email smaller than 256000 Bytes, procmail will process it with the program foo
Correct Answer: E


First-hand Pass4itsure 117-202 Vce Exam, Real https://www.pass4itsure.com/117-202.html 117-202 Vce Demo Free Download For Sale, Pass LPI Level 2 Exam 202.
Here are some Pass4itsure 117-202 Vce resources I used for studying: http://www.fourleaftraining.com/most-hottest-117-201-dumps/

Comments

Popular posts from this blog

[100% Real] Updated Microsoft 70-412 Dumps Exam Sample with Accurate Answers

[100% Real]Latest Microsoft SQL Server 70-463 Dumps Practice Questions With New Discount

100% Real LPI 101-400 Vce Exam Questions And Answers with New Discount