Which of the following options are valid in the /etc/exports file?
Which of the following options are valid in the /etc/exports file? (Choose TWO correct answers.)
Which of the following services must be started first on an NFS server?
Which of the following services must be started first on an NFS server?
Which of the following commands can be used to list all exported file systems from a remote NFS server?
Which of the following commands can be used to list all exported file systems from a remote NFS server?
Which of the following configuration lines will export /usr/local/share/ to nfsclient with read-write access,
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?
which filesystems to make available to clients?
Which command is used to tell the NFS server which filesystems to make available to clients?
Which option within the ISC DHCPD configuration file defines the IPv4 DNS server address(es) to be sent to the
Which option within the ISC DHCPD configuration file defines the IPv4 DNS server address(es) to
be sent to the DHCP clients?
What keyword is missing in order to provide a default gateway address to clients?
Given the following section of a ISC DHCPD configuration filE.
<code>
subnet 192.168.1.0 netmask 255.255.255.0 {
…
# Set the default gateway to be used by
# the PC clients
option _____________ 192.168.1.254;
…
</code>
What keyword is missing in order to provide a default gateway address to clients?
Which of the following PAM modules will allow the system administrator to use an arbitrary file containing a l
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 available to them?
Which of the following commands is used to change user passwords in an OpenLDAP directory?
Which of the following commands is used to change user passwords in an OpenLDAP directory?
Which of these sets of entries will the following command return?
Which of these sets of entries will the following command return?
<code>
ldapsearch -x “(|(cn=marie)(!(telephoneNumber=9*)))”
</code>