I'm just about to start scheduling my first cron jobs.
On cPanel it gives this warning:
Warning: You need to have a good knowledge of Linux commands before you can use cron jobs effectively. Check your script with your hosting administrator before adding a cron job.
Am I right in thinking that the script that is called is exactly the same as you would run in a browser, but without the output? And knowledge of Linux comands is only necessary for specifying the file path correctly?
Also, I don't know how to work out how often I can run a script without overloading the server. How is this use of resources measured, and where would I look for the figures? Or is there some rule of thumb?