Quote:
|
Originally Posted by //siddhartha//
I can log on as administrator in the terminal by su and entering the password, but how to log on as root??
|
su command, without any parameters gives you access to root's shell. Or if you know the root's password then you can provide that instead while logging in. You can tell you are root if your shell prompt has a
# symbol in the end.
Quote:
|
Originally Posted by //siddhartha//
and how to use gedit?
|
Have you used Notepad before?