Weekend Sale Special Limited Time 65% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: cramtreat

202-450 Linux Professional Institute Questions and Answers

Questions 4

There is a restricted area in a site hosted by Apache HTTPD, which requires users to authenticate against the file /srv/www/security/site­passwd.

Which command is used to CHANGE the password of existing users, without losing data, when Basic authentication is being used?

Options:

A.

htpasswd –c /srv/www/security/site­passwd user

B.

htpasswd /srv/www/security/site­passwd user

C.

htpasswd –n /srv/www/security/site­passwd user

D.

htpasswd –D /srv/www/security/site­passwd user

Buy Now
Questions 5

Which tool creates a Certificate Signing Request (CSR) for serving HTTPS with Apache HTTPD?

Options:

A.

apachect1

B.

certgen

C.

cartool

D.

httpsgen

E.

openssl

Buy Now
Questions 6

Which Apache HTTPD configuration directive specifies the RSA private key that was used in the generation of the SSL certificate for the server?

Options:

A.

SSLCertificateKeyFile

B.

SSLKeyFile

C.

SSLPrivateKeyFile

D.

SSLRSAKeyFile

Buy Now
Questions 7

Which of the following Samba services handles the membership of a file server in an Active Directory domain?

Options:

A.

winbindd

B.

nmbd

C.

msadd

D.

admemb

E.

samba

Buy Now
Questions 8

In response to a certificate signing request, a certification authority sent a web server certificate along with the certificate of an intermediate certification authority that signed the web server certificate. What should be done with the intermediate certificate in order to use the web server certificate with Apache HTTPD?

Options:

A.

The intermediate certificate should be merged with the web server’s certificate into one file that is specified in SSLCertificateFile

B.

The intermediate certificate should be used to verify the certificate before its deployment on the web server and can be deleted

C.

The intermediate certificate should be stored in its own file which is referenced in SSLCaCertificateFile

D.

The intermediate certificate should be improved into the certificate store of the web browser used to test the correct operation of the web server

E.

The intermediate certificate should be archived and resent to the certification authority in order to request a renewal of the certificate

Buy Now
Questions 9

Which FTP names are recognized as anonymous users in vsftp when the option anonymous_enable is set to yes in the configuration files? (Choose two.)

Options:

A.

anonymous

B.

ftp

C.

In the described configuration, any username which neither belongs to an existing user nor has another special meaning is treated as anonymous user.

D.

nobody

E.

guest

Buy Now
Questions 10

How are PAM modules organized and stored?

Options:

A.

As plain text files in /etc/security/

B.

A statically linked binaries in /etc/pam.d/bin/

C.

As Linux kernel modules within the respective sub directory of /lib/modules/

D.

As shared object files within the /lib/ directory hierarchy

E.

As dynamically linked binaries in /usr/lib/pam/sbin/

Buy Now
Questions 11

If there is no access directive, what is the default setting for OpenLDAP?

Options:

A.

Option A

B.

Option B

C.

Option C

D.

Option D

Buy Now
Questions 12

Which attitude of an object in LDAP defines which other attributes can be set for the object? (Specify ONLY the attribute name without any values.)

Options:

Buy Now
Questions 13

What command creates a SSH key pair? (Specify ONLY the command without any path or parameters)

Options:

Buy Now
Questions 14

Which of the following types of IPv6 address assignments does DHCPv6 support? (Choose three.)

Options:

A.

Assignments of normal IPv6 addresses that can be renewed.

B.

Assignments of temporary IPv6 addresses that cannot be renewed.

C.

Assignments of blacklisted IPv6 addresses that should no longer be used.

D.

Assignments of IPv6 prefixes that can be used for routing or further assignments.

E.

Assignments of anonymous IPv6 addresses whose assignment is not logged by the DHCPv6 server.

Buy Now
Questions 15

In order to export /usr and /bin via NFSv4, /exports was created and contains working bind mounts to /usr and /bin. The following lines are added to /etc/exports on the NFC server:

After running

Options:

Buy Now
Questions 16

To allow X connections to be forwarded from or through an SSH server, what configuration keyword must be set to yes in the sshd configuration file?

Options:

A.

AllowForwarding

B.

ForwardingAllow

C.

XllForwardingAllow

D.

XllForwarding

Buy Now
Questions 17

Performing a DNS lookup with dig results in this answer:

Options:

A.

There is no . after linuserv.example.net in the PTR record in the forward lookup zone file

B.

There is no . after linuserv in the PTR record in the forward lookup zone file

C.

There is no . after linuserv.example.net in the PTR record in the reverse lookup zone file

D.

The . in the NS definition in the reverse lookup zone has to be removed

Buy Now
Questions 18

Which of the following lines is valid in a configuration file in /etc/pam.d/?

Options:

A.

authrequired pam_unix.sotry_first_pass nullok

B.

authtry_first_pass nullok, require pam_unix.so

C.

authrequired:pam_unix.so(try_first_pass nullok)

D.

authpam_unix.so(required try_first_pass nullok)

Buy Now
Questions 19

In which CIFS share must printer drivers be placed to allow Point’n’Print driver deployment on Windows?

Options:

A.

winx64drv$

B.

print$

C.

The name of the share is specified in the option print driver share within each printable share in smb.conf

D.

pnpdrivers$

E.

NETLOGON

Buy Now
Questions 20

