May 14
 Want to have access to files as root via right clicking on them?
First open a terminal window and type:![]()
gedit $HOME/.gnome2/nautilus-scripts/Open\ as\ root
Insert the following lines into the new file
for uri in $NAUTILUS_SCRIPT_SELECTED_URIS; do
gksudo “gnome-open $uri” &
done
Save the edited file
chmod +x $HOME/.gnome2/nautilus-scripts/Open\ as\ root
Right click on file -> Scripts -> Open as root
Would you like to buy me a beer?If you enjoyed this post, make sure you subscribe to my RSS feed!









May 15th, 2007 at 5:22 pm
Or you can simply type this in terminal and hit Enter
sudo apt-get install nautilus-gksuAnother great extension is
nautilus-open-terminalFor more goodies fire up synaptic and search for
nautilus-May 15th, 2007 at 8:10 pm
Excellent! Thanks Draku