Systemd- it is a system and service manager under which we have systemctl tool then we can take control over the processes using this utility is possible.
Systemctl - Organizing and managing processes we use systemctl.
Command to work:
$ systemctl - to see all running system services.
$ systemctl status httpd - to check the status of system services.
$ systemctl start httpd - to start a service.
$ systemctl stop httpd - to stop a running service.
$ systemctl restarr httpd - to restart the service
$ systemctl enable httpd - to enable a service after system startups.
$ systemctl disable httpd - to disable a service after boot up the system.
telegram:@noobkiddie
thanks to all❤