System shutdown



  • AIX

    # shutdown -Fh                       -  power off
    # shutdown -r                          -  reboot, one minute warning
    # shutdown -Fr                        - no warnings, immediate
    

    HP-UX

    # shutdown -h -y now  - shutdown and power off
    # shutdown -r 0               - immediate shutdown and reboot
    

    Solaris

    # shutdown -i5 -g0 -y    - power off
    # shutdown -i6 -g0 -y    - reboot
    # init 5                                     - power off
    

Log in to reply
 

© Lightnetics 2024