mirror of
https://github.com/kamranahmedse/developer-roadmap.git
synced 2025-08-19 07:31:24 +02:00
feat: add resource for linux service management (#8053)
Added hands-on resource for Linux service management. LabEx is an excellent guide which explores Linux service management through systemd and systemctl.
This commit is contained in:
@@ -16,4 +16,8 @@ sudo systemctl start sshd
|
|||||||
sudo systemctl status sshd
|
sudo systemctl status sshd
|
||||||
```
|
```
|
||||||
|
|
||||||
Managing services is a key skill in Linux system administration and essential for maintaining a secure and stable system.
|
Managing services is a key skill in Linux system administration and essential for maintaining a secure and stable system.
|
||||||
|
|
||||||
|
Learn more from the following resources:
|
||||||
|
|
||||||
|
- [@article@How to Master Linux Service Management with Systemctl](https://labex.io/tutorials/linux-how-to-master-linux-service-management-with-systemctl-392864)
|
||||||
|
Reference in New Issue
Block a user