DIR Return Create A Forum - Home
---------------------------------------------------------
helwan-linux
HTML https://helwanlinux.createaforum.com
---------------------------------------------------------
*****************************************************
DIR Return to: Tutorials
*****************************************************
#Post#: 44--------------------------------------------------
🛠️ Arch Like a Boss – Lesson 2: systemctl Like a
Pro
DIR By: helwanlinux
Date: July 5, 2025, 9:15 am
---------------------------------------------------------
🛠️ Arch Like a Boss – Lesson 2: systemctl Like a
Pro
systemctl is used to manage services in a systemd-based distro
(like Helwan Linux).
✅ Start/Stop Services:
sudo systemctl start service-name
sudo systemctl stop service-name
Examples:
sudo systemctl start bluetooth
sudo systemctl stop NetworkManager
🔁 Enable/Disable at Boot:
sudo systemctl enable service-name
sudo systemctl disable service-name
📊 Check Service Status:
systemctl status service-name
🧠 Reboot the system (via systemctl!):
systemctl reboot
🔥 Power off the system:
systemctl poweroff
*****************************************************
Page 1 of 1