Answers for "change password ubuntu 20.04"

3

set password to root ubuntu 20.04

$ sudo -i
$ passwd root
new password:...
confirm password:...
Posted by: Guest on December-31-2020
-1

change password ubuntu 20.04

open your terminal
ctrl-alt-t

passwd username

If you have admin password you can change all passwd of users 
su -
passwd username
Posted by: Guest on December-01-2020

Code answers related to "change password ubuntu 20.04"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language