Which of the following statements in the ISC DHCPD configuration is used to specify whether or not an address pool can be used by nodes which have a corresponding host section in the configuration?

Options:

A.

identified-nodes

B.

unconfigured-hosts

C.

missing-peers

D.

unmatched-hwaddr

E.

unknown-clients

Buy Now
Questions 21

What word is missing from the following excerpt of a named.conf file?

Options:

A.

networks

B.

net

C.

list

D.

acl

E.

group

Buy Now
Questions 22

Which statements about the Alias and Redirect directives in Apache HTTPD’s configuration file are true? (Choose two.)

Options:

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

Buy Now
Questions 23

Which of the following DNS record types is used for reverse DNS queries?

Options:

A.

CNAME

B.

IN

C.

PTR

D.

REV

E.

RIN

Buy Now
Questions 24

When using mod_authz_core, which of the following strings can be used as an argument to Require in an Apache HTTPD configuration file to specify the authentication provider? (Choose three.)

Options:

A.

method

B.

all

C.

regex

D.

header

E.

expr

Buy Now
Questions 25

In order to join a file server to the Active Directory domain intra.example.com, the following smb.conf has been created:

The command net ads join raises an error and the server is not joined to the domain. What should be done to successfully join the domain?

Options:

A.

Change server role to ad member server to join an Active Directory domain instead of an NT4 domain.

B.

Add realm = intra.example.com to the smb.conf and change workgroup to the domain’s netbios workgroup name.

C.

Manually create a machine account in the Active Directory domain and specify the machine account’s name with –U when starting net ads join.

D.

Remove the winbind enum users and winbind enum groups since winbind is incompatible with Active Directory domains.

E.

Remove all idmap configuration stanzas since the id mapping is defined globally in an Active Directory domain and cannot be changed on a member server.

Buy Now
Questions 26

Given the following Squid configuration excerpt:

cache_dir ufs /var/spool/squid3/ 1024 16 256

Which of the following directories will exist directly within the directory /var/spool/squid3/? (Choose two.)

Options:

A.

0F

B.

A0

C.

0b

D.

FF

E.

00

Buy Now
Questions 27

Which command is used to administer IPv6 netfilter rules?

Options:

A.

iptables

B.

iptablesv6

C.

iptables6

D.

ip6tables

E.

ipv6tables

Buy Now
Questions 28

Which netfilter table contains built-in chains called INPUT, OUTPUT and FORWARD?

Options:

A.

ipconn

B.

filter

C.

nat

D.

default

E.

masq

Buy Now
Questions 29

Which option in the Postfix configuration makes Postfix pass email to external destinations to another SMTP-server? (Specify ONLY the option name without any values.)

Options:

Buy Now
Questions 30

After running ssh-keygen and accepting the default values, which of the following files are changed or created? (Choose two.)

Options:

A.

~/.ssh/id_rsa.key

B.

~/.ssh/id_rsa.pub

C.

~/.ssh/id_rsa.prv

D.

~/.ssh/id_rsa.crt

E.

~/.ssh/id_rsa

Buy Now
Questions 31

Which Linux user is used by vsftpd to perform file system operations for anonymous FTP users?

Options:

A.

The Linux user which runs the vsftpd process

B.

The Linux user that owns the root FTP directory served by vsftpd

C.

The Linux user with the same user name that was used to anonymously log into the FTP server

D.

The Linux user root, but vsftpd grants access to anonymous users only to globally read-/writeable files

E.

The Linux user specified in the configuration option ftp_username

Buy Now
Questions 32

What option in the client configuration file would tell OpenVPN to use a dynamic source port when making a connection to a peer?

Options:

A.

src-port

B.

remote

C.

source-port

D.

nobind

E.

dynamic-bind

Buy Now
Questions 33

Which Apache HTTPD directive enables HTTPS protocol support?

Options:

A.

HTTPSEngine on

B.

SSLEngine on

C.

SSLEnable on

D.

HTTPSEnable on

E.

StartTLS on

Buy Now
Questions 34

After the installation of Dovecot, it is observed that the dovecot processes are shown in ps ax like this:

In order to associate the processes with users and peers, the username, IP address of the peer and the connection status, which of the following options must be set?

Options:

A.

--with-linux-extprocnames for ./configure when building Dovecot

B.

sys.ps.allow_descriptions = 1 in sysct1.conf or /proc

C.

proc.all.show_status = 1 in sysctl.conf or /proc

D.

verbose_proctitle = yes in the Dovecot configuration

E.

process_format = “%u %I %s” in the Dovecot configuration

Buy Now
Questions 35

Which of the following actions synchronizes UNIX passwords with the Samba passwords when the encrypted Samba password is changed using smbpasswd?

Options:

A.

There are no actions to accomplish this since is not possible.

B.

Run netvamp regularly, to convert the passwords.

C.

Run winbind –sync, to synchronize the passwords.

D.

Add unix password sync = yes to smb.conf

E.

Add smb unix password = sync to smb.conf

Buy Now
Exam Code: 202-450
Exam Name: Linux Professional Institute
Last Update: May 17, 2024
Questions: 119
202-450 pdf

202-450 PDF

$28  $80
202-450 Engine

202-450 Testing Engine

$33.25  $95
202-450 PDF + Engine

202-450 PDF + Testing Engine

$45.5  $130