How to Find Cron Jobs on a Mac
Cron jobs or cron tabs are automated scripts developed originally in Unix operating systems. Cron jobs are scripts developed to run periodically at various times to perform maintenance tasks. While Mac OS X uses Unix as its operating system framework, the implementation of cron jobs is different from that in Linux. Three cron jobs are built into the Linux operating system as maintenance tasks to clean up system files.
Instructions
-
-
1
Double-click the "Finder" icon to find the location of the cron jobs on your hard drive. Press "CMD"+"Shift"+"G" and then type "/system/library/launchdaemons" (without quotes). Click "Go."
-
2
Scroll through the LaunchDaemons folder until you reach "com.apple.period-XXXX.plist." There are three entries for daily, monthly and weekly. These are the three cron jobs on your Mac. They are scheduled to operate between 3 and 5 a.m.
-
-
3
Run the scripts manually by opening Terminal. Click "Finder," then press "CMD"+"Shift"+"U." Double-click "Terminal" to open it. Type "sudo periodic daily weekly monthly" and press "Enter." Type in your password and press "Enter." When the command line reappears, the tasks are complete.
-
1