I'm trying to run GParted, but it says that I need root privileges. How do I get them for Ubuntu 15.10?
Asked
Active
Viewed 114 times
3 Answers
0
try
sudo gparted
or
sudo su
gparted

ArUn
- 357
- 1
- 5
- 13
-
This adds nothing new. – guntbert Mar 10 '16 at 19:17
-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

Shantanu Bedajna
- 1,060