Administrative Privileges for the file manager on Ubuntu 10.10 & Below

Channel:
Subscribers:
7,970
Published on ● Video Link: https://www.youtube.com/watch?v=FpOdC6_onqE



Duration: 1:51
4,895 views
16


Want to edit program files on Ubuntu?

Well, watch this video. And I show a great tutorial to enable that issue!

________________________________________

The Website has changed:
http://linux.about.com/od/ubuntu_doc/a/ubudg10t11.htm

_____________________________________

Instructions

1. Open a new file to edit in the relevant directory:

gedit $HOME/.gnome2/nautilus-scripts/Open\ as\ Administrator

2. Enter these lines in the new file:

for uri in $NAUTILUS_SCRIPT_SELECTED_URIS; do
gksudo "gnome-open $uri" &
done

3.Save the edited file

4. Make the edited file executable:

chmod +x $HOME/.gnome2/nautilus-scripts/Open\ as\ Administrator







Tags:
Admin
Ubuntu
gnome