]> git.cameronkatri.com Git - pw-darwin.git/blobdiff - adduser/rmuser.8
Force umask to 077 (instead of 000) during the edit phase, to get
[pw-darwin.git] / adduser / rmuser.8
index 6f45458e8afbf0b8987c6a84a6d25ac17a189ea2..5edaeef4caf0d3bd0b0ffe8c81cb801e57cdeefc 100644 (file)
@@ -24,7 +24,7 @@
 .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
 .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 .\"
-.\"    $Id$
+.\"    $Id: rmuser.8,v 1.7 1997/09/01 06:14:17 charnier Exp $
 .\"
 .Dd February 23, 1997
 .Dt RMUSER 8
 .Op Ar username
 .Sh DESCRIPTION
 The utility
-.Nm rmuser
+.Nm
 .Pp
 .Bl -enum
 .It
 Removes the user's 
 .Xr crontab 1
-entry (if any)
+entry (if any).
 .It
 Removes any 
 .Xr at 1
-jobs belonging to the user
+jobs belonging to the user.
 .It
-Sends a SIGKILL signal to all processes owned by the user
+Sends a SIGKILL signal to all processes owned by the user.
 .It
-Removes the user from the system's local password file
+Removes the user from the system's local password file.
 .It
 Removes the user's home directory (if it is owned by the user),
 including handling of symbolic links in the path to the actual home
-directory
+directory.
 .It
 Removes the incoming mail and pop daemon mail files belonging to the
 user from 
-.Pa /var/mail
+.Pa /var/mail .
 .It
 Removes all files owned by the user from
 .Pa /tmp ,
@@ -76,7 +76,7 @@ the group is removed; this complements
 per-user unique groups).
 .El
 .Pp
-.Nm rmuser
+.Nm Rmuser
 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.
@@ -87,22 +87,22 @@ user's
 .Xr passwd 5
 entry may be removed manually.
 .Pp
-If not running "affirmitively" (i.e., option
+If not running "affirmatively" (i.e., option
 .Fl y
 is not specified),
-.Nm rmuser
+.Nm
 shows the selected user's password file entry and asks for confirmation
 that you wish to remove the user.  If the user's home directory is owned
 by the user,
-.Nm rmuser
+.Nm
 asks whether you wish to remove the user's home directory and everything
 below.
 .Pp
 As
-.Nm rmuser
+.Nm
 operates, it informs the user regarding the current activity.  If any
 errors occur, they are posted to standard error and, if it is possible for
-.Nm rmuser
+.Nm
 to continue, it will.
 .Pp
 Available options:
@@ -114,7 +114,7 @@ the affirmative (i.e., yes).  A username must also be specified on the
 command line if this option is used.
 .It Ar \&username
 Identifies the user to be removed; if not present,
-.Nm rmuser
+.Nm
 interactively asks for the user to be removed.
 .Sh FILES
 .Bl -tag -width /etc/master.passwd -compact
@@ -145,11 +145,11 @@ command appeared in
 .\" .Sh AUTHOR
 .\" Guy Helmer, Ames, Iowa
 .Sh BUGS
-.Nm rmuser
+.Nm Rmuser
 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
+.Nm Rmuser
 also is unable to remove symbolic links that were created by the
 user in
 .Pa /tmp
@@ -164,6 +164,6 @@ and
 .Pa /var/mail/.pop.username
 that are not owned by the removed user but should be removed.
 .Pp
-.Nm rmuser
+.Nm Rmuser
 has no knowledge of NIS (Yellow Pages), and it operates only on the
 local password file.