잔글 (Jmnote님이 리눅스 네트워크 재시작 service network restart 문서를 리눅스 네트워크 재시작 문서로 이동하면서 넘겨주기를 덮어썼습니다) |
Jmnote bot (토론 | 기여) 잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight )) |
||
3번째 줄: | 3번째 줄: | ||
==방법 1== | ==방법 1== | ||
< | <syntaxhighlight lang='console'> | ||
[root@localhost ~]# service network restart | [root@localhost ~]# service network restart | ||
Shutting down interface eth0: [ OK ] | Shutting down interface eth0: [ OK ] | ||
9번째 줄: | 9번째 줄: | ||
Bringing up loopback interface: [ OK ] | Bringing up loopback interface: [ OK ] | ||
Bringing up interface eth0: [ OK ] | Bringing up interface eth0: [ OK ] | ||
</ | </syntaxhighlight> | ||
==방법 2== | ==방법 2== | ||
< | <syntaxhighlight lang='console'> | ||
[root@localhost ~]# /etc/init.d/network restart | [root@localhost ~]# /etc/init.d/network restart | ||
Shutting down interface eth0: [ OK ] | Shutting down interface eth0: [ OK ] | ||
18번째 줄: | 18번째 줄: | ||
Bringing up loopback interface: [ OK ] | Bringing up loopback interface: [ OK ] | ||
Bringing up interface eth0: [ OK ] | Bringing up interface eth0: [ OK ] | ||
</ | </syntaxhighlight> | ||
==같이 보기== | ==같이 보기== |
2024년 8월 14일 (수) 02:17 판
1 개요
- 리눅스 네트워크 재시작 service network restart
2 방법 1
Console
Copy
[root@localhost ~]# service network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
3 방법 2
Console
Copy
[root@localhost ~]# /etc/init.d/network restart
Shutting down interface eth0: [ OK ]
Shutting down loopback interface: [ OK ]
Bringing up loopback interface: [ OK ]
Bringing up interface eth0: [ OK ]
4 같이 보기
편집자 Jmnote Jmnote bot
로그인하시면 댓글을 쓸 수 있습니다.