Results 1 to 7 of 7
I was woundering how the heck I login as root. I tired doing it from the login screen and I get a error message saiying "adminsitrator cannot login from here" ...
- 11-09-2005 #1Just Joined!
- Join Date
- Nov 2005
- Location
- The 909
- Posts
- 36
How do I login as root?
I was woundering how the heck I login as root. I tired doing it from the login screen and I get a error message saiying "adminsitrator cannot login from here" So how do I login as root?
- 11-09-2005 #2
Are you trying to log into graphical mode as root? You won't be able to do that by default. Is there some reason you *need* to log in graphically? Can you not accomplish what you need by logging into X Windows as a regular user and opening up a console, then typing su -?
Registered Linux user #270181
TechieMoe's Tech Rants
- 11-09-2005 #3Just Joined!
- Join Date
- Nov 2005
- Location
- The 909
- Posts
- 36
I need to edit a config file which I have to logged into root to edit
Originally Posted by techieMoe
- 11-09-2005 #4Ok. You don't need a graphical interface for that. Simply log in as a regular user, open up a console, type su - followed by your root password, then open up a text editor to edit your config file.
Originally Posted by jdrusmtik9 Registered Linux user #270181
TechieMoe's Tech Rants
- 11-09-2005 #5Just Joined!
- Join Date
- Nov 2005
- Location
- The 909
- Posts
- 36
do I have to open up the text editor through terminal? And how do I do that?
Originally Posted by techieMoe
- 11-09-2005 #6Linux User
- Join Date
- Apr 2005
- Location
- Ohio
- Posts
- 326
nano /some/file/name
or
pico /some/file/name
or
vi /some/file/name - Not a great editor for beginners, but if you learn vi you should find it on pretty much ANY *nix system you work on..far...out
- 11-09-2005 #7Just Joined!
- Join Date
- Nov 2005
- Location
- The 909
- Posts
- 36
oh I figured it out just type gedit in the terminal. got it working thanks a lot guys!


Reply With Quote
