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.)

- Asystemctl unmask mariadb (correct answer)
- Bjournalctl -g mariadb
- Cdnf reinstall mariadb
- Dsystemctl start mariadb (correct answer)
- Echkconfig mariadb on
- Fservice mariadb reload
Reveal answer & explanationHide answer
The correct answer is A, D. Option A: systemctl unmask mariadb Option D: systemctl start mariadb



