aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/adduser/rmuser.8
diff options
context:
space:
mode:
authorPhilippe Charnier <charnier@FreeBSD.org>2002-07-14 14:47:15 +0000
committerPhilippe Charnier <charnier@FreeBSD.org>2002-07-14 14:47:15 +0000
commit490d5836b5ab0c76675986696b1637fff97dfae2 (patch)
tree1cffbfcbeace5b3e6b01d3c6b67a9c10233bc810 /usr.sbin/adduser/rmuser.8
parentfb9f73c4dd34b5748d573f1eb7edad1b4e0a3666 (diff)
downloadsrc-490d5836b5ab0c76675986696b1637fff97dfae2.tar.gz
src-490d5836b5ab0c76675986696b1637fff97dfae2.zip
The .Nm utility
Notes
Notes: svn path=/head/; revision=99968
Diffstat (limited to 'usr.sbin/adduser/rmuser.8')
-rw-r--r--usr.sbin/adduser/rmuser.824
1 files changed, 15 insertions, 9 deletions
diff --git a/usr.sbin/adduser/rmuser.8 b/usr.sbin/adduser/rmuser.8
index d3ed35333d88..2e55694122c2 100644
--- a/usr.sbin/adduser/rmuser.8
+++ b/usr.sbin/adduser/rmuser.8
@@ -37,8 +37,9 @@
.Op Fl y
.Op Ar username
.Sh DESCRIPTION
-The utility
+The
.Nm
+utility
.Pp
.Bl -enum
.It
@@ -76,7 +77,9 @@ the group is removed; this complements
per-user unique groups).
.El
.Pp
-.Nm Rmuser
+The
+.Nm
+utility
politely refuses to remove users whose uid is 0 (typically root), since
certain actions (namely, killing all the user's processes, and perhaps
removing the user's home directory) would cause damage to a running system.
@@ -139,17 +142,19 @@ interactively asks for the user to be removed.
.Sh HISTORY
The
.Nm
-command appeared in
+utility appeared in
.Fx 2.2 .
.\" .Sh AUTHOR
.\" Guy Helmer, Ames, Iowa
.Sh BUGS
-.Nm Rmuser
-does not comprehensively search the filesystem for all files
+The
+.Nm
+utility does not comprehensively search the filesystem for all files
owned by the removed user and remove them; to do so on a system
of any size is prohibitively slow and I/O intensive.
-.Nm Rmuser
-also is unable to remove symbolic links that were created by the
+The
+.Nm
+utility also is unable to remove symbolic links that were created by the
user in
.Pa /tmp
or
@@ -165,6 +170,7 @@ and
.Pa /var/mail/.pop.username
that are not owned by the removed user but should be removed.
.Pp
-.Nm Rmuser
-has no knowledge of NIS (Yellow Pages), and it operates only on the
+The
+.Nm
+utility has no knowledge of NIS (Yellow Pages), and it operates only on the
local password file.