week 2 activity 3 Manage Linux Services with Comp Tia
Explanation
In this lab, your task is to:
- Use the systemctl command to start bluetooth.service.
- Use the systemctl command to stop bluetooth.service.
- Use the systemctl command to restart bluetooth.service.
Complete this lab as follows:
- At the prompt, type systemctl start bluetooth.service and press Enter to start bluetooth.service.
- Type systemctl stop bluetooth.service and press Enter to stop bluetooth.service.
- Type systemctl restart bluetooth.service and press Enter to restart bluetooth.service.
Comments
Post a Comment