i've got a computer running Ubuntu 9.10 Server, and i added myself to a new group using the following command:
sudo usermod -G my_group me
i learned that command removes me from all the groups i was in (like the sudo group), and adds me to only my_group.
the problem:
- i was the only one in the
sudogroup, there is now no one - i never enabled/created a root
- i don't remember setting one up when i installed the OS
- when i type
suand try the same password as my account (the account i set up when i installed the OS), it is not accepted
did i screw up my computer? do i need to spend an hour re-doing everything? or is there a way to recover?