What's the default root password in DSLinux, or in any Linux distribution?
I didn't set it.
What's the default root password in DSLinux, or in any Linux distribution?
I didn't set it.
Debian and Debian-based distributions like Ubuntu tend to leave the root password empty (thus disabling the root login). They prefer you to access superuser functions by using sudo in your main user account, or by booting the system into single-user mode.
Under these systems you can always set a root password with:
sudo passwd root
Damn Small Linux comes with two users, these are:
Name | Password
root | toor
dsl | reverse
These are listed on the DSL download page.