100% Pass Top-selling 202-450 Exams - New 2021 Lpi Pratice Exam
LPIC-2 Certified Linux Engineer Dumps 202-450 Exam for Full Questions - Exam Study Guide
LPI 202-450: Key Details
If you are planning to take the LPI 202-450 exam, there are a couple of things that you need to know. The first detail is that this test is 90 minutes long, and within this time, the candidates will be required to answer up to 60 questions. All of them are based on the multiple-choice and fill-in-the-blank formats. The exam is available in many languages, including Brazilian Portuguese, Japanese, German, and English. It can be taken both at the designated testing center and as an online proctored option. Each applicant is required to pay the fee of $200. This is the price applicable to the individuals located in the United States. If you sit for this exam in another country, this cost may be different for you. To check the actual pricing for you location, visit the official website.
Linux Professional Institute LPIC-2 202-450. Test Overview
As you already know, LPIC-2 202-450 is the 2nd exam in the sequence of the two (the first one is 201-450) that you need to pass to earn the LPIC-2 certification. It is designed for those test-takers that are passionate about systems administration and networking and are ready to upgrade their skills and boost their career to the next level. The exam lasts for 90 minutes and features 60-multiple choice and fill-in-the-blank questions. The exam cost depends on your location, and if you are going to take it in the USA, for instance, you’ll have to pay $200. Normally the LPI exam costs anything between $90 and $200. These numbers, set by the United Nations Human Development Index, and owe their disparities to the varying economic conditions across the world. To know the precise cost in your region, visit the LPI official website.
The LPIC-2 202-450 exam can be taken at Pearson VUE test centers with a 4-language option- English, Japanese, German, Portuguese. Moreover, the test can be written online via OnVUE. In this case, you are limited to English.
NEW QUESTION 24
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?
- A. proc.all.show_status = 1 in sysctl.conf or /proc
- B. --with-linux-extprocnames for ./configure when building Dovecot
- C. process_format = "%u %I %s" in the Dovecot configuration
- D. sys.ps.allow_descriptions = 1 in sysct1.conf or /proc
- E. verbose_proctitle = yes in the Dovecot configuration
Answer: E
NEW QUESTION 25
FILL 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 26
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
- E. Run netvamp regularly, to convert the passwords.
Answer: C
NEW QUESTION 27
FILL BLANK
What configuration directive of the Apache HTTPD server defines where log files are stored? (Specify ONE of the directives without any other options.)
Answer:
Explanation:
ErrorLog
NEW QUESTION 28
Which Apache HTTPD configuration directive specifies the RSA private key that was used in the generation of the SSL certificate for the server?
- A. SSLPrivateKeyFile
- B. SSLRSAKeyFile
- C. SSLCertificateKeyFile
- D. SSLKeyFile
Answer: C
NEW QUESTION 29
Which of the following PAM modules sets and unsets environment variables?
- A. pam-env
- B. pam_shell
- C. pam_export
- D. pam_set
- E. pam-vars
Answer: A
Explanation:
Explanation/Reference: https://www.linux.org/docs/man5/pam_env.html
NEW QUESTION 30
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 31
Which configuration parameter on a Postfix server modifies only the sender address and not the recipient address?
- A. sender_rewrite_maps
- B. alias_maps
- C. alias_rewrite_maps
- D. sender_canonical_maps
Answer: D
NEW QUESTION 32
What word is missing from the following excerpt of a named.conf file?
- A. group
- B. networks
- C. acl
- D. list
- E. net
Answer: C
NEW QUESTION 33
Which of the following PAM modules sets and unsets environment variables?
- A. pam-env
- B. pam_shell
- C. pam_export
- D. pam_set
- E. pam-vars
Answer: A
NEW QUESTION 34
Which command is used to administer IPv6 netfilter rules?
- A. ipv6tables
- B. ip6tables
- C. iptables6
- D. iptablesv6
- E. iptables
Answer: B
Explanation:
Explanation/Reference:
Reference: https://www.centos.org/docs/5/html/5.1/Deployment_Guide/s1-ip6tables.html
NEW QUESTION 35
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 36
How must Samba be configured such that it can check CIFS passwords against those found in /etc/passwd and
/etc/shadow?
- A. Set the parameters "encrypt passwords = yes", "password file = /etc/passwd" and "password algorithm = crypt"
- B. Delete the smbpasswd file and create a symbolic link to the passwd and shadow file
- C. It is not possible for Samba to use /etc/passwd and /etc/shadow directly
- D. Set the parameters "encrypt passwords = yes" and "password file = /etc/passwd"
- E. Run smbpasswd to convert /etc/passwd and /etc/shadow to a Samba password file
Answer: C
NEW QUESTION 37
FILL BLANK
What option in the sshdconfiguration file instructs sshdto permit only specific user names to log in to a system? (Specify ONLY the option name without any values.)
Answer:
Explanation:
sshd_config
Explanation/Reference:
Reference: https://www.ssh.com/ssh/sshd_config/
NEW QUESTION 38
Which of these tools provides DNS information in the following format?
- A. dig
- B. host
- C. nslookup
- D. named-checkconf
- E. named-checkzone
Answer: C
NEW QUESTION 39
What is the purpose of DANE?
- A. Allow secure dynamic DNS updates.
- B. Verify the integrity of name information retrieved via DNS.
- C. Provide a way to verify the association of X 509 certificates to DNS host names.
- D. Invalidate name information stored on caching name servers to speed up DNS updates.
- E. Discover which servers within a DNS domain offer a specific service.
Answer: C
Explanation:
Explanation/Reference: https://wiki.archlinux.org/index.php/DANE
NEW QUESTION 40
Which of the following commands displays an overview of the Postfix queue content to help identify remote sites that are causing excessive mail traffic?
- A. qshape
- B. postmap
- C. queuequery
- D. mailtraf
- E. poststats
Answer: A
NEW QUESTION 41
Which of the following lines is valid in a configuration file in /etc/pam.d/?
- A. auth try_first_pass nullok, require pam_unix.so
- B. auth pam_unix.so(required try_first_pass nullok)
- C. auth required pam_unix.so try_first_pass nullok
- D. auth required:pam_unix.so(try_first_pass nullok)
Answer: C
Explanation:
Explanation/Reference: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/6/html/ managing_smart_cards/pam_configuration_files
NEW QUESTION 42
In order to prevent all anonymous FTP users from listing uploaded file names, what security precaution can be taken when creating an upload directory?
- A. The directory must not have the execute permission set.
- B. The directory must not contain other directories.
- C. The directory must not have the write permission set.
- D. The directory must not have the read permission set.
- E. The directory must not have the read or execute permission set.
Answer: D
NEW QUESTION 43
Which Linux user is used by vsftpd to perform file system operations for anonymous FTP users?
- A. The Linux user root, but vsftpd grants access to anonymous users only to globally read-
/writeable files - B. The Linux user specified in the configuration option ftp_username
- C. The Linux user which runs the vsftpd process
- D. The Linux user with the same user name that was used to anonymously log into the FTP server
- E. The Linux user that owns the root FTP directory served by vsftpd
Answer: B
NEW QUESTION 44
......
What Is 202-450 Test?
Like other LPI certification exams, it is a 90-minute long exam presented with 60 multiple-choice and fill-in-the-blank questions. Plus, you need to pay $200 for the registration for this exam in the United States. To know more, the test comes in the following languages if you take it in the test centers: German, English, Japanese, and Brazilian Portuguese. For the candidates who take the exam online, it's only available in English.
Authentic Best resources for 202-450 Online Practice Exam: https://www.fast2test.com/202-450-premium-file.html
202-450 Test Engine Practice Exam: https://drive.google.com/open?id=1XCAsxkG1ucOQF5w-Npkz27d7heeNRW-E