1Z0-100 · Question #101
Examine this sequence of commands and output: [root@FARAWAY ~] # cat /etc/oracle-release Oracle Linux Server release 6.1 [root@FARAWAY ~]# rpm -qa oraclelinux…
The correct answer is C. It is not possible to determine which kernel is running. E. The oracle-release package contains both Oracle and Red Hat release metadata. See the full explanation below for the reasoning.
Question
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?
Options
- AThe system has Oracle Linux 6 installed and the Red Hat compatible kernel is running.
- BThe system has Oracle Linux 6 installed and the Oracle Unbreakable Enterprise kernel Is
- CIt is not possible to determine which kernel is running.
- DThis system has been booted at least once, with the Red Hat-compatible kernel and once with the
- EThe oracle-release package contains both Oracle and Red Hat release metadata.
How the community answered
(35 responses)- A6% (2)
- B14% (5)
- C74% (26)
- D6% (2)
Community Discussion
No community discussion yet for this question.