|
[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]
Bill Patterson <patterson@computer.org>
> I want to use my user add and group add commands on a newly created RH8.0 Linux, and it says
>
> [root@localhost mysql]# groupadd mysql
> bash: groupadd: command not found
>
> I must've done something wrong. Does anyone know what? Thanks.
Perhaps groupadd is in some directory that is not in your PATH
variable. On my system it is in /usr/sbin. Try
/usr/sbin/groupadd mysql
and if that works, then edit your ~/.profile to include /usr/sbin in
the PATH when it sets the PATH.
_________________________________________________________________________
Philadelphia Linux Users Group -- http://www.phillylinux.org
Announcements - http://lists.netisland.net/mailman/listinfo/plug-announce
General Discussion -- http://lists.netisland.net/mailman/listinfo/plug
|
|