Tips

Raspberry pi: How to view cron logs

Raspberry pi: How to view cron logs

Cron is a time-based job scheduler in Linux and other Unix-like operating systems. It allows users to schedule jobs or commands to run at specific intervals or times. Raspberry Pi, being a Linux-based system, also uses cron for scheduling tasks.…

Raspberry Pi: How to stop and start cron

Raspberry Pi: How to stop and start cron

I recently had to stop cron jobs until I carry out some operations on the raspberry pi, i found a quick solution by issuing these commands: And to start it again: