[lug] Useradd
D. Stimits
stimits at idcomm.com
Tue Nov 28 21:08:10 MST 2000
"Boulton, Michael (Corp-Warren)" wrote:
>
> Greetings,
>
> I have just adopted a DNS server running Red Hat 6 with bind 8. I am just
> trying to add a user...
> useradd bob, and it is telling me command not found.
>
> Is there something I am missing?
>
> Mike
>
> Borg Warner
>
Mine is in /usr/sbin/. Maybe it isn't in your path. Try the full path:
/usr/sbin/useradd bob
If that fails, updatedb (wait a minute, it takes time), then:
locate useradd | grep bin
More information about the LUG
mailing list