"리눅스 네트워크 재시작"의 두 판 사이의 차이

잔글 (Jmnote님이 리눅스 네트워크 재시작 service network restart 문서를 리눅스 네트워크 재시작 문서로 이동하면서 넘겨주기를 덮어썼습니다)
잔글 (봇: 자동으로 텍스트 교체 (-</source> +</syntaxhighlight>, -<source +<syntaxhighlight ))
3번째 줄: 3번째 줄:


==방법 1==
==방법 1==
<source lang='console'>
<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  ]
</source>
</syntaxhighlight>


==방법 2==
==방법 2==
<source lang='console'>
<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  ]
</source>
</syntaxhighlight>


==같이 보기==
==같이 보기==

2024년 8월 14일 (수) 02:17 판

1 개요

리눅스 네트워크 재시작 service network restart

2 방법 1

[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

[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 같이 보기

문서 댓글 ({{ doc_comments.length }})
{{ comment.name }} {{ comment.created | snstime }}