Posts Tagged ‘ Command Prompt ’

Scheduling Tasks in CentOS – crontab

Scheduling Tasks in CentOS – crontab

Crontab is the venerable task scheduler for Unix-derived systems. To schedule tasks, you configure a table of entries that occur in some sort of chronological fashion, hence “crontab”. Image via Wikipedia To set up a crontab entry, enter crontab -e at the shell prompt. This will bring up an entirely blank screen in vim,...

Read more »