ThomasJSmart
Programmer
- Sep 16, 2002
- 634
Hi
I have a .pl file on my server called "stats.pl"
its located here: "/home/luckdrag/public_html/steam/pstats/stats.pl"
the file has chmod 777
Im trying to use cron to load this file every morning.
when cron runs it sends me an overview email
the content of this email is:
what am i doing wrong?
is ther another kind of "permissions" next to chmod that i am unaware off?
thanks
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!
I have a .pl file on my server called "stats.pl"
its located here: "/home/luckdrag/public_html/steam/pstats/stats.pl"
the file has chmod 777
Im trying to use cron to load this file every morning.
when cron runs it sends me an overview email
the content of this email is:
Code:
/bin/sh: line 1: /home/luckdrag/public_html/steam/pstats/stats.pl: Permission denied
what am i doing wrong?
is ther another kind of "permissions" next to chmod that i am unaware off?
thanks
I learned a bit yesterday, today i learned a lot, imagine what i'll learn tomorrow!