728x90
# shutdown -H now
will halt the system - meaning the system will shutdown and at the end stop at a screen with the last message beeing something like "System halted".
# shutdown -P now
will power off the system - meaning the system will shutdown and at the end power off (only possible if the system actually supports it but most systems I know have for quite a while now)
# shutdown -h now
will only halt or power off the system depending on what's the default on that system (can sometimes be changed in BIOS)
728x90
'리눅스' 카테고리의 다른 글
php sockets 동적 모듈 추가 (phpize) (0) | 2017.06.08 |
---|---|
윈도우기반 리눅스 VMware 네트워크 설정 (0) | 2017.05.28 |
sftp 파일 전송 shell script (0) | 2017.03.09 |
리눅스 파일/디렉토리 구조 (0) | 2017.03.09 |
[CentOS] 실수로 MySQL DB를 삭제한 경우 복구방법 (0) | 2016.11.04 |