Binaries/passwd: Difference between revisions

From Minux Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
 
Line 9: Line 9:
'''output:'''
'''output:'''


sets changes the password for username
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