202-450 Exam Questions
302 real 202-450 exam questions with expert-verified answers and explanations. Page 4 of 7.
- Question #216210 File Sharing
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...
Sambahosts allowhosts denyaccess control - Question #217210 File Sharing
Which of the following Samba configuration parameters is functionally identical to the parameter read only=yes?
Sambaread onlywriteableshare permissions - Question #218210 File Sharing
Which of the following are Samba security modes or levels? (Choose TWO correct answers.)
Sambasecurity modesadsshare mode - Question #219210 File Sharing
What does the testparm command confirm regarding Samba configuration?
Sambatestparmsmb.confconfiguration validation - Question #220210 File Sharing
Select the Samba option below that should be used if the main intention is to setup a guest printer service?
Sambaprinter sharingguest servicesecurity levels - Question #221210 File Sharing
Which server program will understand and can reply to NetBIOS name service requests?
NetBIOSnmbdname serviceSamba - Question #222210 File Sharing
Which of the following options are valid in the /etc/exports file? (Choose TWO correct answers.)
NFS/etc/exportsexport optionsfile sharing - Question #223210 File Sharing
Which of the following services must be started first on an NFS server?
NFSportmaprpcbindservice startup order - Question #224210 File Sharing
Which of the following commands can be used to list all exported file systems from a remote NFS server?
NFSshowmountremote exportsfile sharing - Question #225210 File Sharing
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?
NFS exports/etc/exportssync optionrw permissions - Question #226210 File Sharing
Which command is used to tell the NFS server which filesystems to make available to clients?
NFSexportfsserver configurationfile sharing - Question #227211 Network Client Management
Which option within the ISC DHCPD configuration file defines the IPv4 DNS server address(es) to be sent to the DHCP clients?
DHCPISC DHCPDDNS server optiondomain-name-servers - Question #228211 Network Client Management
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 ______...
DHCPISC DHCPDdefault gatewayrouters option - Question #229213 System Security
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...
PAMpam_limitsresource restrictionssystem security - Question #230211 Network Client Management
Which of the following commands is used to change user passwords in an OpenLDAP directory?
OpenLDAPldappasswddirectory passwordsLDAP tools - Question #231211 Network Client Management
Which of these sets of entries will the following command return? ldapsearch -x "(|(cn=marie)(!(telephoneNumber=9*)))"
ldapsearchLDAP filtersboolean operatorssearch syntax - Question #232211 Network Client Management
Which of the following is correct about this excerpt from an LDIF file? dn: cn=PrintOperators,ou=Groups,ou=IT,o=BR
LDIFdistinguished namecommon nameLDAP schema - Question #233211 Network Client Management
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?
OpenLDAPslapd.confACLrootdn - Question #234211 Network Client Management
If no ACL lines are included in slapd.conf, what is the default behavior of slapd?
OpenLDAPACLdefault accessslapd - Question #235211 Network Client Management
Select the INCORRECT statement regarding the LDIF file format:
LDIFfile formatencodingLDAP data interchange - Question #236211 Network Client Management
A private OID to be used with OpenLDAP should be obtained for a company when:
OpenLDAPOIDcustom schemaLDAP schema - Question #238211 Network Client Management
If there is no access directive, what is the default setting for OpenLDAP?
OpenLDAPaccess directivedefault ACLanonymous access - Question #239211 Network Client Management
By default OpenLDAP logs via syslogd. What is the slapd.conf file directive to have the LDAP logs written to /var/log/ldap.log?
OpenLDAPslapd.conflogfile directivelogging - Question #240212 E-Mail Services
Which configuration parameter on a Postfix server modifies only the sender address and not the recipient address?
Postfixsender_canonical_mapsaddress rewritingMTA configuration - Question #241212 E-Mail Services
In the main Postfix configuration file, how are service definitions continued on the next line?
Postfixmain.cfconfiguration syntaxline continuation - Question #242212 E-Mail Services
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...
Postfixopen relaySMTP restrictionsemail security - Question #245212 E-Mail Services
Which format, for storing user e-mail, uses the directories tmp, cur and new in order to solve reliability problems in other storage formats?
maildiremail storage formatmboxreliability - Question #246212 E-Mail Services
Which setting in the Courier IMAP configuration file will tell the IMAP daemon to listen only on the localhost interface?
Courier IMAPIMAP daemonlocalhost bindingconfiguration - Question #247213 System Security
When the default policy for the netfilter INPUT chain is set to DROP, why should a rule allowing traffic to localhost exist?
netfilteriptablesINPUT chainlocalhost traffic - Question #248213 System Security
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...
packet forwardingsysctl.confIPv4kernel parameters - Question #249210 File Sharing
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...
vsftpdchroot jailshared librariesFTP - Question #250210 File Sharing
In order to prevent all anonymous FTP users from listing uploaded file names, what security precaution can be taken when creating an upload directory?
anonymous FTPdirectory permissionsupload directorysecurity - Question #251210 File Sharing
Which of the following actions should be considered when a FTP chroot jail is created? (Choose THREE correct answers.)
chroot jailFTP/etc/passwd/dev directory - Question #252213 System Security
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.)
sshdSSH securityPermitRootLoginProtocol version - Question #253213 System Security
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?
X11 forwardingsshd configurationSSHX connections - Question #256213 System Security
For what purpose is TCP/IP stack fingerprinting used by nmap?
nmapOS fingerprintingTCP/IP stacknetwork scanning - Question #257210 File Sharing
Which of the following files needs to be changed in order to enable anonymous FTP logins with vsftpd?
vsftpdanonymous FTPconfiguration file/etc/vsftpd.conf - Question #258213 System Security
What information can be found in the file specified by the status parameter in an OpenVPN server configuration file? (Choose TWO correct answers.)
OpenVPNstatus fileVPN routingconnected clients - Question #259213 System Security
What types of virtual network devices does OpenVPN use for connections? (Choose TWO correct answers.)
OpenVPNtap devicetun devicevirtual network interfaces - Question #260213 System Security
What is the standard port used by OpenVPN?
OpenVPNport 1194VPNnetwork port - Question #261213 System Security
What option in the client configuration file would tell OpenVPN to use a dynamic source port when making a connection to a peer?
OpenVPNnobinddynamic source portclient configuration - Question #262208 Domain Name Server
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; }; };
named.confACLaccess control listBIND - Question #263208 Domain Name Server
Which option in named.conf specifies which hosts are permitted to ask for domain name information from the server?
named.confallow-queryDNS access controlBIND - Question #264208 Domain Name Server
Which of the following are alternate DNS software packages to BIND? (Choose TWO correct answers.)
BIND alternativesdjbdnsdnsmasqDNS software - Question #265208 Domain Name Server
What option for BIND is required in the global options to disable recursive queries on the DNS server by default?
BIND configurationrecursive queriesnamed.confDNS security - Question #266208 Domain Name Server
In a BIND zone file, what does the @ character indicate?
zone file syntax@ symbolzone nameBIND - Question #267208 Domain Name Server
Where should the line: $TTL 86400 be placed in a BIND zone file?
zone file syntax$TTL directiveBINDDNS records - Question #268208 Domain Name Server
Which BIND option should be used to limit from which IP addresses slave name servers may connect?
zone transferallow-transferBIND securityslave name server - Question #269209 Web Services
Which Apache directive is used to specify the method of authentication like e.g. None or Basic?
Apache authenticationAuthTypeHTTP Basic Authweb server - Question #270209 Web Services
Which Apache directive will enable HTTPS protocol support?
Apache SSLSSLEngineHTTPSweb server configuration