1

this is my first time using Ubuntu 14.04 version.

I'm not sure what I've done, but I can't shut down my laptop. But if I log in as the guest, then it will shut down if I press the button and I'm not getting used to terminal. How can I solve the problem?

1 Answers1

4

A general (and hard) way to shutdown your computer is

  • Press Ctrl+Alt+T for showing terminal
  • Type sudo shutdown -h now and press Enter
  • Type in your password (if prompted) press Enter again
  • Wait sometime
Abdillah
  • 666