Home  >  Article  >  Backend Development  >  How to change the root account after buying a server on godaddy

How to change the root account after buying a server on godaddy

WBOY
WBOYOriginal
2016-09-27 14:18:092416browse

I bought a server on godaddy. When configuring user information, I filled in other user names and passwords, but did not fill in the root user name. Now I want to switch to the root account. How to deal with it? Please give me some advice!

Reply content:

I bought a server on godaddy. When configuring user information, I filled in other user names and passwords, but did not fill in the root user name. Now I want to switch to the root account. How to deal with it? Please give me some advice!

First determine which version of the system it is? If it is Ubuntu, use the command sudo su to enter the password to switch to the root account. Other versions should be similar.
Generally, you do not use the root account directly. You can configure the user you set to have higher permissions and use this account normally.

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn