Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Editing the crontab

Code Block
languagebash
sudo crontab -e

Will ask you what editor you want to use

Code Block
languagebash
Select an editor.  To change later, run 'select-editor'.
  1. /usr/bin/ne
  2. /usr/bin/vim.basic
  3. /usr/bin/vim.tiny

Next is to add your cron job to the file

...