** Myself
--AIX--
Shutdown
shutdown ( 60 sec)
shutdown now (shutdown 60 sec)
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
--Linux--
Shutdown
shutdown -h now (Force shutdown 0 sec)
init 0
halt
poweroff
Reboot
shutdown -r now (Force restart 0 sec)
reboot
init 6
--Sun--
Shutdown
shutdown -i5 -y -g0
sync;sync;init 5
poweroff
Reboot
shutdown -i6 -y -g0
sync;sync;init 6
reboot
--AIX--
Shutdown
shutdown ( 60 sec)
shutdown now (shutdown 60 sec)
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
--Linux--
Shutdown
shutdown -h now (Force shutdown 0 sec)
init 0
halt
poweroff
Reboot
shutdown -r now (Force restart 0 sec)
reboot
init 6
--Sun--
Shutdown
shutdown -i5 -y -g0
sync;sync;init 5
poweroff
Reboot
shutdown -i6 -y -g0
sync;sync;init 6
reboot
4 comments:
please correct the command for reboot.............there is typo(typing mistake) its shutdown not shutdonw
OS ??? ,AIX,HP or Linux
AIX - reboot krub
Thx krub.
Post a Comment