crontab

Line parsed values from system and user cron/tab.

Platform support

Please be aware that some queries can only be run against certain platforms. Below is a list of the supported platforms that this query supports. Zercurity will automatically pause queries from running if errors are detected. Running a query against an unsupported platform will result in the following error: no such table: crontab

  • Linux
  • Mac OSX

Table schema

Name Type Description
event TEXT The job @event name (rare)
minute TEXT The exact minute for the job
hour TEXT The hour of the day for the job
day_of_month TEXT The day of the month for the job
month TEXT The month of the year for the job
day_of_week TEXT The day of the week for the job
command TEXT Raw command string
path TEXT File parsed

Query examples

Select all the results for the given table.

SELECT * FROM crontab;