Default root password after install
Tomas Volka
New Member Posts: 3 ✭
While automated installer of Ubilinux 4 works fine, I'm left without root privileges after install.
I can login as ubilinux/ubilinux but that's it.
So what's the default root password ?
Thanks.
I can login as ubilinux/ubilinux but that's it.
So what's the default root password ?
Thanks.
Comments
-
Hi tvm
ubilinux uses sudo so to be root type in a terminal:
sudo -i
Regards -
Thanks, I've figured that out shortly after I asked.
It'd be good to include this information somewhere (wiki). Most people that are used to traditional Linux distributions are not expecting this. -
Traditional Linux-distros? Debian is a traditional Linux-distro and this is how most Debian-based distros work.
-
Debian forces you to:
1) Enter root password during installation
2) Create non-root user, also with password
No sudo available in minimal default either if I remember right. Also the user won't be in sudoers by default, since it has
to be root who adds him. It's been like this for at least 20 years.