Skip to content
This repository has been archived by the owner on May 18, 2023. It is now read-only.

Configuration Crontab

ZeroC0D3 Team edited this page Jan 19, 2018 · 1 revision

Crontab Configuration

Task Schedule

Initialize Crontab

  • View last crontab configuration
crontab -l
  • Edit crontab configuration
crontab -e
  • Replace crontab configuration from a file
crontab crontab.lst
Clone this wiki locally