On Mon, 27 Dec 2010 12:33:25 -0600, Martin Schrvder <[email protected]>
wrote:
2010/12/27 Orestes Leal R. <[email protected]>:
the 2 programs work ok, but the do not execute from crontab when I
logged
out from console,ssh.
but when I logged on into an ssh session or console session then
execute.
Programs started by cron will have a different env(1) than those
started from interactive sessions; most notabily $PATH will be
different.
Best
Martin
Is there any restriction on accesing networks sockets from cron?