View Crontab script
Moderator: General Moderators
View Crontab script
Hello, I host my site with a ISP, and I'm trying to view my crontab script that I created via PLESK. I've been told I can do this via SSH but I'm unsure as to how. I've logged into the server as "admin" in SSH but where do I go from here? Thanks for your help!
try..
It should show something like..
Code: Select all
vi /etc/crontabCode: Select all
SHELL=/bin/bash
PATH=/sbin:/bin:/usr/sbin:/usr/bin
MAILTO=root
HOME=/
# run-parts
01 * * * * root run-parts /etc/cron.hourly
02 4 * * * root run-parts /etc/cron.daily
22 4 * * 0 root run-parts /etc/cron.weekly
42 4 1 * * root run-parts /etc/cron.monthlyYou'd better use
Code: Select all
crontab -e