ULOS Manual Pages - passwd(1) | Back

NAME
  passwd - manage users

SYNOPSIS
  passwd [options]
  passwd [options] USER

DESCRIPTION
  ULOS's passwd implementation rolls the more conventional usermod, useradd, passwd, and userdel commands all into one simpler package.

  USER defaults to the current user, and a new user will be created if the specified user does not exist.

  Supported options:
    -i, --info
      Print information about the specified USER and exit.

    --disable=ACL,ACL,...
      For each ACL, disable that permission for the specified USER.

    --enable=ACL,ACL
      For each ACL, disable that permission for the specified USER.

    --clear-acls
      Clear all currently granted ACLs for the specified USER before processing --enable or --disable.

    --home=HOME
      Set the specified USER's home directory to HOME.

    --shell=SHELL
      Set the specified USER's shell path to SHELL.  The file extension must be omitted.  The file path must be absolute.

    -r, --remove
      Remove the specified USER and exit.  Only root can perform this action.

COPYRIGHT
  ULOS Core Utilities copyright (c) 2021 Ocawesome101 under the DSLv2.

REPORTING BUGS
  Bugs should be reported at https://github.com/ocawesome101/oc-ulos/issues.