"리눅스 종료 shutdown"의 두 판 사이의 차이

 
(사용자 2명의 중간 판 15개는 보이지 않습니다)
1번째 줄: 1번째 줄:
;shutdown
{{다른뜻|shutdown (윈도우)}}


==개요==
==개요==
*/sbin에 있다.
;/sbin/shutdown
;shutdown
;리눅스 종료
*종료, 재부팅 기능. 예약 가능
*종료, 재부팅 기능. 예약 가능


==예시1==
;명령어
<source lang='dos'>
<source lang='bash'>
shutdown now
shutdown -h now
</source>
:→ 둘 중 하나를 하면 된다.
 
==예시 1==
<source lang='console'>
[root@localhost ~]# shutdown
[root@localhost ~]# shutdown
shutdown: time expected
shutdown: time expected
Try `shutdown --help' for more information.
Try `shutdown --help' for more information.
</source>
</source>
:→ 인수 없이 shutdown 명령어만으로는 수행되지 않음.


==예시2==
==예시 2==
<source lang='dos'>
<source lang='console'>
[root@localhost ~]# shutdown now
[root@localhost ~]# shutdown now


23번째 줄: 33번째 줄:
</source>
</source>


==예시3==
==예시 3==
<source lang='dos'>
<source lang='console'>
[root@localhost ~]# shutdown -h now
[root@localhost ~]# shutdown -h now


35번째 줄: 45번째 줄:


==같이 보기==
==같이 보기==
*[[shutdown (윈도우)]]
*[[리눅스 reboot]]
*[[리눅스 logout]]
*[[윈도우 shutdown]]
*[[리눅스 poweroff]]
*[[셧다운]]


[[분류:/sbin]]
[[분류:/sbin]]
[[분류:리눅스]]
[[분류:리눅스]]

2016년 5월 20일 (금) 16:12 기준 최신판

  다른 뜻에 대해서는 shutdown (윈도우) 문서를 참조하십시오.

1 개요[ | ]

/sbin/shutdown
shutdown
리눅스 종료
  • 종료, 재부팅 기능. 예약 가능
명령어
shutdown now
shutdown -h now
→ 둘 중 하나를 하면 된다.

2 예시 1[ | ]

[root@localhost ~]# shutdown
shutdown: time expected
Try `shutdown --help' for more information.
→ 인수 없이 shutdown 명령어만으로는 수행되지 않음.

3 예시 2[ | ]

[root@localhost ~]# shutdown now

Broadcast message from root@www.example.com
	(/dev/pts/0) at 10:53 ...

The system is going down for maintenance NOW!
[root@localhost ~]#

4 예시 3[ | ]

[root@localhost ~]# shutdown -h now

Broadcast message from root@www.example.com
	(/dev/pts/0) at 10:57 ...

The system is going down for halt NOW!
[root@localhost ~]#

5 같이 보기[ | ]

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