Re: how to delete a user

2002-12-11 Thread Anthony Abby
On Wed, 2002-12-11 at 15:25, Jianping Zhu wrote: > > how to delete a user? > man userdel -- redhat-list mailing list unsubscribe mailto:[EMAIL PROTECTED]?subject=unsubscribe https://listman.redhat.com/mailman/listinfo/redhat-list

Re: how to delete a user

2002-12-11 Thread Randy Franklin
bash# userdel username bash# rm -rf /home/username Do the second at your discretion. --Randy On Wednesday, December 11, 2002, at 03:25 PM, Jianping Zhu wrote: how to delete a user? Jianping Zhu Department of Computer Science Univerity of Georgia Athens, GA

RE: how to delete a user

2002-12-11 Thread Glenn Goodspeed
At a command prompt, type userdel [username] To remove the user and the user's home directory, it's userdel -r [username]. -Glenn. -Original Message- From: Jianping Zhu [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 11, 2002 2:26 PM To: [EMAIL PROTECTED] Subject: how to delete a