Find the answer to your Linux question:
Results 1 to 4 of 4
How do i open anything...say menu.lst or similar that require sudo access graphicaly(that is without going to the terminal)... offcourse i know the terminal way Code: sudo gedit.......
  1. #1
    Just Joined! esafwan's Avatar
    Join Date
    Mar 2008
    Location
    Bangalore, India
    Posts
    34

    Question Getting Sudo access graphicaly



    How do i open anything...say menu.lst or similar that require sudo access graphicaly(that is without going to the terminal)...

    offcourse i know the terminal way
    Code:
    sudo gedit....

  2. #2
    oz
    oz is offline
    forum.guy
    Join Date
    May 2004
    Location
    arch linux
    Posts
    17,787
    You can try gksu:

    GKSu's Home Page

    Code:
    gksu gedit /path/to/file
    ...that's still done through the terminal application, though.
    oz

    new users: read this first
    no private messages requesting computer support - post them on the forums!

  3. #3
    Just Joined!
    Join Date
    Oct 2008
    Posts
    29
    You can open your file manager software(nautilus/konqueror or whatever it is) from terminal as root. Then you will be able to access all directories graphically as root from the window that opens.

  4. #4
    Linux Guru Jonathan183's Avatar
    Join Date
    Oct 2007
    Posts
    2,906
    gksu as indicated by ozar above is probably the best way to go with this ... or kdesu if you are using kde as the desktop. Ozar has already posted a link to the gksu home page ... here is some additional info which you should consider before using sudo to launch graphical applications

    If you want to regularly launch the application then you can also add a menu entry using gksu ... but I'd try to use the command line instead as this should be less of a security issue.

Posting Permissions

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