POWERDOWN(1M)                                                    POWERDOWN(1M)


NAME
     powerdown - stop all processes and halt the system

SYNOPSIS
     powerdown [ -y | -Y ]

DESCRIPTION
     This command brings the system to a state where nothing is running so the
     power can be turned off.

     By default, the user is asked questions that control how much warning the
     other users are given.  The options:

     -y   prevents the questions from being asked and just gives the warning
          messages.  There is a 60 second pause between the warning messages.

     -Y   is the same as -y except it has no pause between messages.  It is
          the fastest way to bring the system down.

EXAMPLES
          some-long-running-command;  powerdown -y

     The first command is run to completion and then the system is halted.
     This is useful for, say, formatting a document to the printer at the end
     of a day.

FILES
     /etc/shutdown - invoked by powerdown

SEE ALSO
     shutdown(1M)


                                                                        Page 1