Stop network service with init.d For Ubuntu

Gabriel9999

Member
Joined
Mar 12, 2019
Messages
38
Reaction score
4
Credits
130
How can I stop the networking service by using init.d for the Ubuntu operationg system?
 


To start networking service, enter :
$ sudo /etc/init.d/networking start
OR
$ sudo service networking start

To stop networking service, enter:
$ sudo /etc/init.d/networking stop
OR
$ sudo service networking stop
 
init.d will eventually be deprecated. Any reason it "has" to be init.d ?
 

Members online


Top