linux_wiki:start_stop_and_check_the_status_of_network_services

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

linux_wiki:start_stop_and_check_the_status_of_network_services [2016/02/29 21:28]
billdozor created
linux_wiki:start_stop_and_check_the_status_of_network_services [2019/05/25 23:50]
Line 1: Line 1:
-====== 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 
-<code bash> 
-systemctl start network.service 
-systemctl start httpd 
-</code> 
- 
-Stop Network Service 
-<code bash> 
-systemctl stop network.service 
-systemctl stop httpd 
-</code> 
- 
-Check Status of Network Service 
-<code bash> 
-systemctl status network.service 
-systemctl is-enabled network.service 
-systemctl status httpd 
-</code> 
- 
-Enable at boot 
-<code bash> 
-systemctl enable httpd 
-</code> 
- 
----- 
- 
  
  • linux_wiki/start_stop_and_check_the_status_of_network_services.txt
  • Last modified: 2019/05/25 23:50
  • (external edit)