diff options
Diffstat (limited to 'man/zh_TW/man8/userdel.8')
-rw-r--r-- | man/zh_TW/man8/userdel.8 | 65 |
1 files changed, 65 insertions, 0 deletions
diff --git a/man/zh_TW/man8/userdel.8 b/man/zh_TW/man8/userdel.8 new file mode 100644 index 0000000..1a255d5 --- /dev/null +++ b/man/zh_TW/man8/userdel.8 @@ -0,0 +1,65 @@ +.\" $Id$ +.\" Copyright 1991 \- 1994, Julianne Frances Haugh +.\" All rights reserved. +.\" +.\" Redistribution and use in source and binary forms, with or without +.\" modification, are permitted provided that the following conditions +.\" are met: +.\" 1. Redistributions of source code must retain the above copyright +.\" notice, this list of conditions and the following disclaimer. +.\" 2. Redistributions in binary form must reproduce the above copyright +.\" notice, this list of conditions and the following disclaimer in the +.\" documentation and/or other materials provided with the distribution. +.\" 3. Neither the name of Julianne F. Haugh nor the names of its contributors +.\" may be used to endorse or promote products derived from this software +.\" without specific prior written permission. +.\" +.\" THIS SOFTWARE IS PROVIDED BY JULIE HAUGH AND CONTRIBUTORS ``AS IS'' AND +.\" ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE +.\" IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE +.\" ARE DISCLAIMED. IN NO EVENT SHALL JULIE HAUGH OR CONTRIBUTORS BE LIABLE +.\" FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL +.\" DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS +.\" OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) +.\" HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT +.\" LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY +.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF +.\" SUCH DAMAGE. +.TH USERDEL 8 +.SH 名稱 +userdel \- 刪 除 使 用 者 帳 號 及 相 關 檔 案 +.SH 語法 +.B userdel +[\fB\-r\fR] +.I login +.SH 描述 +\fBuserdel\fR 命 令 修 改 系 統 帳 號 檔 +刪 除 所 有 \fIlogin\fR 會 參 考 的 部 份 。 +使 用 者 名 稱 必 須是 存 在 的 。 +.IP \fB\-r\fR +使 用 者 目 錄 下 的 檔 案 一 並 移 除 。 在 其 他 位 置 上 的 檔 +案 也 將 一 一 找 出 並 刪 除 。 +.SH 檔案 +\fI/etc/passwd\fR \- 使 用 者 帳 號 資 料 +.br +\fI/etc/shadow\fR \- 使 用 者 帳 號 資 訊 加 密 +.br +\fI/etc/group\fR \- 群 組 資 訊 +.SH 警告 +\fBuserdel\fR 不 允 許 你 移 除 正 在線 上 +的 使 用 者 帳 號 。 +你 必 須 砍 掉 此 帳 號 現 在 在 系 統 上 執 行 的 程 序 才 能 進 行 帳 號 +刪 除 。 +不 能 在 NIS client 端 移 除 NIS 屬 性 的 東 西 。 +這 動 做 須 在 NIS server 端 上 執 行 。 +.SH SEE ALSO +.BR chfn (1), +.BR chsh (1), +.BR groupadd (8), +.BR groupdel (8), +.BR groupmod (8), +.BR passwd (1), +.BR useradd (8), +.BR usermod (8) +.SH 作者 +Julianne Frances Haugh (jfh@tab.com) |