리눅스 종료 shutdown

Jmnote bot (토론 | 기여)님의 2015년 2월 6일 (금) 04:21 판 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
  다른 뜻에 대해서는 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 같이 보기