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
 

번호 제목 날짜 조회 수
125 ICMP 2017.11.01 1050
124 서버 취약점 점검 2019.10.31 1007
123 NetBackup Port Open 2019.11.22 1006
122 command file 2017.11.01 966
121 HP-UX 보안가이드라인 2018.02.14 944
120 아파치 톰캣 AJP 프로토콜에 '고스트캣(GhostCat)' 취약점 2020.04.06 935
119 hpux ndd tuning 2018.02.28 923
118 HP-UX networking - 11.31 10G NIC 2019.03.19 913
117 Apache나, Tomcat 버젼 노출 취약점 2019.12.09 896
116 암호학 2017.11.01 816
115 IBM ds3500 guide file 2017.08.24 815
114 시스템 보안 과목 예상문제 풀이 2018.05.26 767
113 Dos 공격유형 및 차단 2017.11.03 721
112 NVIDIA_GRID_VMware file 2017.08.23 706
111 외부로 통신이 되지 않을 때 가지고 있는 CD-ROM으로 yum 사용하는 방법 2020.08.26 701
진주성 블로그 방문하기
CLOSE