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

잔글 (Jmnote 사용자가 Shutdown (리눅스) 문서를 리눅스 shutdown 문서로 옮겼습니다)
(차이 없음)

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

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

1 개요

  • 종료, 재부팅 기능. 예약 가능
명령어
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 }}