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
 

번호 제목 날짜 조회 수
170 Restore Database And Rename Database Files Example 2019.03.26 64139
169 Dns 보안 file 2017.08.23 20211
168 Sun t2000 manual file 2017.08.24 20008
167 AD(Active Directory) 2017.11.01 18597
166 한글 putty file 2017.09.13 12000
165 Tear Drop / Tiny Fragment / Fragment Overlap(고전적인방법) file 2017.10.17 9048
164 Cain & Abel is a password recovery tool 2018.03.12 8071
163 win-sshfs for windows file 2017.09.13 7770
162 룰 기반의 IDS(침입탐지시스템) - snort file 2017.09.27 7702
161 HP-UX snmp 중지 설정 2017.09.07 6864
160 VPN 2017.11.01 5139
159 보안관제 file 2017.11.01 4767
158 아파치 2.2.29 버젼에서 SSLProtocol 중 TLSv1.2로 설정 2019.02.27 4430
157 tcpdump - dump traffic on a network [1] file 2017.10.13 4028
156 윈도우용 wget file 2017.09.28 4017
진주성 블로그 방문하기
CLOSE