Linux - GeneralThis forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
When I try to run certain packages, disk administration for example, on the Knoppix live DVD it asks for the root password, I've tried all the obvious ones (blank, knoppix, root, etc.) but no go. So what is the root password for applications running from the live DVD?
Is there 'sudo' configured for the default user? If yes, try
Code:
sudo command
or if you feel brave (as in "doing it anyway"),
Code:
sudo su -
I haven't used the recent versions of Knoppix, but the last one I did use..I don't remember there being a root password at all - or if there was, I never heard about it. Typically live-cds don't have root password, or if they do, it's not advertised anywhere - instead they use something like 'sudo' to grant root privileges for the user.
Look for a user management utility - under KNOPPIX I believe - and you can set a root password there. There is a 'Set Root Password' or 'Manage User Accounts' option, something like that. By default there is no password for the root account so you need to set one before you can use disk utilities.
If this is what your getting at, then use the terminal and make a new password with
$ sudo passwd
Enter new UNIX password:
Retype new UNIX password:
passwd: password updated successfully
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.