Results 1 to 5 of 5
Hi, when I try to edit a file using the gui it says I don't have access. I end up having to do all my edits via the terminal after ...
Enjoy an ad free experience by logging in. Not a member yet? Register.
- 08-06-2007 #1Just Joined!
- Join Date
- Jul 2007
- Posts
- 27
How to give myself root access when using the gui
Hi, when I try to edit a file using the gui it says I don't have access. I end up having to do all my edits via the terminal after typing in su. How do I enable it so that I can do this via the gui. I am using kde 3.5 and mandriva linux 2007.1. I'm sure there must be an option for this though I can't find it in anywhere.
Thanks.
- 08-06-2007 #2
Not sure which editor you are using, I'll use kate as a "for instance." As regular user do:
Code:kdesu kate /etc/X11/xorg.conf
- 08-09-2007 #3Just Joined!
- Join Date
- Jul 2007
- Posts
- 27
that didn't work. Am I supposed to edit something once I am in the xorg.conf file. Why isn't there an option for this in kde configuration!?!?!? I just want to be able to have root acces to my files without having to go into the console everytime.
- 08-09-2007 #4Linux Guru
- Join Date
- Nov 2004
- Posts
- 6,110
No that was an example of editing the xorg.conf file. Kdesu is the application that gives you root access. If you want to browse and edit files as root hit alt+f2 to run a command and then type
You will then be prompted for your root password and the konqueror window you have opened will have root privelages.Code:kdesu konqueror /
You shouldn't need to edit files outside of your home directory much, really only when configuring the system.
- 08-09-2007 #5
In KDE you can do ALT-F2 and then enter the command "kdesu somecommand" in the dialogue box that will pop up.
Edit: Beaten to the answer by bigtomrodney


Reply With Quote
