2

Recently I had a problem with the authentication in ubuntu 12.04. I managed to solve the problem by using this procedure But after successfully changing my password, I couldn't find a way to reboot my laptop. I wonder how can one reboot in that freakish environment?

s.sufi
  • 91
  • 1
  • 1
  • 4

3 Answers3

1

You can reboot via the terminal with shutdown -r now, assuming you're root.

konapun
  • 356
  • 2
  • 14
1

Just try reboot command if you are root.

Eric Carvalho
  • 54,385
Nitin
  • 56
  • 2
1

The answer is right in that procedure:

Type in reboot. If that doesn't work, hit Ctrl+Alt+Del

Radu Rădeanu
  • 169,590