Skip to main content

Command Palette

Search for a command to run...

Ubuntu: How to change your root password

Published
1 min read

Hi Everyone!

You can change your server password with the code below

sudo passwd root The root can be any user you wish to change their password.

I write to learn, If I am wrong, don't hesitate to let me know.

Happy Coding!