Question 41
The SSHD service is controlled by the script in /etc/init.d/sshd, part of which is shown here:
[root@FAROUT ~] cat /etc/init.d/sshd # !/bin/bash # # sshdStart up the OpenSSH server daemon # # chkconfig: 23455525 # description: SSH is a protocol for secure remite shell access. \ # This service starts up the Open SSH server daemon. #
You issue chkconfig commands to change the sshd service:
[root@FAROUT ~] # chkconfig sshd off [root@FAROUT ~] # chkconfig sshd reset
What is the result of the two commands issued?
Question 42
Examine this sequence of commands and output:
[root@FARAWAY ~] # cat /etc/oracle-release
Oracle Linux Server release 6.1
[root@FARAWAY ~]# rpm -qa oraclelinux*
Oraclelinux-release-noted-6Server-5.x86_64
Oraclelinux-release-6Server-1.0.2.x86_64
[root@FARAWAY ~] # rpm -qa rehat-release*
[root@FARAWAY ~] #
[root@FARAWAY ~] # rpm -qf /etc/oracle-release
Oraclelinux-release-6Server-1.0.2.x86_64
[root@FARAWAY ~] rpm -qf /etc/redhat-release
Oraclelinux-release-6Server-1.0.2.x86_64
Which two can be determined from this output?
Question 43
What is the purpose of setting USERCTL=yes In an interface configuration file located in
/etc/sysconfig/network-scripts? (Choose the best answer.)
Question 44
You attempt to create a new user on Oracle Linux with nothing but a username:
useradd goodbred
Which three statements are true? (Choose three.)
Question 45
Which two conditions should be met in order to successfully configure an openssh client on Oracle Linux?
