You have to mount the Oracle Linux ISO image file OracleLinux R6 U2 Server X86_64- dvd.iso to the / media/cdrom mount point. Which command will help you mount the Oracle Linux ISO image file?
A. # mount OracleLinux R6 U2 Server X86_64-dvd.iso /media/cdrom
B. # mount t DVD OracleLinux R6 U2-Server-X86_64-DVD.iso/media/cdrom
C. # mount /dvd/OracleLinux -R6 -U2- Server=X86_64-dvd.iso /media/cdrom/OracleLinux-R6- UI-ServerX86_64-dvd.iso
D. # mount 0 ro, loop oracleLinux R6 U2 Server X86_64 dvd.iso /media/cdrom
Examine the following commands: # groupadd project # mkdir /usr/share/project # chown R root.project /usr/share/project # qpasswd a scott project # qpasswd a foo project # chmod 2775 /usr/share/project
Based on the commands, which statement is correct?
A. Any new file created in the /usr/share/project folder by user scott will not be possible for foo to modify it.
B. All members of the project group need the administrator's help to change the file permission every time users write new files in the /usr/share/project folder.
C. Files created by all members of the project group in the /usr/share/project folder will get the same group permission as the folder itself.
D. The chmod command can only take a tree-digit argument.
The change that are made by using echo command, like the one shown in the example below, are not persistent and disappear when the system us restarted. Which file should be modified to make configuration changes across reboots?
# echo www.example.com > /proc/sys/kernel/hostname
A. /etc/sys/sysct1.conf
B. /etc/sysconfig.conf
C. /etc/sysct1.conf
D. /proc/sysct1.conf
As a root user, you executed the following command on your Oracle Linux 6 server:
[root@host] # strace - o /tmp/diag.out sh diag.sh
Which statement describes the purpose of this command?
A. It collects the memory and swap space metrics when the diag.sh scripts runs.
B. It collects the operating system metrics when the diag.sh script runs.
C. It records the memory usage and CPU usage information of the processes when the diah.sh script runs.
D. It records the system calls, which are called by the processes when the diag.sh script runs.
Which yum command will you use if you want to find out the name of the package that has the /etc/
sysconfig/nfs file?
A. # yum info /etc/sysconfig/nfs
B. # yum search /etc/sysconfig/nfs
C. # yum list installed | grep /etc/sysconfig/nfs
D. # yum check /etc/sysconfig/nfs
Which three statements are true about the Kickstart installation method?
A. The Kickstart installation method helps to speed boot time after the system restarts.
B. A Kickstart file is created for every installation.
C. The Kickstart Configurator can be used to create or make changes to a kickstart file.
D. The Kickstart method allows for unattended and more standardized installations.
E. The Kickstart method of configuration is performed after the installation of the host operating system.
A system administrator wants to view all running processes on the system in real time, to find out what RAM has been allocating to each process. What system command should be used?
A. ps ef
B. ps ax
C. top
D. meminfo
What are the two benefits of configuring network interface bonding?
A. aggregating two or more Network Interfaces (NICs) to act as one logical interface
B. creating a static address that is bound to one NIC
C. providing either failover or load-balancing to two or more Network Interfaces (NICs)
D. binding a network interface to the embedded firewall (IPTables) for port filtering
View the cron job example below. How often will this cron job run? 0 */ 5 * * * command
A. every 5 minutes
B. every 5 hours
C. every 5 days
D. every 5th month
You found a message on a public discussion forum mentioning a Vulnerability (for example, CVE-20065794), which could affect some versions of OpenSSH in Linux distribution. Identify the command that would allow you to see whether this CVE has been applied.
A. rpm q changelog openssh | grep 5794
B. yum listcvew openssh
C. rpm -qa | grep openssh | grep 5794
D. yum sec -list cves