CompTIA
XK0-005 · Question #636
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…
The correct answer is A. systemctl unmask mariadb D. systemctl start mariadb. These commands will unmask the mariadb service, which is currently prevented from starting, and then start it normally.
Troubleshooting
Question
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? (Choose two.)
Options
- Asystemctl unmask mariadb
- Bjournalctl -g mariadb
- Cdnf reinstall mariadb
- Dsystemctl start mariadb
- Echkconfig mariadb on
- Fservice mariadb reload
How the community answered
(26 responses)- A69% (18)
- B15% (4)
- C4% (1)
- E4% (1)
- F8% (2)
Explanation
These commands will unmask the mariadb service, which is currently prevented from starting, and then start it normally.
Topics
#systemd#Service Management#Troubleshooting#Linux Commands
Community Discussion
No community discussion yet for this question.