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
Didn't find what you were looking for? Try these links:
"The only way of finding the limits of the possible is by going beyond them into the impossible." -
Arthur C. Clarke