
11-04-2004, 12:03 PM
|
|
|
Join Date: Oct 2004
Posts: 9
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by School-Help
can someone please help me find the Path to my php executable. I think it is
/usr/local/lib/ but when i use this as the value on the cron job it does not work as i get the email /usr/local/lib/ is a directory. When replace path/to/forums/articlebot/articlebot.php do we use the full path? someone please help!
|
Try this:
tcsh -c "which php"
or
csh -c "which php"
|