IT-Prüfung 117-202 PDF

IT-Prüfung 117-202 PDF Linux Networking Administration www.it-pruefungen.de

Q1
Given this excerpt from an Apache configuration file, which of the numbered lines has INCORRECT syntax?

1:

2: ServerAdmin [email protected]

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:

A. 1
B. 1 and 4
C. 1, 4 and 7
D. 1 and 5
E. None. The configuration is valid

Answer: E

Q2
Select the TWO correct statements about the following excerpt from httpd.conf:

Order allow, eny

Deny from all

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

Answer: A,E

117-202 Prüfungsfragen Linux Networking Administration  https://it-pruefungen.de/117-202.htm

Q3
Considering the following excerpt from the httpd.conf file, select the correct answer below:

AllowOverride AuthConfig Indexes

 

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

Answer: E

Q4
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

Answer: E

Prüfungsvorbereitung auf 117-202 Studienmaterial deutsch Linux Networking Administration www.it-pruefungen.de

Q5
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.

Answer: D