1.

Solve : kubuntu help?

Answer» SORRY i know this is stupid but im really new to this ok so it will probably sound ridiculous...

(this is on another computer)

im using KUBUNTU, i accidently made my account root and now when i try to login it says root login not allowed, this is the only account

im not really sure what any of that means but i just need HELP to undo it please

thanksThe root account is disabled when you FIRST install Kubuntu and Ubuntu.
The first USER created during the installation has administrative rights on the system,
and can run programs as root with sudo, using only their normal user password.
For example: sudo apt-get update.

If you wish to use the root account in more traditional UNIX fashion,
you can set the root password by typing sudo passwd root.
This will allow you to use su or login as root on the console.

If you need a shell with root privileges, run sudo -s.

All uses of sudo will require the user's password.


Discussion

No Comment Found