[Nov 14, 2021] Verified 202-450 dumps and 120 unique questions
202-450 Dumps for Pass Guaranteed - Pass 202-450 Exam 2021
Exam 202-450 is the second one on the way to getting the LIPC-2 certificate. This exam is meant to test one’s knowledge and the ability to administer small to medium-sized networks. LPIC-2 certification that you eventually obtain is part of the Linux Professionals program, and is mainly focused on a great deal of activities- from creating and maintaining domain name servers to web services, file sharing, apache configuration, and Network Client Management. All these skills come together to ensure that a LPIC-2 certified professional is proficient enough to create more secure and efficient networks within any organization. While these duties are essential, they are only part of a wider skill set that groom aspiring professionals towards the next step of their multi-level Linux Institute Certification Program- the LPIC-3.
LPI LPIC-2 Exam Certification Details:
| Duration | 90 mins |
| Schedule Exam | LPI Marketplace |
| Passing Score | 500 / 800 |
| Exam Code | 202-450 |
| Exam Name | LPIC-2 Linux Engineer |
| Exam Price | $200 (USD) |
| Sample Questions | LPI LPIC-2 Sample Questions |
| Number of Questions | 60 |
NEW QUESTION 62
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.)
Answer:
Explanation:
class
NEW QUESTION 63
It has been discovered that the company mail server is configured as an open relay. Which of the following actions would help prevent the mail server from being used as an open relay while maintaining the possibility to receive company mails? (Choose two.)
- A. Configure Dovecot to support IMAP connectivity
- B. Upgrade the mailbox format from mbox to maildir
- C. Restrict Postfix to only accept e-mail for domains hosted on this server
- D. Restrict Postfix to only relay outbound SMTP from the internal network
- E. Configure netfilter to not permit port 25 traffic on the public network
Answer: D,E
NEW QUESTION 64
For what purpose is TCP/IP stack fingerprinting used by nmap?
- A. It is used to identify duplicate responses from the same remote server.
- B. It is used to masquerade the responses of remote servers.
- C. It is used to uniquely identify servers on the network for forensics.
- D. It is used to determine the remote operating system.
- E. It is used to filter out responses from specific servers.
Answer: D
Explanation:
Explanation/Reference:
Reference: https://nmap.org/nmap-fingerprinting-old.html
NEW QUESTION 65
For what purpose is TCP/IP stack fingerprinting used by nmap?
- A. It is used to identify duplicate responses from the same remote server.
- B. It is used to masquerade the responses of remote servers.
- C. It is used to uniquely identify servers on the network for forensics.
- D. It is used to determine the remote operating system.
- E. It is used to filter out responses from specific servers.
Answer: D
Explanation:
Explanation/Reference: https://nmap.org/nmap-fingerprinting-old.html
NEW QUESTION 66
Which of the following DNS record types is used for reverse DNS queries?
- A. REV
- B. IN
- C. PTR
- D. RIN
- E. CNAME
Answer: C
Explanation:
Explanation/Reference:
Reference: http://help.dnsmadeeasy.com/managed-dns/dns-record-types/ptr-record/
NEW QUESTION 67
Which option in named.conf specifies which host are permitted to ask for domain name information from the server?
- A. allowed-hosts
- B. query-group
- C. accept-query
- D. allow-query
- E. permit-query
Answer: D
NEW QUESTION 68
Which of the following commands is used to change user passwords in an OpenLDAP directory?
- A. setent
- B. ldappasswd
- C. ldapchpw
- D. ldpasswd
- E. olppasswd
Answer: B
NEW QUESTION 69
Which FTP names are recognized as anonymous users in vsftp when the option anonymous_enableis set to yes in the configuration files? (Choose two.)
- A. ftp
- B. In the described configuration, any username which neither belongs to an existing user nor has another special meaning is treated as anonymous user.
- C. anonymous
- D. nobody
- E. guest
Answer: A,C
Explanation:
Explanation/Reference:
Reference: http://vsftpd.beasts.org/vsftpd_conf.html#lbAE
NEW QUESTION 70
A user requests a "hidden" Samba share, named confidential, similar to the Windows Administration Share. How can this be configured?

