shadow/man/zh_TW/man8/chpasswd.8
Serge Hallyn f93cf255d4 Update licensing info
Closes #238

Update all files to list SPDX license shortname.  Most files are
BSD 3 clause license.

The exceptions are:

serge@sl ~/src/shadow$ git grep SPDX-License | grep -v BSD-3-Clause
contrib/atudel:# SPDX-License-Identifier: BSD-4-Clause
lib/tcbfuncs.c: * SPDX-License-Identifier: 0BSD
libmisc/salt.c: * SPDX-License-Identifier: Unlicense
src/login_nopam.c: * SPDX-License-Identifier: Unlicense
src/nologin.c: * SPDX-License-Identifier: BSD-2-Clause
src/vipw.c: * SPDX-License-Identifier: GPL-2.0-or-later

Signed-off-by: Serge Hallyn <serge@hallyn.com>
2021-12-23 19:36:50 -06:00

47 lines
1.6 KiB
Groff
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

.\" SPDX-FileCopyrightText: 1991, Julianne Frances Haugh
.\" SPDX-License-Identifier: BSD-3-Clause
.\"; 中文版版權所有 soloman, Laser www.linuxforum.net 2000
.\"
.\"
.TH CHPASSWD 8
.SH NAME
chpasswd \- 成批更新使用者的口令
.SH 總覽
chpasswd [\-e]
.SH 描述
.B chpasswd
從系統的標準輸入讀入使用者的名稱和口令,
並利用這些信息來更新系統上已存在的使用者的口令。
在沒有用 \-e 這個開關選項的情況下,口令將按明文的形式接收。
如果使用了 \-e 選項,口令將只能以加密的方式傳遞。
每行的具體格式如下所示:
.sp 1
\fI使用者名\fR\fI新口令\fR
.sp 1
使用者名必須是系統上已存在的使用者。
輸入的密碼在必要時進行加密處理,
如果口令檔案具有時間特性,則同時更新。
.PP
此命令適用於大型的系統,在此類系統中,
使用者一般都是一次同時生成的,而用 adduser 和
passwd 口令來對其一一進行設置一般說往往比較慢。
.SH 注意事項
.\" The \fBmkpasswd\fR command must be executed afterwards to update the
.\" DBM password files.
.\" This command may be discarded in favor of the newusers(8) command.
因為可以使用檔案重定向進行輸入,
chpasswd &lt; user&amp;passwd-filename
如果輸入檔案是按非加密方式傳遞的話,請對該檔案進行適當的加密。
.SH 又見
passwd(1),useradd(8),newuser(8)
.SH 作者
Julianne Frances Haugh (jfh@bga.com)
.SH "[中文版維護人]"
.B 所羅門 <solomen@email.com.cn>
.SH "[中文版最新更新]"
2000/11/26
.SH "[中國 Linux 論壇 man 手冊頁翻譯計劃]"
.BI http://cmpp.linuxforum.net