Other Help Topics :: DSL SU pasword
I am using the livecd and when I try to use the su command line it asks for a password can someone please tell me what it is thank you
Here's what I do.
I type sudo then the command:
sudo whatervercommand
Or, if I get tired of that, I type sudo su then wait a second for it to do it's thing, then proceed.
sudo su
whatevercommand
EDIT: The above means that you do not need an "su password"
There's no password set in DSL. Either do as green said and use "sudo <command>", or set up a password yourself by one of the following methods:
1) type "sudo su" and then "passwd"
2) boot with "dsl secure" and enter passwords when asked.
After either of these actions, you can back up /etc/shadow and have this password automatically set for you when you reboot.
original here.