budi7 / Issues-Server-Ubuntu

0 stars 0 forks source link

Root user password #4

Closed budi7 closed 1 year ago

budi7 commented 1 year ago

need to change user root password

budi7 commented 1 year ago
  1. Switch to the root user by running the following command and entering your user password: sudo -i

  2. Set a password for the root user by running the following command and entering your desired password twice: passwd root

budi7 commented 1 year ago

or if you can do sudo su without any password, you can then change it there