Certification Provider: Lpi
Exam Name: LPIC-2 Exam 202, Part 2 of 2, version 4.5
Exam Code: 202-450
Official Exam Time: 90 mins
Number of questions in the Official Exam: 60 Q&As
Latest update time in our database: May 30,2023
202-450 Official Exam Topics:
  • Topic1 : named-checkzone
  • Topic2 : /etc/named.conf / AuthUserFile, AuthGroupFile
  • Topic3 : openssl, CA.pl / Client user authentication methods
  • Topic4 : Key Knowledge Areas: / Samba 4 configuration files
  • Topic5 : Mounting CIFS shares on Linux / smbd, nmbd, winbindd
  • Topic6 : NFS version 3 configuration files / Access restrictions to certain hosts and/or subnets
  • Topic7 : Awareness of DHCPv6 and IPv6 Router Advertisements / The following is a partial list of the used files, terms and utilities:
  • Topic8 : passwd and shadow passwords / Key Knowledge Areas:
  • Topic9 : Querying the LDAP directory / Changetype Operations
  • Topic10 : The following is a partial list of the used files, terms and utilities: / keep, fileinto, redirect, reject, discard, stop
  • Topic11 : Managing Mailbox Access / Description: Candidates should be able to install and configure POP and IMAP daemons.
  • Topic12 : Awareness of ProFTPd / The following is a partial list of the used files, terms and utilities:
  • Topic13 : Description: Candidates should be able to receive security alerts from various sources, install, configure and run intrusion detection systems and apply security patches and bugfixes. /

Which http_access directive for Squid allows users in the ACL named sales_net to only access the Internet at times specified in the time_acl named sales_time?

Which http_access directive for Squid allows users in the ACL named sales_net to only access the Internet at times specified in the time_acl named sales_time?
A . http_access deny sales_time sales_net
B . http_access allow sales_net sales_time
C . http_access allow sales_net and sales-time
D . allow http_access sales_net sales_time
E . http_access sales_net sales_time

Answer: B

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

Which Linux user is used by vsftpd to perform file system operations for anonymous FTP users?
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

Answer: E

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

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.)
A . method
B . all
C . regex
D . header
E . expr

Answer: A,B,E

How must Samba be configured such that it can check CIFS passwords against those found in /etc/passwd and /etc/shadow?

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” and “password file = /etc/passwd”
B . Set the parameters “encrypt passwords = yes”, “password file = /etc/passwd” and “password algorithm = crypt”
C . Delete the smbpasswd file and create a symbolic link to the passwd and shadow file
D . It is not possible for Samba to use /etc/passwd and /etc/shadow directly
E . Run smbpasswd to convert /etc/passwd and /etc/shadow to a Samba password file

Answer: D