0

I'm trying to run GParted, but it says that I need root privileges. How do I get them for Ubuntu 15.10?

3 Answers3

0

Open terminal and type pkexec gparted

0

try sudo gparted

or

sudo su

gparted

ArUn
  • 357
  • 1
  • 5
  • 13
-1

if not installed

sudo apt-get install gparted

And to run it

sudo gparted > /dev/null 2>&1 &

Extra commands to stop debug messages and send it to background Enter your password and your good to go.

muru
  • 197,895
  • 55
  • 485
  • 740