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.
Which three statements describe the Unbreakable Enterprise Kernel (UEK)?
A. The UEK contains proprietary Linux Kernel enhancements only available to Oracle Linux.
B. The UEK is available for x86 (32 bit), x86-64 (64 bit), ARM 32 bit, and ARM 64 bit servers.
C. Existing applications run unchanged with the UEK in place because all system libraries remain unchanged.
D. The UEK has more recent kernel enhancements for features like power management than the Red Hat Compatible Kernel.
E. The UEK has ASMlib included by default.
Identify three valid modes for SELinux.
A. Disabled
B. Enforcing
C. Running
D. Permissive
E. Enabled
F. High_level
G. Label_only
Examine the sar command below. Your Oracle Linux system has one CPU. What does the runq- sz column of this output convey about your system?
A. CPU is bottleneck because the run queue size is greater than the number of CPUs on your system.
B. The average of three processes are only using the CPU on your system and hence the CPU is not a bottleneck.
C. CPU is not a bottleneck because the run queue size indicates the number of CPU bound processes on your system.
D. CPU is a bottleneck because the run queue size indicates that adequate memory is not allocated.
Which two statements are correct about the Oracle ASMLib library?
A. Oracle ASMLib is an optional support library for the Automatic Storage Management (ASM) feature.
B. To use ASMLib library, you have to recompile it first for the Unbreakable Enterprise Kernel.
C. Oracle Automatic Storage management (ASM) requires Oracle ASMLib library to function completely.
D. Oracle ASMLib kernel driver is included in the Unbreakable Kernel.
Which two statements describe Oracle ksplice?
A. Ksplice actively applies kernel errata updates to the on-disk image and after a subsequent reboot changes take effect.
B. Ksplice can be used to update Oracle Database software installed on a running Oracle Linux system.
C. Ksplice actively applies kernel errata updates to the running Oracle Linux kernel image.
D. Ksplice only works with the Red Hat Compatible Kernel.
E. Ksplice allows customers to remain current with their OS vulnerability patches while at the same time minimizing downtime.
Which two statements describes the capabilities of Oracle Manager Ops Center product?
A. Oracle Enterprise Manager Ops Center can provide management services for Oracle Linux servers.
B. Oracle Enterprise Manager Ops Center provides management services only for Oracle Solaris operating system and SPARC servers.
C. Oracle Enterprise Manager Ops Center contains tools to debug Oracle Linux kernel dump files.
D. Oracle Enterprise Manager Ops Center includes built-in integration with My Oracle Support with automatic servers request generation.
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
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
Describe Oracle's Unbreakable Linux Network (ULN).
A. A complete resource for the Linux community to obtain Linux software for Oracle and RedHat Linux
B. A forum site to discuss Linux issues that is moderated by Oracle Linux experts
C. A collection of Linux documentation and sites to download software and updates
D. A comprehensive resource for Oracle Linux support subscribers that offers access to Linux software patches, updates, and fixes.