cronjob – POFTUT

Troubleshoot and Check Cron Job Logs

Troubleshoot and Check Cron Job Logs

cron is a very useful tool and mechanism to schedule jobs in a Linux operating system. cron can run scripts, commands, binaries if set properly. But in some cases, there may be some misconfiguration or unexpected behavior. So we may not be sure whether cron runs as we want. We can check cron log in … Read more

How To Schedule Tasks From Command Line In Windows With Schtasks?

Recurring tasks are generally schedules with scheduled task manager. Scheduled task manager have GUI for management but creating a task in 20 different servers is very hard and trivial job. Windows operating systems provide tool called schtasks which is used to create, modify, delete scheduled tasks. Help Help  about scheduling tasks command schtasks can be printed with … Read more