Results 1 to 10 of 18
How could i browse the fles in GUI as a root . Whenever i acess certain folders i am told i do not have root so i am forced to ...
- 01-11-2012 #1Just Joined!
- Join Date
- Oct 2011
- Posts
- 67
Accessing the File Manager GUI in Fedoa as a root
How could i browse the fles in GUI as a root . Whenever i acess certain folders i am told i do not have root so i am forced to access those folders from the terminal
- 01-11-2012 #2
Why not launch the file manager as root, from a terminal or from the run command on the main menu? You don't say what desktop you use, but in Gnome, the command would be gksu nautilus. In KDE it would probably be something like kdesudo konqueror.
Once you had the command working, you could create a desktop launcher for it."I'm just a little old lady; don't try to dazzle me with jargon!"
- 01-11-2012 #3Just Joined!
- Join Date
- Oct 2011
- Posts
- 67
Thanks that sounds like a great idea.. I am using GNOME 3
- 01-11-2012 #4Just Joined!
- Join Date
- Oct 2011
- Posts
- 67
Looks like fedora doesnt come with gksu as a default built in package ??
- 01-11-2012 #5Linux Guru
- Join Date
- May 2011
- Posts
- 1,843
You could run it with plain old su, e.g.:
Code:su - -c 'nautilus -n --no-desktop'
- 01-12-2012 #6
Last edited by MikeTbob; 01-12-2012 at 02:58 AM. Reason: typo
I do not respond to private messages asking for Linux help, Please keep it on the forums only.
All new users please read this.** Forum FAQS. ** Adopt an unanswered post.
- 01-12-2012 #7Just Joined!
- Join Date
- Oct 2011
- Posts
- 67
Gnome 3 - fedora 15
There is no kdesu by default in fedora 15. Do we have to add it ??
- 01-12-2012 #8
Since you're using Gnome, have you tried:
kdesu will only work if you have installed KDE.Code:gksu nautilus
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.
- 01-12-2012 #9Just Joined!
- Join Date
- Oct 2011
- Posts
- 67
Yeah gksu does not work either
- 01-12-2012 #10
I haven't run Fedora in a while... what about gksudo?
Jay
New users, read this first.
New Member FAQ
Registered Linux User #463940
I do not respond to Private Messages asking for Linux help. Please, keep it on the public boards.


Reply With Quote
