Running newusers util in cron to batch create users does not run [duplicate]

Solution 1:

You have to use the full path in cronjobs. So find out the full path to news users (/bin/newusers/) or whatever it is, and place that in your cronjob. You can find the full path by typing

which newusers