How to set root password on Suse Linux (not asked for it at install time)
Linux - SoftwareThis forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.
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.
How to set root password on Suse Linux (not asked for it at install time)
I have just installed linux SUSE 10.0, surprisingly it did not ask me to enter the password after the 5th CD finished installing. But I guess the software is fully installed because all the 5 CDs were propmted. Now when linux starts it asks me for a password (root), yet I dont remember puting in any password and it wont let me do anything without a password, please help and very very new on linux
Is it possible that the default user is given sudo privileges? ( a la Ubuntu and some others)
If so, the just do "sudo passwd root"
The other method is to boot from live CD, mount the partition in question and edit /etc/passwd---find the enrty for root and remove the "x" between two colons. This disables the root password (allows you to log in as root with no password)
Is it possible that the default user is given sudo privileges? ( a la Ubuntu and some others)
If so, the just do "sudo passwd root"
The other method is to boot from live CD, mount the partition in question and edit /etc/passwd---find the enrty for root and remove the "x" between two colons. This disables the root password (allows you to log in as root with no password)
Suse like older distros does not use sudo like Ubuntu, so a root account is necessary. The root password thing seems to affect many users installing from the cd sets.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.