linux_wiki:start_stop_and_check_the_status_of_network_services

This is an old revision of the document!


Start Stop And Check The Status Of Network Services

General Information

About this page/how-to/script.


Objective could mean the network service or an actual service that uses network resources.

Start Network Service

systemctl start network.service
systemctl start httpd

Stop Network Service

systemctl stop network.service
systemctl stop httpd

Check Status of Network Service

systemctl status network.service
systemctl is-enabled network.service
systemctl status httpd

Enable at boot

systemctl enable httpd

  • linux_wiki/start_stop_and_check_the_status_of_network_services.1456799337.txt.gz
  • Last modified: 2019/05/25 23:50
  • (external edit)