InterviewSolution
Saved Bookmarks
| 1. |
What Is A Cron Job? |
|
Answer» A cron job is a Linux command for scheduling SCRIPT on your server to EXECUTE repetitive TASKS automatically. Scripts executed as a cron job are typically USED to modify files, databases and manage caching. A cron job is a Linux command for scheduling script on your server to execute repetitive tasks automatically. Scripts executed as a cron job are typically used to modify files, databases and manage caching. |
|