Binaries/passwd: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
(Created page with "the passwd binary is used to change a user's password")
 
No edit summary
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
the passwd binary is used to change a user's password
the passwd [[Binaries|binary]] is used to change a user's password
 
 
'''usage:'''
 
passwd username password
 
 
'''output:'''
 
changes the password for username
 
 
eg: "''passwd foo bar''" changes the password of foo to bar

Latest revision as of 00:04, 27 September 2024

the passwd binary is used to change a user's password


usage:

passwd username password


output:

changes the password for username


eg: "passwd foo bar" changes the password of foo to bar