What is systemctl and how to use it for service control explained in tamil

Опубликовано: 20 Август 2026
на канале: Noob kiddie
538
16

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❤