i have just installed knoppix to my system and when trying to change some setting ti ahs asked me for a root password (mainly in KDE) what is this password?
Printable View
i have just installed knoppix to my system and when trying to change some setting ti ahs asked me for a root password (mainly in KDE) what is this password?
During the installation you should have been asked to enter a username and password for yourself. Then it should have asked you for an administrator password. What you entered at that time is the password for the administrator account called su and the program called sudo. su stands for super user and is the account with global access to the system. So, administrator account, su, and super user are all the same thing.
If you are running from the CD you can open a bash shell and type su. It won't ask you for a password. Then you can type passwd and enter a new password for the su account that you can then use when kde asks for an administrator password.
Moderator, please delete.
3.6 doesn't ask you. i just installed and the only thing it asked me was where i wanted to install it to. never asked me about root password or anything. i'm also having a problem with the root password
AFAIK a Knoppix style install doesn't ask you for a password, but you can set it with:
Here's a description on the different types of installs: http://www.knoppix.net/docs/index.php/KnoppixInstallerCode:su
passwd
so this means i need to reinstall doesn't it?
You can still set the password, but as I have only installed debian style I'll best not try giving an answer which would probably be wrong :D
Don't reinstall.
First try to set the root-password now.
Open a console
If that made you rootCode:su
enter
set the password now.Code:whoami
If that doesn't work, and you boot via lilo, add the runlevel 'S' - option to the bootentry:Code:passwd
or whatever your bootname is.Code:knoppix S
This will start in Superusermode, and give you a root-console.
specify the password and reboot.Code:passwd
Let reinstall be a windows-issue.
Hi,
apart from the root password (which i set by logging as superuser), knoppix asks me sometimes for user password (whoami says i am user knoppix). How can i set this one? When i try to change it, it asks for my current password which i dont have. If i leave this blank it says that authentication failed
and work as artamangr.Code:man useradd
# then
useradd artamangr ....
passwd artamangr
Hi, thanks for the reply.
I found another workaround yesterday, using K-User as a root i could set the password for user knoppix.
Thanks for the suggestion anyway :wink: