0

How do I turn Ubuntu off?

I can't find a button called shut down or turn off.

chesedo
  • 1,709
  • 14
  • 25

3 Answers3

1

Run the below commands on terminal to poweroff,

sudo shutdown -P now

OR

sudo poweroff

OR

Click on the gear icon in the top-right corner and select Shutdown option from the list.

Avinash Raj
  • 78,556
0

If you're using the default Ubuntu installation (with "Unity"), there should be a gear-like icon in the extreme top-right of your screen... Click this, followed by "Shut down...", then just follow the bouncing ball.

Gregory Opera
  • 2,639
  • 7
  • 33
  • 59
0

you can use this command "shutdown now".

sriraj
  • 129
  • 1
  • 1
  • 5