Quote:
Originally Posted by username132
Thanks! Do you know how I can login to root via the GUI? I can view the file by logging into root via CLI but I want to open this file in a text editor. 
|
um, not real sure what you want to do here - you can log into root via the gui by logging out of your session as <username> then logging back in as root, but that seems so obvious for someone who has more than 1 post that I can't see that this is what you're asking....
if you'd like to open a text editor
as root in your current gui session, then, in a terminal:
su -c <command to open text editor>
and you will have opened a text editor with root permissions....
cheers,