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
 

번호 제목 날짜 조회 수
35 vsphere admin 문서 자료 file 2017.09.09 114
34 HP-UX에서 rsyncd 를 이용한 백업 설정 file 2017.09.07 1363
33 HP-UX snmp 중지 설정 2017.09.07 6859
32 HP-UX 서버 H/W Spec 조사 2017.09.07 1563
31 HP-UX NFS 설정 2017.09.07 2949
30 HP-UX 볼륨 추가 방법 2017.09.07 653
29 HP-UX 유지보수 방안 2017.09.02 2310
28 패스워드및 계정 정책 설정 2017.08.30 2901
27 Veritas SFCFS 점검 방법 2017.08.26 1633
26 가우스 장애관련 file 2017.08.25 303
25 보안점검 툴 file 2017.08.25 456
24 웹 서버 구축 보안점검 가이드 file 2017.08.25 168
23 windows_2008_security_guide.pdf file 2017.08.25 116
22 HPUX 보안설정 가이드 file 2017.08.25 503
21 Weblogic 보안설정 file 2017.08.25 111
진주성 블로그 방문하기
CLOSE