Sortix nightly manual
This manual documents Sortix nightly, a development build that has not been officially released. You can instead view this document in the latest official manual.
NAME
passwd — change user passwordSYNOPSIS
passwd | [-H] [-c cipher] [user] |
DESCRIPTION
passwd changes the password for the specified user, or the current user if none is specified.- -c cipher
- Hash the password using the specified cipher.
- -H
- Read a password from the standard input and write the crypt_newpass(3) hash to the standard output. The password database is unchanged.
FILES
- /etc/passwd
- Password information for all users.