From owner-freebsd-questions Wed Apr 16 01:37:58 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id BAA01647 for questions-outgoing; Wed, 16 Apr 1997 01:37:58 -0700 (PDT) Received: from inter03.lion.net ([195.50.148.67]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id BAA01628 for ; Wed, 16 Apr 1997 01:37:54 -0700 (PDT) Received: from lucky.lion.de ([192.109.89.2]) by inter03.lion.net (Netscape Mail Server v2.0) with SMTP id AAA17771; Wed, 16 Apr 1997 10:35:09 +0200 Received: from willi.lion.de by lucky.lion.de (SMI-8.6/SMI-4.1) id KAA07156; Wed, 16 Apr 1997 10:36:39 +0200 Received: from localhost by willi.lion.de (5.x/SMI-SVR4) id AA20595; Wed, 16 Apr 1997 10:36:23 +0200 Date: Wed, 16 Apr 1997 10:36:23 +0200 (MET DST) From: Christoph Haas To: Snob Art Genre Cc: Lord GoViL , freebsd-questions@freebsd.org Subject: Re: Is this a dumb question? In-Reply-To: Message-Id: Mime-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-questions@freebsd.org X-Loop: FreeBSD.org Precedence: bulk On Tue, 15 Apr 1997, Snob Art Genre wrote: > [ ] rm -r their home directory > [ ] use vipw to delete their line in the password file (or change > their password to *, or change their shell to /sbin/nologin) > [ ] delete their mail spool > [ ] kill any at or cron jobs belonging to them > [ ] if they have their own group, remove it from /etc/group And don't forget to kill all processes owned by the user to be removed. They might run some really nasty programs in the background ;-) Christoph