OS/Linux
[리눅스 명령어] shutdown
취미와 밥줄사이
2021. 12. 7. 23:34
shutdown 명령어
- 리눅스 명령어 shutdown은 halt, init과 함께 시스템을 종료하는 명령어
- shutdown은 현재 접속 중인 모든 사용자에게 시스템이 종료된다는 메시지를 보낼 수 있다.
경로
- /sbin/shutdown
사용법
shutdown [옵션] 시간[경고메시지]
REFERENCE
https://shaeod.tistory.com/603?category=540018