Sometimes you need to open a file or folder with root rights. To save time, you can add Scripts -> Open as root to the context menu.
To do this, open the command line and paste:
sudo sugedit .gnome2/nautilus-scripts/Open\ as\ rootIn the document that opens, add:
for uri in $NAUTILUS_SCRIPT_SELECTED_URIS; do
gksudo "gnome-open $uri" &Save the document
Paste into the command line:
sudo chmod +x .gnome2/nautilus-scripts/Open\ as\ rootCHECK:
Right click on any file or folder, find Scripts -> Open as root
')
If not working, reboot.