66 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
			
		
		
	
	
			66 lines
		
	
	
		
			2.6 KiB
		
	
	
	
		
			Groff
		
	
	
	
	
	
.\" $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)
 |