Uploaded April 2022 | Updated September 2026, 2 weeks ago
In this video we cover system services (daemons) in a Rocky Linux VM running on Hyper-V with Vagrant and a Windows 11 host. We cover how to list information about the services, start, stop, disable and enabled them.
#linux #bash #services #terminal
https://itvraag.nl
Timestamp:
0:00 Intro
0:29 Linux boot sequence
0:43 System services overview
1:16 list all services
2:01 list enabled and running services
2:27 list devices with systemctl
2:43 list services with grep
2:52 service details and status
3:14 stop services
3:38 start services
3:49 disable services
4:16 enable services
Related video:
Vagrant with Hypver-V: youtu.be/HNsdfTRfnig
Bash #1 - Basics: youtu.be/C-HwzPVLo1c
Windows 11 terminal PRO tips: youtu.be/0NBYBOGalO4
Used links and commands:
systemctl
systemctl list-unit-files -at service
systemctl list-units -at service
systemctl list-units -t service --state running
systemctl list-units -at device
systemctl list-units | grep service
systemctl list-units | grep device
systemctl cat sshd
systemctl status sshd
sudo systemctl stop crond
systemctl status crond
sudo systemctl start crond
systemctl status crond
sudo systemctl disable crond
systemctl status crond
sudo systemctl stop crond
sudo systemctl enable crond
systemctl status crond
sudo systemctl start crond
In this video we cover system services (daemons) in a Rocky Linux VM running on Hyper-V with Vagrant and a Windows 11 host. We cover how to list information about the services, start, stop, disable and enabled them.
#linux #bash #services #terminal
https://itvraag.nl
Timestamp:
0:00 Intro
0:29 Linux boot sequence
0:43 System services overview
1:16 list all services
2:01 list enabled and running services
2:27 list devices with systemctl
2:43 list services with grep
2:52 service details and status
3:14 stop services
3:38 start services
3:49 disable services
4:16 enable services
Related video:
Vagrant with Hypver-V: youtu.be/HNsdfTRfnig
Bash #1 - Basics: youtu.be/C-HwzPVLo1c
Windows 11 terminal PRO tips: youtu.be/0NBYBOGalO4
Used links and commands:
systemctl
systemctl list-unit-files -at service
systemctl list-units -at service
systemctl list-units -t service --state running
systemctl list-units -at device
systemctl list-units | grep service
systemctl list-units | grep device
systemctl cat sshd
systemctl status sshd
sudo systemctl stop crond
systemctl status crond
sudo systemctl start crond
systemctl status crond
sudo systemctl disable crond
systemctl status crond
sudo systemctl stop crond
sudo systemctl enable crond
systemctl status crond
sudo systemctl start crond










