Results 1 to 5 of 5
Hi,
Does anyone know if it's possible to set-up Nautilus, konqueror, etc. file managers to be able to right-click on a file, and open it as a super-user? It would ...
- 04-03-2007 #1
Right-click to "run as super-user" in nautilus?
Hi,
Does anyone know if it's possible to set-up Nautilus, konqueror, etc. file managers to be able to right-click on a file, and open it as a super-user? It would be nice if i'm browsing my system in nautilus and see a file that i want to edit which belongs to root, to just be able to type in my password and open it. Right now i mostly just use the shell whenever i want to work with files as a sudo-er.
Thanks!
- 04-03-2007 #2
i dont think its possible but you can invoke nautilus or konqueror with 'root' privileges. press Alt+F2 and type, in KDE
and in GNOMECode:kdesu konqueror
Code:gksu nautilus
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-03-2007 #3
For Nautilus, you can install the plugin called nautilus-gksu, which will allow you to do just that.
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee
- 04-03-2007 #4wow ! didn't know that. thanx !
Originally Posted by antidrugue
It is amazing what you can accomplish if you do not care who gets the credit.
New Users: Read This First
- 04-03-2007 #5
You can do the same with the thunar file manager too.
Just create a custom action that uses the command:
that is only valid with directories.Code:gksudo thunar %d
So in resume, the custom thunar action would contain this:
Name: Open with Root privileges
Command: gksudo thunar %d
File pattern: *
Appears if selection contains: Directories
"To express yourself in freedom, you must die to everything of yesterday. From the 'old', you derive security; from the 'new', you gain the flow."
-Bruce Lee


Reply With Quote