I have Ubuntu 9.04 installed on a partitioned hard drive (x86 system). I'm trying to do su - root. It asks for password, which I set at installation, and have verified, but it won't accept the password. I tried not using a password, same results.
When I type my password, nothing is displayed on the screen. No characters, no dots, nothing. My suspicion is either a bug or a bad install, but I'm hoping to avoid doing a full re-install. Any help will be greatly appreciated.
FWIW- This is all part of me trying to install LAMP on my computer. Need to login as root to install PHP libraries, unless someone knows a better method. But I think I should still learn how to log in as su anyway.
Thanks,
Mike

Okay, Here's an update. I discovered that I could get around my problem with the following:
sudo su - root
Is that how it's supposed to be, or is something wrong?
Thanks,
Mike