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

잔글 (로봇: 자동으로 텍스트 교체 (-<source lang='dos'> +<source lang='cli'>))
49번째 줄: 49번째 줄:
*[[윈도우 shutdown]]
*[[윈도우 shutdown]]
*[[리눅스 poweroff]]
*[[리눅스 poweroff]]
*[[셧다운]]


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

2016년 2월 29일 (월) 10:18 판

  다른 뜻에 대해서는 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 같이 보기