Signup/Sign In
Ask Question
Not satisfied by the Answer? Still looking for a better solution?

How do I shut down or reboot from a terminal?

How can I shut down or reboot Ubuntu using terminal commands?
by

1 Answer

sandhya6gczb
For shutdown:

sudo poweroff

For restart:

sudo reboot

Login / Signup to Answer the Question.