Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam EX200 topic 1 question 96 discussion

Actual exam question from RedHat's EX200
Question #: 96
Topic #: 1
[All EX200 Questions]

SIMULATION -
A YUM repository has been provided at http://server.domain11.example.com/pub/x86_64/Server.
Configure your system to use this location as a default repository.

Show Suggested Answer Hide Answer
Suggested Answer: See explanation below.
vim/etc/yum.repos/base.repo
[base]
name=base
baseurl= http://server.domain11.example.com/pub/x86_64/Server gpgcheck=0 enable=1

Save and Exit -
Use yum list for validation, the configuration is correct if list the package information. If the Yum configuration is not correct then maybe cannot answer the following questions.

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
PENNSHARK
3 months, 3 weeks ago
yum install http://server.domain11.example.com/pub/x86_64/Server. uname -a grubby --info=ALL (shows the repository of all kernels) grubby --set-default [the location of http://server.domain11.example.com/pub/x86_64/Server. Or path index number] reboot uname -a
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...