Run As Root From File Browser
Ubuntu – suppose you need to make changes to a file which is not user-editable. Or you have an installation script that must be run as root. The most commonly offered solution is to fire up a terminal, change into the directory containing the file and type
sudo gedit filename
or
sudo script.sh
However, there is a solution that does not involve the terminal at all. (more…)
