[PLUG] sudoers still not working

Grish grishnav at egosurf.net
Sat Nov 29 09:31:01 UTC 2003


Brian Quade wrote:

 > But when I login as admin and try to run groupadd, I get "command
 > not found".


groupadd probably isn't in your normal user path.

Try something like:

sudo /usr/sbin/groupadd

If you don't know where it is, do a find / -name groupadd 2>/dev/null

If that works, you can do a

PATH=$PATH:/sbin:/usr/sbin:/usr/local/sbin:[ . . . ]






More information about the PLUG mailing list