You can check the process id for specific service by using following command from your command prompt.
root@admin[]#pidof service_name
For example we need to check process id for mysql service
root@admin[]#pidof mysql
16140
You can check the process id for specific service by using following command from your command prompt.
root@admin[]#pidof service_name
For example we need to check process id for mysql service
root@admin[]#pidof mysql
16140
Copyright © 2023 Kaizen Software Solutions. All rights reserved.