202-450 Exam Questions
302 real 202-450 exam questions with expert-verified answers and explanations. Page 4 of 7.
- Question #216
The Samba configuration file contains the following lines: hosts allow = 192.168.1.100 192.168.2.0/255.255.255.0 localhost hosts deny = 192.168.2.31 interfaces = 192.168.1.0/255.25...
- Question #217
Which of the following Samba configuration parameters is functionally identical to the parameter read only=yes?
- Question #218
Which of the following are Samba security modes or levels? (Choose TWO correct answers.)
- Question #219
What does the testparm command confirm regarding Samba configuration?
- Question #220
Select the Samba option below that should be used if the main intention is to setup a guest printer service?
- Question #221
Which server program will understand and can reply to NetBIOS name service requests?
- Question #222
Which of the following options are valid in the /etc/exports file? (Choose TWO correct answers.)
- Question #223
Which of the following services must be started first on an NFS server?
- Question #224
Which of the following commands can be used to list all exported file systems from a remote NFS server?
- Question #225
Which of the following configuration lines will export /usr/local/share/ to nfsclient with read-write access, ensuring that all changes are written straight to the disk?
- Question #226
Which command is used to tell the NFS server which filesystems to make available to clients?
- Question #227
Which option within the ISC DHCPD configuration file defines the IPv4 DNS server address(es) to be sent to the DHCP clients?
- Question #228
Given the following section of a ISC DHCPD configuration filE. subnet 192.168.1.0 netmask 255.255.255.0 { ... # Set the default gateway to be used by # the PC clients option ______...
- Question #229
Which of the following PAM modules will allow the system administrator to use an arbitrary file containing a list of user and group names with restrictions on the system resources...
- Question #230
Which of the following commands is used to change user passwords in an OpenLDAP directory?
- Question #231
Which of these sets of entries will the following command return? ldapsearch -x "(|(cn=marie)(!(telephoneNumber=9*)))"
- Question #232
Which of the following is correct about this excerpt from an LDIF file? dn: cn=PrintOperators,ou=Groups,ou=IT,o=BR
- Question #233
While analyzing a slapd.conf file, an administrator noted that the rootdn and rootpw directives are not present. Where is the LDAP administrator account defined?
- Question #234
If no ACL lines are included in slapd.conf, what is the default behavior of slapd?
- Question #235
Select the INCORRECT statement regarding the LDIF file format:
- Question #236
A private OID to be used with OpenLDAP should be obtained for a company when:
- Question #238
If there is no access directive, what is the default setting for OpenLDAP?
- Question #239
By default OpenLDAP logs via syslogd. What is the slapd.conf file directive to have the LDAP logs written to /var/log/ldap.log?
- Question #240
Which configuration parameter on a Postfix server modifies only the sender address and not the recipient address?
- Question #241
In the main Postfix configuration file, how are service definitions continued on the next line?
- Question #242
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 rel...
- Question #245
Which format, for storing user e-mail, uses the directories tmp, cur and new in order to solve reliability problems in other storage formats?
- Question #246
Which setting in the Courier IMAP configuration file will tell the IMAP daemon to listen only on the localhost interface?
- Question #247
When the default policy for the netfilter INPUT chain is set to DROP, why should a rule allowing traffic to localhost exist?
- Question #248
On a Linux router, packet forwarding for IPv4 has been enabled. After a reboot, the machine no longer forwards IP packets from other hosts. The commanD. echo 1 > /proc/sys/net/ipv4...
- Question #249
The program vsftpd, running in a chroot jail, gives the following error: /bin/vsftpD. error while loading shared libraries: libc.so.6: cannot open shared object filE. No such file...
- Question #250
In order to prevent all anonymous FTP users from listing uploaded file names, what security precaution can be taken when creating an upload directory?
- Question #251
Which of the following actions should be considered when a FTP chroot jail is created? (Choose THREE correct answers.)
- Question #252
Which of the following lines in the sshd configuration file should, if present, be changed in order to increase the security of the server? (Choose TWO correct answers.)
- Question #253
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?
- Question #256
For what purpose is TCP/IP stack fingerprinting used by nmap?
- Question #257
Which of the following files needs to be changed in order to enable anonymous FTP logins with vsftpd?
- Question #258
What information can be found in the file specified by the status parameter in an OpenVPN server configuration file? (Choose TWO correct answers.)
- Question #259
What types of virtual network devices does OpenVPN use for connections? (Choose TWO correct answers.)
- Question #260
What is the standard port used by OpenVPN?
- Question #261
What option in the client configuration file would tell OpenVPN to use a dynamic source port when making a connection to a peer?
- Question #262
What word is missing from the following excerpt of a named.conf file? ____ friends { 10.10.0.0/24; 192.168.1.0/24; }; options { allow-query { friends; }; };
- Question #263
Which option in named.conf specifies which hosts are permitted to ask for domain name information from the server?
- Question #264
Which of the following are alternate DNS software packages to BIND? (Choose TWO correct answers.)
- Question #265
What option for BIND is required in the global options to disable recursive queries on the DNS server by default?
- Question #266
In a BIND zone file, what does the @ character indicate?
- Question #267
Where should the line: $TTL 86400 be placed in a BIND zone file?
- Question #268
Which BIND option should be used to limit from which IP addresses slave name servers may connect?
- Question #269
Which Apache directive is used to specify the method of authentication like e.g. None or Basic?
- Question #270
Which Apache directive will enable HTTPS protocol support?