groupadd problem in oracle linux 5.8
Tony007Mar 24 2012 — edited Mar 24 2012hi am having problem when trying to add a group in my oracle user i try to do this
find / -name groupadd
find: /proc/12375: No such file or directory
find: /proc/12376: No such file or directory
/usr/sbin/groupadd
echo $PATH
/usr/kerberos/sbin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin
PATH=$PATH:/usr/sbin/groupadd
echo $PATH
/usr/kerberos/sbin:/usr/lib/qt-3.3/bin:/usr/kerberos/bin:/usr/local/bin:/usr/bin:/bin:/usr/X11R6/bin:/home/oracle/bin:/usr/sbin/groupadd
but am still geting this error
groupadd oinstall
bash: groupadd: command not found