nerdexam
Oracle

1Z0-100 · Question #45

Examine the channel specification in the /etc/yum.repos.d/public-yum-016.repo file: # head -6 /etc/yum.repos.d/public-yum-016.repo [016_latest] Name=Oracle Linux $releasever Latest ($basearch)…

The correct answer is C. By default, YUM will not use this channel but this can be overridden on the command line. See the full explanation below for the reasoning.

Question

Examine the channel specification in the /etc/yum.repos.d/public-yum-016.repo file:

head -6 /etc/yum.repos.d/public-yum-016.repo [016_latest] Name=Oracle Linux $releasever Latest ($basearch) yum.oracle.com/repo/oracleLinux/OL6/latest/$basearch/ Gpgcheck=1 Enabled=0 What is the effect of the enabled=0 setting?

Options

  • AThis channel is disabled and cannot be used by YUM at all.
  • BThis channel will not be used by YUM when searching for packages.
  • CBy default, YUM will not use this channel but this can be overridden on the command line.
  • DThis channel will not be used by YUM when it searches for packages, but YUM will check if

How the community answered

(46 responses)
  • A
    4% (2)
  • B
    11% (5)
  • C
    78% (36)
  • D
    7% (3)

Community Discussion

No community discussion yet for this question.

Full 1Z0-100 Practice