In this post we will be discussing about systemctl service manager
the general syntax of the command takes the format as given below....
Similarly you can replace the status with the values furnished above....
The following is the command to stop the service
If you would like to know the entire details of systemctl manager... you can use the command line....
the general syntax of the command takes the format as given below....
> sudo systemctl <status> <service-name.service>the status from the above format can be different, I would like to mention some of them here
- start
- stop
- enable
- disable
- and so on....
> sudo systemctl start mysql
Similarly you can replace the status with the values furnished above....
The following is the command to stop the service
> sudo systemctl stop mysqlTo enable the service, use the following command
> sudo systemctl enable mysqlTo disable the service, the command takes the following format...
> sudo systemctl disable mysqlThe mentioned above are some of the options included in SYSTEMCTL service manager tool....
If you would like to know the entire details of systemctl manager... you can use the command line....
> systemctl --help
No comments:
Post a Comment