How do I delete/remove a SUSE 10.3 user?

I'm using Putty to connect to my Webserver. I'd like to know the command to delete a user I've set up a few days ago. Is there also a way to display all the users and their rights?


just use userdel <username>. if you also want to remove the home directory and mail spool of the user use userdel -r <username>.