I've been using gksudo nautilus and sudo nautilus through Alt+F2.
What's the difference? They look very similar!
|
|
|
Taken from here:
Please note that this is primarily about configuration files. If you run Nautilus as The solution, once you have made this mistake, is to find the configuration files and delete them or |
|||||||||||||||
|
|
Did you know there is a Nautilus add on called nautilus-gksu |
||||
|
|
|
If you start a graphical application with sudo you can mess up the ownership of your files which can cause your apps to break. Never do that. Check the Community Help:
|
||||
|
|
|
you can also select and add a script inside Nautilus "open as administrator", If you do that you can right click and open as root. |
|||
|
|
you can have a look here |
|||||
|
|
If you choose gksudo nautilus, You ask your password graphically. With sudo, you ask it in a terminal |
|||||
|
|
sudo by default preserves your $HOME variable. For example, if you run |
|||
|
|
|
Found in the file generated by the terminal command 'info gksudo': "gksu is a front-end to su and gksudo is a front-end to sudo. Their primary purpose is to run graphical commands that need root without the need to run an X terminal emulator and using su directly." I have found that, in many cases, the 'info' files have helpful descriptions as well as useful information on options. I would strongly suggest that learning about any command first start with accessing the 'info' file on that command. For the beginner, in the terminal, type or paste the command info with the command name in which you are interested as a parameter. The format is :~$ info [command_name] (remember not to include the command prompt or the brackets). Suggested terminal entries for the beginner are: :~$ info :~$ info info |
|||
|
|
|
a very helpful explanation / discussion including many screenshots: http://psychocats.net/ubuntu/graphicalsudo |
|||
|
|