LPI 202-450 Practice Test - Questions Answers, Page 7
Question 61
Which of the following services belongs to NFSv4 and does not exist in NFSv3?
Explanation:
Reference: https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/5/html/deployment_guide/ch-nfs
Question 62
Which of the following actions synchronizes UNIX passwords with the Samba passwords when the encrypted Samba password is changed using smbpasswd?
Explanation:
Reference: https://www.oreilly.com/openbook/samba/book/ch06_04.html
Question 63
In order to join a file server to the Active Directory domain intra.example.com, the following smb.conf has been created:
The command net ads join raises an error and the server is not joined to the domain. What should be done to successfully join the domain?
Question 64
FILL BLANK
In order to export /usr and /bin via NFSv4, /exports was created and contains working bind mounts to /usr and /bin. The following lines are added to /etc/exports on the NFC server:
After running mount -t nfsv4 server:/ /mnt of an NFC-Client, it is observed that /mnt contains the content of the server's /usr directory instead of the content of the NFSv4 foot folder.
Which option in /etc/exports has to be changed or removed in order to make the NFSv4 root folder appear when mounting the highest level of the server? (Specify ONLY the option name without any values or parameters.)
Question 65
What does the samba-tool testparm command confirm regarding the Samba configuration?
Explanation:
Reference: https://www.samba.org/samba/docs/current/man-html/testparm.1.html
Question 66
Select the Samba option below that should be used if the main intention is to setup a guest printer service?
Question 67
The Samba configuration file contains the following lines:
A workstation is on the wired network with an IP address of 192.168.1.177 but is unable to access the Samba server. A wireless laptop with an IP address 192.168.2.93 can access the Samba server. Additional trouble shooting shows that almost every machine on the wired network is unable to access the Samba server.
Which alternate host allow declaration will permit wired workstations to connect to the Samba server without denying access to anyone else?
Question 68
FILL BLANK
What command displays NFC kernel statistics? (Specify ONLY the command without any path or parameters.)
Explanation:
Reference: https://www.systutorials.com/docs/linux/man/8-nfsstat/
Question 69
Which keyword is used in the Squid configuration to define networks and times used to limit access to the service?
Explanation:
Reference: https://www.tecmint.com/configure-squid-server-in-linux/
Question 70
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?
Question