[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [cobalt-users] RaQ3 - groupadd command not found



-----Original Message-----
Subject: [cobalt-users] RaQ3 - groupadd command not found


I just finished installing MySQL 3.22.32 on our RaQ3 server. when I went to
creat the requisite
group and user for MySQL access the usuall commands; groupadd and useradd do
not exist.
How do I go about creating the groups and user that I need. I went and
checked all the bin directories
I could find and could not find those commands (as far as I know they are
not built in shell commands).
Every time I try and run groupadd I get a command not found error.
(I also tried the alternate addgroup command) Someone please help.

--------retraction-------------
Tis ok everyone, I figured it out. I had to go to the 'sbin' directory and
run the command as if it was a perl script ./groupadd and ./useradd

cheers, Dave