From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: To: 9fans@cse.psu.edu Subject: Re: [9fans] removing users From: "Russ Cox" In-Reply-To: <805f1ee42342a282e83e3fce524f145e@plan9.escet.urjc.es> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Date: Thu, 19 Jun 2003 13:50:53 -0400 Topicbox-Message-UUID: d02a4a5a-eacb-11e9-9e20-41e7f4b1d025 If you're running dumps, it's not a good idea to remove users -- their ids will still be found looking in the dump. You can rename the uname with 'uname old %new' but you shouldn't get rid of the uid. Russ