제목은 모든 것을 말합니다 : 실행 shutdown -r
과 reboot
? 의 차이점은 무엇입니까 ?
답변
둘 다 같은 작업을 수행하지 않습니다.
해당 매뉴얼 페이지에서 :
남자reboot
:
reboot, halt, poweroff
These programs allow a system administrator to reboot, halt or poweroff the system.
Requests that the system be rebooted after it has been brought down.
에 대한 -f
옵션이 없으면 reboot
신호 15를 전송하여 모든 프로세스를 정상적으로 종료합니다. 그러나를 사용 reboot -f
하면 인수가 전달 된 reboot(2)
시스템 호출 자체 가 호출되고 시스템이 REBOOTCOMMAND
직접 재부팅됩니다.
에서 유닉스와 리눅스에 대한 비슷한 질문 :
내부적으로을 reboot
사용합니다 shutdown -r
.