Find the answer to your Linux question:
Page 1 of 2 1 2 LastLast
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 ...
  1. #1
    Just 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

  2. #2
    Linux Engineer hazel's Avatar
    Join Date
    May 2004
    Location
    Harrow, UK
    Posts
    955
    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!"

  3. #3
    Just Joined!
    Join Date
    Oct 2011
    Posts
    67
    Thanks that sounds like a great idea.. I am using GNOME 3

  4. #4
    Just Joined!
    Join Date
    Oct 2011
    Posts
    67
    Looks like fedora doesnt come with gksu as a default built in package ??

  5. #5
    Linux 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'

  6. #6
    Super Moderator MikeTbob's Avatar
    Join Date
    Apr 2006
    Location
    Texas
    Posts
    7,144
    Quote Originally Posted by hazel View Post
    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 believe the correct command would be
    Code:
    kdesu konqueror
    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.

  7. #7
    Just 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 ??

  8. #8
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    Since you're using Gnome, have you tried:
    Code:
    gksu nautilus
    kdesu will only work if you have installed KDE.
    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.

  9. #9
    Just Joined!
    Join Date
    Oct 2011
    Posts
    67
    Yeah gksu does not work either

  10. #10
    Trusted Penguin jayd512's Avatar
    Join Date
    Feb 2008
    Location
    Kentucky
    Posts
    4,071
    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.

Page 1 of 2 1 2 LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...