-1

I'm trying the "poweroff" keyword to shut down my Ubuntu. The terminal produces the following:

jay@ubuntu:~$ poweroff
poweroff: Need to be root

How can I root my pack?

Braiam
  • 67,791
  • 32
  • 179
  • 269

1 Answers1

5

That message is telling to use sudo, you need to do

sudo poweroff

More info look at manpage

Mitch
  • 107,631