리눅스 종료 shutdown

Jmnote (토론 | 기여)님의 2012년 5월 3일 (목) 11:06 판
shutdown

1 개요

  • /sbin에 있다.
  • 종료, 재부팅 기능. 예약 가능

2 예시1

[root@localhost ~]# shutdown
shutdown: time expected
Try `shutdown --help' for more information.

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 }}