ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 198 - XK0-005 discussion

Report
Export

A Linux administrator is trying to start the database service on a Linux server but is not able to run it. The administrator executes a few commands and receives the following output:

Which of the following should the administrator run to resolve this issue? (Select two).

A.
systemctl unmask mariadb
Answers
A.
systemctl unmask mariadb
B.
journalctl ---g mariadb
Answers
B.
journalctl ---g mariadb
C.
dnf reinstall mariadb
Answers
C.
dnf reinstall mariadb
D.
systemctl start mariadb
Answers
D.
systemctl start mariadb
E.
chkconfig mariadb on
Answers
E.
chkconfig mariadb on
F.
service mariadb reload
Answers
F.
service mariadb reload
Suggested answer: A, D

Explanation:

These commands will unmask the mariadb service, which is currently prevented from starting, and then start it normally. The other commands are either not relevant, not valid, or not sufficient for this task. For more information on how to manage masked services with systemctl, you can refer to the web search result1.

asked 02/10/2024
Tomas Ojeda
41 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first