- A. Option A
- B. Option E
- C. Option C
- D. Option B
- E. Option D
Answer: B
NEW QUESTION 71
Which of the following statements is INCORRECT regarding the LDIF file format?
- A. It contains a dn line that indicates where the attributes listed in the following lines of the file must be added.
- B. The LDIF file accepts any type of file encoding.
- C. If an attribute contains binary data, some specific configurations must be made for this entry.
- D. In the file, a blank line separates one entry from another one.
Answer: B
NEW QUESTION 72
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.)
- A. ftp
- B. In the described configuration, any username which neither belongs to an existing user nor has another special meaning is treated as anonymous user.
- C. anonymous
- D. nobody
- E. guest
Answer: A,C
NEW QUESTION 73
How must Samba be configured such that it can check CIFS passwords against those found in /etc/passwd and /etc/shadow?
- A. Delete the smbpasswd file and create a symbolic link to the passwd and shadow file
- B. It is not possible for Samba to use /etc/passwd and /etc/shadow directly
- C. Set the parameters "encrypt passwords = yes" and "password file = /etc/passwd"
- D. Set the parameters "encrypt passwords = yes", "password file = /etc/passwd" and
"password algorithm = crypt" - E. Run smbpasswd to convert /etc/passwd and /etc/shadow to a Samba password file
Answer: B
NEW QUESTION 74
Which of the following values can be used in the OpenLDAP attribute olcBackend for any object of the class olcBackendConfig to specify a backend? (Choose three.)
- A. passwd
- B. xml
- C. bdb
- D. text
- E. ldap
Answer: C,D,E
NEW QUESTION 75
When trying to reverse proxy a web server through Nginx, what keyword is missing from the following configuration sample?
- A. reverse_proxy
- B. proxy_pass
- C. forward_to
- D. remote_proxy
- E. proxy_reverse
Answer: B
NEW QUESTION 76
Which netfilter table contains built-in chains called INPUT, OUTPUT and FORWARD?
- A. masq
- B. filter
- C. nat
- D. default
- E. ipconn
Answer: B
NEW QUESTION 77
A host, called lpi, with the MAC address 08:00:2b:4c:59:23 should always be given the IP address of 192.168.1.2 by a DHCP server running ISC DHCPD. Which of the following configurations will achieve this?
- A. Option A
- B. Option C
- C. Option E
- D. Option B
- E. Option D
Answer: E
NEW QUESTION 78
Which of the following actions synchronizes UNIX passwords with the Samba passwords when the encrypted Samba password is changed using smbpasswd?
- A. There are no actions to accomplish this since is not possible.
- B. Run winbind -sync, to synchronize the passwords.
- C. Add unix password sync = yes to smb.conf
- D. Add smb unix password = sync to smb.conf
Answer: C
NEW QUESTION 79
Which of the following information has to be submitted to a certification authority in order to request a web server certificate?
- A. The certificate signing request.
- B. The web server's private key.
- C. The IP address of the web server.
- D. The list of ciphers supported by the web server.
- E. The web server's SSL configuration file.
Answer: A
NEW QUESTION 80
What option for BIND is required in the global options to disable recursive queries on the DNS server by default?
- A. allow-recursive-query off;
- B. allow-recursive-query ( none; );
- C. recursion no;
- D. recursion { none; };
- E. recursion { disabled; };
Answer: C
NEW QUESTION 81
In which CIFS share must printer drivers be placed to allow Point'n'Print driver deployment on Windows?
- A. winx64drv$
- B. print$
- C. NETLOGON
- D. The name of the share is specified in the option print driver share within each printable share in smb.conf
- E. pnpdrivers$
Answer: B
NEW QUESTION 82
Fill in the blank.
What is the path to the global Postfix configuration file? (Specify the full name of the file, including path.)
Answer:
Explanation:
etc/postfix/main.cf
NEW QUESTION 83
With fail2ban, what is a 'jail'?
- A. A group of services on the server which should be monitored for similar attack patterns in the log files
- B. A netfilter rules chain blocking offending IP addresses for a particular service
- C. The chroot environment in which fail2ban runs
- D. A filter definition and a set of one or more actions to take when the filter is matched
Answer: D
Explanation:
Explanation/Reference:
Reference: https://docs.plesk.com/en-US/onyx/administrator-guide/server-administration/protection- against-brute-force-attacks-fail2ban/fail2ban-jails-management.73382/
NEW QUESTION 84
Which of the following OpenVPN configuration options makes OpenVPN forward network packets between VPN clients itself instead of passing the packets on to the Linux host which runs the OpenVPN server for further processing?
- A. inter-client-traffic
- B. grant-client-traffic
- C. client-pass
- D. client-to-client
- E. client-router
Answer: D
NEW QUESTION 85
The following Apache HTTPD configuration has been set up to create a virtual host available at www.example.com and www2.example.com:
Even though Apache HTTPD correctly processed the configuration file, requests to both names are not handled correctly. What should be changed in order to ensure correct operations?
- A. Both virtual host names have to be placed as comma separated values in one ServerName declaration.
- B. The configuration must be split into two VirtualHost sections since each virtual host may only have one name.
- C. Both virtual host names have to be mentioned in the opening VirtualHost tag.
- D. Only one Server name declaration may exist, but additional names can be declared in ServerAlias options.
- E. The port mentioned in opening VirtualHost tag has to be appended to the ServerName declaration's values.
Answer: A
NEW QUESTION 86
......
Latest 100% Passing Guarantee - Brilliant 202-450 Exam Questions PDF: https://www.vceengine.com/202-450-vce-test-engine.html
202-450 Exam Dumps - Try Best 202-450 Exam Questions: https://drive.google.com/open?id=1w933FRlgQNAzL8eZZrLvJG3ZAKQ9j_aB
