Possible Duplicate:
How can I elevate nautilus privileges to move or copy a folder as root?
I want to have full rights in Ubuntu 11.10 so I don't have to use the terminal every time I want to copy and paste or edit a file that is owned by root. Is there a way to do this?
I changed my user role to Administrator and it does not appear to have changed anything.
Is there a way, like MS Windows to simply copy/paste or edit files folders with momentary privileges to perform the task without the requirement to do it through terminal?
gksudo gedit
since a text editor is quite a bit simpler than a file manager, and is less likely to do dangerous things as root. (From within nautilus, for example, you might easily accidentally try to delete/usr
.) – Jun 13 '12 at 21:39rm -rf / home/bar/my_dir
being the classic. I wonder if nautilus puts/usr
into the recycle bin :) Still, I don't see much alternative if the OP wants to do all the file manipulations in a gui with root privileges. – Henry Gomersall Jun 13 '12 at 21:43