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:

  1. At the prompt, type systemctl start bluetooth.service and press Enter to start bluetooth.service.
  2. Type systemctl stop bluetooth.service and press Enter to stop bluetooth.service.
  3. Type systemctl restart bluetooth.service and press Enter to restart bluetooth.service.

Comments