ckyshop.co.uk Posted November 10, 2007 Posted November 10, 2007 Trying to create a CRON job on PuTTY. Have tried command:~ > 0 4 * * 1,4 php /kunden/homepages/45/d66666666/htdocs/sitemaps.index.phpbash: 0: command not found And command:~ > 0 4 * * 1,4 /kunden/homepages/45/d66666666/htdocs/sitemaps.index.phpbash: ./0: Permission denied Please help a novice! Thanks for any help/comments. Regards, Lewis Hill
ckyshop.co.uk Posted November 10, 2007 Author Posted November 10, 2007 Solved. you are editing in vi mode at this point. here is the 10 second tutorial: "i" puts you in insert mode. "Esc" key escapes insert mode. ":wq" and "Enter" puts you in command mode and tells the editor to write (save the file) and quit. Thanks for any help/comments. Regards, Lewis Hill
Recommended Posts
Archived
This topic is now archived and is closed to further replies.