Thứ Hai, 3 tháng 8, 2015

How to list all cron entries on a WHM/cPanel based servers

How to list all cron entries on a WHM/cPanel based servers


Here is the small piece of code that helps

 for user in $(cut -f1 -d: /etc/passwd); do crontab -u $user -l; done 

And Cpanel Crontab Location

/var/spool/cron/

Share This!


Không có nhận xét nào:

Đăng nhận xét