LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   Deleting Users (https://www.linuxquestions.org/questions/linux-newbie-8/deleting-users-579169/)

sseeker 08-23-2007 04:30 AM

Deleting Users
 
As newbie as it may seem, I'm on CentOS, and I created a user that I didn't really want. I've tried the rmuser command, but it's not found. Is there another way that I can remove users in CentOS Bash?


Thanks

rkelsen 08-23-2007 04:40 AM

try userdel

b0uncer 08-23-2007 04:50 AM

Code:

man userdel
if it's not in your path, you might try to use
Code:

/sbin/userdel
instead (or see if it's in /usr/sbin/ for example). Some distributions don't add sbin/ directories to regular users' $PATH by default.

sseeker 08-23-2007 04:52 AM

Thanks! userdel worked a charm :)


All times are GMT -5. The time now is 05:48 PM.