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:
- At the prompt, type systemctl enable anaconda.service and press Enter to enable anaconda.service.
- Type systemctl is-enabled anaconda.service and press Enter to check the service status.
- Type systemctl disable vmtoolsd.service and press Enter to disable vmtoolsd.service.
- Type systemctl is-enabled vmtoolsd.service and press Enter to check the service status.
Comments
Post a Comment