What is the command to view cron jobs for the current user?
crontab -l
What is the command to create a cron job for the current user?
crontab -e
What is the syntax structure for editing a cron job?
(m) (h) (day) (month) (wd) (cmd)
can specify ranges i.e:
*(all) 1-10 1,2,4 1-12/2 (every 2nd integer)
Where are user specific cron tabs located?
/var/spool/cron
/var/spool/cron/crontab
Where are system wide cron tabs located?
Edit:
/etc/crontab
How do you whitelist users to restrict cron jobs?
Create file /etc/cron.allow
with whitelisted users
What is the command to edit the local crontab of another user?
crontab -e -u