cdslaughter
12-03-2003, 11:00 PM
I created an account with the adduser command. I misstyped the username andpassword. how do I delete it? deluser does not work.
Carl
[root@localhost usr]# adduser carl -u 105 -d /carl -p carl -m -G users -s /bin/bash
adduser: user carl exists
[root@localhost usr]# killuser
bash: killuser: command not found
[root@localhost usr]# rmuser
bash: rmuser: command not found
[root@localhost usr]# deluser
bash: deluser: command not found
[root@localhost usr]#
Carl
[root@localhost usr]# adduser carl -u 105 -d /carl -p carl -m -G users -s /bin/bash
adduser: user carl exists
[root@localhost usr]# killuser
bash: killuser: command not found
[root@localhost usr]# rmuser
bash: rmuser: command not found
[root@localhost usr]# deluser
bash: deluser: command not found
[root@localhost usr]#