Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 319 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 319 Bytes

cron and crontab

This cron implementation does not require setuid or root privileges. The crontab file gets created in the following location:

~/.config/.crontab

Usage:

crontab [file]

crontab [-e|-l|-r]

crond [-v]

Technical Documentation