You cannot see this page without javascript.

진주성 블로그 방문하기

기술문서 OS 별 shutdown 명령어

2017.08.23 23:21

구피천사 조회 수:146

# AIX

Shutdown
 shutdown        ( 60 sec)shutdown now (shutdown  60 sec)
  > shutdown 명령만 실행시 mount 연결이 정상적으로 끊기지 않아 무기한 대기상태에 빠질수 있음.
  > 아래의 -F 옵션을 붙이길 권장
 shutdown -F     (force shutdown)

Reboot
 shutdown -r     (reboot and flush cache to disk)
 shutdown -Fr     (force reboot)
 reboot         (Not flush cache to disk)

 

# HP

Shutdown
 shutdown -hy 0 (Force shutdown  0 sec)
 init 0

Reboot
 shutdown -ry 0 (Force restart  0 sec)
 reboot

 

# Solaris

Shutdown
 shutdown -i5 -y -g0
 sync;sync;init 5
 poweroff

Reboot
 shutdown -i6 -y -g0
 sync;sync;init 6
 reboot

 

# Linux

Shutdown
 shutdown -h now (Force shutdown  0 sec)
 init 0
 halt
 poweroff

Reboot
 shutdown -r now (Force restart  0 sec)
 reboot
 init 6
 

번호 제목 날짜 조회 수
50 개인정보 피해방지 10계명 2017.12.29 154
49 포트스켄 2017.11.01 148
» OS 별 shutdown 명령어 2017.08.23 146
47 접근통제 참조모델 2017.11.07 143
46 시만텍 ssr 백업 file 2017.08.23 141
45 어플리케이션 보안 file 2017.11.01 133
44 Ftp passive mode file 2017.08.24 132
43 DNS (Domain Name Service) file 2017.11.01 129
42 Ipsec for windows file 2017.08.23 126
41 winscp for windows file 2017.09.13 118
40 쉘쇼크(Shellshock) 2017.11.07 116
39 windows_2008_security_guide.pdf file 2017.08.25 116
38 /etc/xinetd.conf 설정 값 2017.11.09 114
37 vsphere admin 문서 자료 file 2017.09.09 114
36 디지털 컨텐츠 보호 2017.11.01 113
진주성 블로그 방문하기
CLOSE