Back


Safely Shutdown Your Computer in Linux from the Command Line


Open a terminal window:


    Ctrl+Alt+T

Help pages for:


    man shutdown

Power-off the machine:


    shutdown --poweroff

        or

    shutdown -P

Reboot the machine:


    shutdown --reboot

        or

    shutdown -r

#linux


^ Back to top



Back Modified , email