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.......
- 10-19-2008 #1
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....
- 10-19-2008 #2forum.guy
- Join Date
- May 2004
- Location
- arch linux
- Posts
- 17,787
You can try gksu:
GKSu's Home Page
...that's still done through the terminal application, though.Code:gksu gedit /path/to/file
oz
→ new users: read this first
→ no private messages requesting computer support - post them on the forums!
- 10-19-2008 #3Just 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.
- 10-19-2008 #4
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.


Reply With Quote
