according to crontab.guru, many functions like @reboot, @daily, @annually ... are not standard. Is there any way to know the one implemented on my system (Kubuntu 21.04) ? I have tried the man-page, but have no result.
Thank you
according to crontab.guru, many functions like @reboot, @daily, @annually ... are not standard. Is there any way to know the one implemented on my system (Kubuntu 21.04) ? I have tried the man-page, but have no result.
Thank you
The supported "special strings" for time specification are listed in
man 5 crontab
:If you don't believe the documentation for your system, then you may download the source (ex.
apt-get source cron
) and check theentry.c
file: