Linux Service Start

[Solved] Linux Service Start | Shell - Code Explorer | yomemimo.com
Question : stop linux service

Answered by : pepe-gonzlez

sudo service httpd start
​sudo service httpd stop
​sudo service httpd restart

Source : https://www.techrepublic.com/article/how-to-start-stop-and-restart-services-in-linux/ | Last Update : Fri, 20 Aug 21

Question : linux service start

Answered by : tiago-frana

/etc/init.d/nginx start

Source : | Last Update : Mon, 13 Jun 22

Answers related to linux service start

Code Explorer Popular Question For Shell