Page 1 of 1

Posted: Thu Mar 29, 2007 10:54 pm
by Boo
they are blank as far as i know.
just hit enter if you are asked for one.
:)

Posted: Fri Mar 30, 2007 10:14 am
by clem
I think "mint" has no password (as in "it won't ask you".. or shouldn't at least) and root has either no password or a randomly generated one that nobody knows about (not even himself).

The thing is.. you don't need to know these passwords because the system usually doesn't ask you them, and if it does you have the power to assign new ones.

To assign a password to mint:

Code: Select all

passwd 
To assign a password to root:

Code: Select all

sudo passwd root
Clem