An administrator has just configured an OpenVPN client. Upon starting the service, the following message is displayed: TLS Error: TLS key negatiation failed to occur within 60 seconds Which of the following statements is true?
An unprivileged user issued a command which produced the following log message:
avc: denied { getattr } for pid=984 exe=/usr/bin/vim path=/etc/shadow dev=03:01 ino=134343
scontext=hugh:user_r:user_t tcontext=system_u:object:shadow_t tclass=file
What does the message mean?
The local system administrator has created a configuration entry for apache version 2 that isn't working. What is wrong with the following configuration?
AuthName Members
AuthType Basic
AuthUserFile /www/passwd
The system administrator is keeping local configuration file changes in RCS. What command will commit the file RCS revision control AND keep a local, unlocked copy of the latest version of the file?
What is the syntax error in the following simple Puppet configuration file?
class test_class {
file { "/tmp/test.txt":
mode => 600,
owner => root,
group => root
}
}
# Define the node
node testclient {
isa test_class
}