I reinstalled Ubu 8.04 from a disk, and repartitioned, never created aroot passwood during install, passwords from previous install do notwork, course, so is there a way i can find out what it might be?
You ALWAYS put in a root password. Even on systems Im just playingaround on I put one on.In your situation, when you put in your username, have you triedclicking the tab button to move it to the password box and then clickinggo?The reason for this is, whether or not there is a password you might(and I say might because I do not know) have to activate the field anyway.
I was not thinking clearly. I responded before I thoughtabout my wording. I inadvertently thought you mean your "account" eventhough I wrote root.What I meant to say is that you always put a password on your account.For root, creating an account is just asking for trouble.
Why is that?One can get into the same "trouble" by doing a "sudo bash" andrunning as root.One thing I find troublesome with most Linux distros is the factone can shutdown the system as a user using a desktop GUI. As afor-example of one system that controls shutdown properly, lookat Solaris -- one must be logged-in as root to perform a shutdown.And here's something funny from about a decade ago: there was anHP-UX desktop system at a client's site I was using and that systemhad a power button on the front panel, lower-right corner, at thedesktop height. When using the mouse, the semi-stiff mouse cordwould hit the power button and shutdown.
I had to create a root p/w with D.Hagar's fix, because the compilerwon't use my login p/w when I'm using install commands...Thx for thewarning...
I've been using 8.04 since it's official release and never created a rootaccount or password. The way it works is that the original user becomes theroot user by typing "sudo bash" in a terminal. The system prompts for apassword, which is the user's ordinary password, and that grants full rootprivileges until that shell is exited.
Ubuntu uses your login password as the root password.
I had to create root p/w with D.Hagar's fix because compiler would notaccept my login p/w with apt install commands...
That is not the case. There is no user configured root password in Ubuntu bydefault.You cannot log in as root by default either.To set the password type...sudo passwd
I think I have a login p/w and a sudo root p/w now... beenattempting to compile the Linux Viewer for Second Life, lol at myselffor squinting alot, but learning so much it's gotten interesting!