Posts Tagged ‘cron’

Listing and Editing Cron via Crontab

To list and edit crons, log in via SSH and use the following commands:
crontab -l to list crontabs
crontab -e to edit crontabs
editing is done in VI. Basic VI commands: http://www.cs.colostate.edu/helpdocs/vi.html

More »