This is due to your PATH settings (although fedora should be looking there).
Edit the file ~/.bashrc and at the bottom append:
Code:
export PATH=$PATH:/usr/local/bin
That should amend it to YOUR login only, if you wish it to be global then you will need to look in the /etc/profile file. I'm not sure of the layout to this file but the solution should be similar.
Quote:why is there no useradd utility
When you chose to become root you MUST use this
Code:
su -
The - indicates the addition of superuser PATH's etc (as before!). This will let you "see" the useradd binary.