ULOS Manual Pages - passwd(5) | Back
NAME
  passwd - format for /etc/passwd
DESCRIPTION
  Each line in /etc/passwd is formatted as follows:
    uid:username:password_hash:acls:home_directory:shell
  Each of these fields has the following meaning:
  
  uid             The user's ID.
  username        The user's name.
  password_hash   A SHA3-256 hash of the user's password in hex format.
  acls            All ACLs granted to the user.
  home_directory  Absolute path to the user's home directory.
  shell           Absolute path, with extension, to the user's login shell.
COPYRIGHT
  ULOS copyright (c) 2021 Ocawesome101 under the DSLv2.
REPORTING BUGS
  Bugs should be reported at https://github.com/ocawesome101/oc-ulos/issues.