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?
Which of the following commands will NOT update the Modify timestamp on the file /tmp/myfile.txt?
Which of the following commands will NOT update the Modify timestamp on the file
/tmp/myfile.txt?
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?
what vi command will copy (but not paste) from the current line at the cursor and the following 16 lines (17 l
CORRECT TEXT
In the vi editor, what vi command will copy (but not paste) from the current line at the cursor and
the following 16 lines (17 lines total)? Enter the correct vi command without spaces.
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 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?
what single command with no options or parameters will bring the vi process to the foreground?
CORRECT TEXT
An administrator has sent their current vi process with a PID of 1423 to the background on the
command line. Assuming no other processes are in the background, what single command with no
options or parameters will bring the vi process to the foreground?
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>
Which command will remove the directory?
Bob accidentally created the subdirectory \bobsdir in his home directory. He tried to remove the
subdirectory with the command rmdir \bobsfile only to receive the error, “No such file or directory.”
Which command will remove the directory?
Which of the following is correct about this excerpt from an LDIF file?
Which of the following is correct about this excerpt from an LDIF file?
<code>
dn: cn=PrintOperators,ou=Groups,ou=IT,o=BR
</code>