InterviewSolution
Saved Bookmarks
| 1. |
What Is Difference Between At And Cron? |
|
Answer» CRON command is USED to SCHEDULE the task daily at the same time repeatedly ,“at” command is used to schedule the task only once i.e. to run only ONE time. Cron command is used to schedule the task daily at the same time repeatedly ,“at” command is used to schedule the task only once i.e. to run only one time. |
|