OS/Linux

[Linux] 리눅스 종료 명령어

Denali 2016. 4. 10. 08:22

 

즉시 종료 

# shutdown -P now

 

10분 후 종료

# shutdown -P +10

 

가짜 종료 메시지 보냄

# shutdown -k +15

 

재부팅 

# shutdown -r 23:00

 

예약된 것 취소

# shutdow -c

 

종료 

# halt - p

 

종료 

# init 0

 

로그아웃

# logout

 

 

참고 : https://www.youtube.com/playlist?list=PLVsNizTWUw7EoFNBhIdVFp9eT6P22hU1o&nohtml5=False

 

저작자표시 (새창열림)