“Verifique se o serviço SystemCTL está executando o Linux” Respostas de código

Como verificar os serviços de execução no Linux

# For CentOS 7
systemctl
systemctl | more
systemctl | grep httpd
systemctl list-units --type service
systemctl list-units --type mount
EeroVäkiparta

Verifique se o serviço SystemCTL está executando o Linux

sudo service <name.of.service> status
Clever Capybara

Verifique se o serviço está executando o servidor

systemctl is-active --quiet service
Armandres

Respostas semelhantes a “Verifique se o serviço SystemCTL está executando o Linux”

Perguntas semelhantes a “Verifique se o serviço SystemCTL está executando o Linux”

Mais respostas relacionadas para “Verifique se o serviço SystemCTL está executando o Linux” em Shell/Bash

Procure respostas de código populares por idioma

Procurar outros idiomas de código