Hi guys.
I have my crontab script:
"2 * * * 1-5 /home/users/ZK/cronftp.txt"
The command is to execute an ftp script.
I log into the linux server as the user ZK. I have installed my crontab script by entering the command "crontab cron1.txt"
But it doesn't seem to be working because the ftp is not being executed.
I am guessing it is a permission problem. When I try to find the cron.allow and cron.deny files, the server says there is no such file or directory, so how am I meant ot give myself permission?
Even when i log onto the server as admin, it cannot find the cron.allow/deny files.
Would chmod solve my problem? And is the syntax of my crontab script correct?
Thanks a lot!
ZK
I have my crontab script:
"2 * * * 1-5 /home/users/ZK/cronftp.txt"
The command is to execute an ftp script.
I log into the linux server as the user ZK. I have installed my crontab script by entering the command "crontab cron1.txt"
But it doesn't seem to be working because the ftp is not being executed.
I am guessing it is a permission problem. When I try to find the cron.allow and cron.deny files, the server says there is no such file or directory, so how am I meant ot give myself permission?
Even when i log onto the server as admin, it cannot find the cron.allow/deny files.
Would chmod solve my problem? And is the syntax of my crontab script correct?
Thanks a lot!
ZK