I'm trying to move some files into /usr/bin in Nautilus but I'm getting permission errors. I know I can do it via the terminal using sudo but how can I do it in Nautilus? I would expect it to popup a box for me to enter my password like the admin screens in Ubuntu but it doesn't.
Tell me more
×
Ask Ubuntu is a question and answer site for
Ubuntu users and developers. It's 100% free, no registration required.
|
|
||||
|
You can do it like this: press Alt+F2 to open the 'Run Application' box Note: Just make sure that you don't delete/replace any system files. |
||||
|
|
|
Root Nautilus script. This script opens Nautilus as root in the directory you select. how to install here |
|||
|
|
|
I do this all the time, because I'm way to lazy to type I assume you might just want to keep it visual like me. Applications--> Accessories-->Terminal
the gui file manager will pop up running like root Be mighty careful :-) |
||||
|


/usr/binis almost certainly wrong, if you need an application that is not packaged, and all users on the system should be able to use it, it should go into/usr/local/binor in a directory under/opt. If you are the only user who needs this application, you can also keep it in your personal directory. Also seeman hier. – JanC Nov 6 '10 at 21:15