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

45번째 줄: 45번째 줄:


==같이 보기==
==같이 보기==
*[[shutdown (윈도우)]]
*[[reboot]]
*[[logout]]
*[[logout]]
*[[윈도우 shutdown]]


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

2013년 11월 17일 (일) 14:43 판

  다른 뜻에 대해서는 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 }}