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
 

번호 제목 날짜 조회 수
20 EP Oracle WebLogic Server file 2017.08.25 1468
19 DDos 공격대응 가이드 file 2017.08.25 105
18 tcp 상태 전이도 file 2017.08.24 449
17 Sun os mirror file 2017.08.24 3365
16 Oracle begin end backup file 2017.08.24 1488
15 안전한 패스워드 가이드 file 2017.08.24 175
14 IBM ds3500 guide file 2017.08.24 815
13 Sun t2000 manual file 2017.08.24 19967
12 Oracle asm file 2017.08.24 494
11 Ftp passive mode file 2017.08.24 132
10 Aqua phonic plant glows file 2017.08.24 3627
9 Ipsec for windows file 2017.08.23 126
8 Dns 보안 file 2017.08.23 20211
7 Linux shell script file 2017.08.23 156
6 Vtl quick start guide file 2017.08.23 461
진주성 블로그 방문하기
CLOSE