Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to check whether my server has assigned any cron job or not

Is it possible to check the list of cron jobs that has assigned to my server using putty or winscp or some other ways to check .Because I could find cron job tab in side my cpanel

like image 828
RoSe Avatar asked Dec 26 '22 23:12

RoSe


1 Answers

You can check for current user

crontab -l

For list of commands available crontab usage

For all user take a look at:

/var/cron/tabs
#OR
/var/spool/cron/crontabs
like image 149
Aurimas Ličkus Avatar answered Jan 05 '23 17:01

Aurimas Ličkus