I have some questions on how I can perform the following actions from the terminal in CentOS 5.5 final. My Google searches aren't helping and I keep seeing references to the command 'useradd' but this isn't present on my box;
-How to add a new user? $ useradd -bash: useradd: command not found (This is the same for my normal user and when logged in as root)
-How to set/change an existing users home folder path -How to list all users -How to list all groups
Sorry if this seems trivial but I am actually stuck on this :)