View
network service start / stop / restart
Ubuntu Linux user use sudo command with above Debian Linux command:
# sudo /etc/init.d/networking restart
To start Linux network service:
# sudo /etc/init.d/networking start
To stop Linux network service:
# sudo /etc/init.d/networking stop
(쉽게 service networking start / stop / restart)
Debian Linux command to reload or restart network:
# /etc/init.d/networking restart
To start Linux network service:
# /etc/init.d/networking start
To stop Linux network service:
# /etc/init.d/networking stop
RedHat Linux command to reload or restart network (login as root user):
# service network restart
OR
# /etc/init.d/network restart
To start Linux network service:
# service network start
To stop Linux network service:
# service network stop
[출처] http://theos.in/desktop-linux/tip-that-matters/how-do-i-restart-linux-network-service/
'OS > Ubuntu' 카테고리의 다른 글
Ubuntu 설치후 vi 입력 오류 수정하기 (0) | 2014.12.09 |
---|---|
Ubuntu 에서 g++컴파일러 설치 (0) | 2014.07.16 |
Ubuntu 에서 Kali 툴 설치,사용하기 (0) | 2014.05.27 |
Unity Tweak Tools missing schema in 14.04 (0) | 2014.05.17 |
Ubuntu 14.04 설치후 한글관련 몇가지 설정 (0) | 2014.05.16 |