Hi,
I'm a new linux user, and I'm looking into building a linux server box.
I've just installed Linux 7.04 Server distro, and it all went well. On installation, I created the user "personal" with password "personal". This is my test installation, so I can start learning and crashing OS at will 🙂.
I login using personal/personal, and all goes well. Then I want to do something that requires root user, so I need to activate it.
How can I do it?
Googling around, I found the following command:
sudo passwd root
The result follows:
personal@ubuntu:/$ sudo passwd root
Password:
Sorry, try again.
Password:_
I've tried inserting a new password (like "password123"), or the password for the logged in user "personal", but still no result.
Can anyone explain this results to me?
Thanks.
I'm a new linux user, and I'm looking into building a linux server box.
I've just installed Linux 7.04 Server distro, and it all went well. On installation, I created the user "personal" with password "personal". This is my test installation, so I can start learning and crashing OS at will 🙂.
I login using personal/personal, and all goes well. Then I want to do something that requires root user, so I need to activate it.
How can I do it?
Googling around, I found the following command:
sudo passwd root
The result follows:
personal@ubuntu:/$ sudo passwd root
Password:
Sorry, try again.
Password:_
I've tried inserting a new password (like "password123"), or the password for the logged in user "personal", but still no result.
Can anyone explain this results to me?
Thanks.