Skip to main content

Posts

Showing posts with the label Ubuntu

Enable root Account in Ubuntu Server

After ubuntu server has been installed, you can login with the account that you created. Then the following command can enable you create a password for root. test@test: sudo passwd root And then input your passwd for root. Command "su" can let you access the root, just type: test@test: su Be sure that remember the passwd for root for security reasons.