Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 325 Bytes

user-passwd.md

File metadata and controls

21 lines (14 loc) · 325 Bytes

Change user password

NOTE: change [username] to actual users' name

As root or sudo user (to other user):

passwd [username]

# this command will ask to
# prompt new password twice

To change password of a current user:

passwd

# this command will ask to
# prompt new password twice