week 2 activity 4 Enable and Disable Linux Services with Comp Tia

 Explanation

In this lab, your task is to:

  • Use the systemctl command to enable anaconda.service.
  • Use the systemctl command to disable vmtoolsd.service.
  • After each command, check the service status with the systemctl is-enabled command.

Complete this lab as follows:

  1. At the prompt, type systemctl enable anaconda.service and press Enter to enable anaconda.service.
  2. Type systemctl is-enabled anaconda.service and press Enter to check the service status.
  3. Type systemctl disable vmtoolsd.service and press Enter to disable vmtoolsd.service.
  4. Type systemctl is-enabled vmtoolsd.service and press Enter to check the service status.

Comments