Skip to content

Documenting Cronjobs and the crontab #2

@jackosullivan

Description

@jackosullivan

We need to produce documentation on how cronjobs work, common cronjobs, and how to audit crontab. See the command below as a reference:

for user in $(cut -f1 -d: /etc/passwd); do echo $user && crontab -u $user -l; done

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions