Each system user has their own list of scheduled tasks. This list is called a crontab.
To view a root user crontab, SSH in to your server as root and run the command:
crontab -l
Editing Crontabs
To edit a system user's crontab, run the command:
crontab -e