Answers for "change password ubuntu"

0

change password from command line in ubuntu

sudo passwd <user>
Posted by: Guest on April-16-2021
3

add password to user ubuntu

passwd {username}
Posted by: Guest on June-09-2020
1

change password ubuntu

# just type:
passwd
# it'll ask for the current passowrd and x2 times for the new one
Posted by: Guest on July-30-2021
-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"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language