]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - adduser/rmuser.8
Recommit everything, add chpass, improve history (except for a few files that git...
[pw-darwin.git] / adduser / rmuser.8
index 32f7b4959dd07768c42c2021b1708fb1369136be..e24d5eedf868b7c009bc24733bb264db568d4e0a 100644 (file)
@@ -34,7 +34,7 @@
 .Nd remove users from the system
 .Sh SYNOPSIS
 .Nm
-.Op Fl y
+.Op Fl yv
 .Op Fl f Ar file
 .Op Ar username ...
 .Sh DESCRIPTION
@@ -78,6 +78,9 @@ Removes the username from all groups to which it belongs in
 the group is removed; this complements
 .Xr adduser 8 Ns 's
 per-user unique groups.)
+.It
+Removes all message queues, shared memory segments and
+semaphores owned by the user.
 .El
 .Pp
 The
@@ -126,7 +129,7 @@ Anything following a hash mark
 including the hash mark itself, is considered a comment and will not
 be processed.
 If the file is owned by anyone other than a user with
-UID 0, or is writeable by anyone other than the owner,
+UID 0, or is writable by anyone other than the owner,
 .Nm
 will refuse to continue.
 .It Fl y
@@ -140,13 +143,21 @@ This option requires that either the
 .Fl f
 option be used, or one or more user names be given as command line
 arguments.
+.It Fl v
+Enable verbose mode.
+Normally,
+the output includes one line per removed user;
+however,
+with this option
+.Nm
+will be much more chatty about the steps taken.
 .It Ar username
 Identifies one or more users to be removed; if not present,
 .Nm
 interactively asks for one or more users to be removed.
 .El
 .Sh FILES
-.Bl -tag -compact
+.Bl -tag -width "Pa /etc/master.passwd" -compact
 .It Pa /etc/master.passwd
 .It Pa /etc/passwd
 .It Pa /etc/group