Login or Sign Up
Logging in...
Remember me
Log in
Or
Sign Up
Forgot password or user name?
Log in with
Search in titles only
Search in Linux only
Search
Advanced Search
Forums
Product Launch
Updates
Today's Posts
Member List
Calendar
Home
Forum
Topic
Linux
Stop network service with init.d For Ubuntu
Collapse
X
Collapse
Posts
Latest Activity
Photos
Page
of
1
Filter
Time
All Time
Today
Last Week
Last Month
Show
All
Discussions only
Photos only
Videos only
Links only
Polls only
Events only
Filtered by:
Clear All
new posts
Previous
template
Next
Gabriel9999
New Member
Join Date:
Jul 2019
Posts:
15
#1
Stop network service with init.d For Ubuntu
Apr 29 '20, 02:43 PM
How can I stop the networking service by using init.d for the Ubuntu operationg system?
edizgeorgi
New Member
Join Date:
Oct 2019
Posts:
8
#2
Apr 30 '20, 12:25 PM
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
Last edited by
Rabbit
;
Apr 30 '20, 04:16 PM
.
Reason:
External link removed
Comment
Post
Cancel
lewish95
New Member
Join Date:
Mar 2020
Posts:
33
#3
Apr 30 '20, 04:34 PM
To stop and start services temporarily (Does not enable / disable them for future boots), you can type service SERVICE_NAME [action] . For example: sudo service apache2 stop (Will STOP the Apache service until Reboot or until you start it again).
Comment
Post
Cancel
Previous
template
Next
Working...
Yes
No
OK
OK
Cancel
👍
👎
☕
Comment