ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 363 - SK0-005 discussion

Report
Export

A server technician is installing application updates on a Linux server. When the technician tries to install a MySQL update, the GUI displays the following error message: AVC denial. Which of the following should the technician do for the MySQL update to install?

A.
Download the update manually and run a checksum utility to verify file integrity.
Answers
A.
Download the update manually and run a checksum utility to verify file integrity.
B.
Issue the setenforce 0 command.
Answers
B.
Issue the setenforce 0 command.
C.
Create a firewall rule to allow port 3306 through the firewall.
Answers
C.
Create a firewall rule to allow port 3306 through the firewall.
D.
Issue the yum -y update mysql command.
Answers
D.
Issue the yum -y update mysql command.
Suggested answer: B

Explanation:

The AVC denial error message indicates that SELinux (Security-Enhanced Linux) is preventing the MySQL update from installing. SELinux is a security module that enforces mandatory access control policies on Linux systems. To install the MySQL update, the technician should issue the setenforce 0 command, which temporarily disables SELinux enforcement until the next reboot. Downloading the update manually, creating a firewall rule, or issuing the yum -y update mysql command will not resolve the error. Reference: [CompTIA Server+ Certification Exam Objectives], Domain 4.0: Server Administration, Objective 4.3: Given a scenario, troubleshoot server issues using appropriate tools.

asked 02/10/2024
Misael E
37 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first