TechRepublic|Forums|Linux
by samueltarcin9999 · about 3 years, 5 months ago
Tags: Operating Systems, Operating systems
How can I stop the networking service by using init.d for the Ubuntu operationg system?
You are posting a reply to: Stop network service with init.d For Ubuntu
Subject title
Track this discussion and email me when there are updates
The posting of advertisements, profanity, or personal attacks is prohibited. Please refer to our Community FAQs for details. All submitted content is subject to our Terms of Use.
In reply to Stop network service with init.d For Ubuntu
There are different ways. You can also use the systemd but as you are asking for init.d use the following command. sudo /etc/init.d/networking start Reference: https://www.poftut.com/start-stop-restart-networking-linux/