chgpasswd − 批 量 更 新 组 密 码
chgpasswd [选 项 ] |
The chgpasswd command reads a list of group name and password pairs from standard input and uses this information to update a set of existing groups. Each line is of the format:
group_name:password
By default the supplied password must be in clear−text, and is encrypted by chgpasswd.
The default encryption algorithm can be defined for the system with the ENCRYPT_METHOD variable of /etc/login.defs, and can be overwritten with the −e, −m, or −c options. 此 命 令 一 般 用 于 需 要 一 次 创 建 很 多 用 户 的 大 型 系 统 。
The options which apply to the chgpasswd command are:
−c, −−crypt−method 使 用 指 定 的 方 法 加 密 密 码 。 可 用 的 方 法 有 DES, MD5, NONE, and SHA256 或 SHA512, 前 提 是 您 的 libc 支 持 这 写 方 法 。
−e, −−encrypted 提 供 的 密 码 是 已 经 加 密 了 的
−h, −−help 显 示 帮 助 信 息 并 退 出 。
−m, −−md5 如 果 提 供 的 密 码 没 有 加 密 , 则 使 用 MD5 加 密 而 不 是 DES。
−R, −−root CHROOT_DIR
Apply changes in the CHROOT_DIR directory and use the configuration files from the CHROOT_DIR directory.
−s, −−sha−rounds 使 用 指 定 次 数 的 轮 转 来 加 密 密 码 。 值 0 表 示 让 系 统 为 加 密 方 法 选 择 默 认 的 轮 转 次 数 (5000)。 会 强 制 最 小 1,000, 最 大 9,9999,9999 您 只 可 以 对 SHA256 或 SHA512 使 用 此 选 项 。
By default, the number of rounds is defined by the SHA_CRYPT_MIN_ROUNDS and SHA_CRYPT_MAX_ROUNDS variables in /etc/login.defs.
记 住 要 设 置 权 限 或 者 掩 码 来 阻 止 其 它 用 户 对 未 加 密 文 件 的 读 取 。 您 需 要 确 保 你 吗 和 加 密 方 法 符 合 系 统 的 密 码 策 略 。
The following configuration variables in /etc/login.defs change the behavior of this tool:
/etc/group 组 账 户 信 息 。
/etc/gshadow 安 全 组 账 户 信 息 。
/etc/login.defs
Shadow 密 码 套 件 配 置 。
gpasswd(1), groupadd(8), login.defs(5).