logo

oasis-root

Compiled tree of Oasis Linux based on own branch at <https://hacktivis.me/git/oasis/> git clone https://anongit.hacktivis.me/git/oasis-root.git

cron.1 (305B)


  1. .Dd 2015-10-08
  2. .Dt CRON 1
  3. .Os sbase
  4. .Sh NAME
  5. .Nm cron
  6. .Nd clock daemon
  7. .Sh SYNOPSIS
  8. .Nm
  9. .Op Fl f Ar file
  10. .Sh DESCRIPTION
  11. .Nm
  12. schedules commands to be run at specified dates and times.
  13. .Sh OPTIONS
  14. .Bl -tag -width Ds
  15. .It Fl f Ar file
  16. Use the specified
  17. .Ar file
  18. instead of the default
  19. .Pa /etc/crontab .
  20. .El