Skip to content

systemctl

Mohamed Hassan (JOSEPH) edited this page Jun 1, 2024 · 1 revision

What is systemctl?


Usage in action: sudo systemctl <START/STOP> <SERVICE_NAME>

  • Start a service sudo systemctl start nginx

  • Stop a service sudo systemctl stop nginx

Clone this wiki locally