map007

Active Member
Jun 5, 2008
43
0
56
Hi,

After migration of the server , some users cronjobs are not viewable or hide from cPanel >> cron jobs

but still its running , please guide me how can i restore that cron jobs so i can modify it.
where i can find those crons so i can restore it.


Thanks in advance.
 

map007

Active Member
Jun 5, 2008
43
0
56
Hi Spiral ,

I already checked there but the user is not able under /var/spool/cron directory but still the that user's crons are working .....

Guide me where i can check the user's cron or how to restore that crons.....


Thank you.
 

sajna_m

Registered
Jul 28, 2009
3
0
51
Hi map007,

Try this:

SSH to your server as root.

Change the permissions of the file /usr/bin/crontab to 4755

chmod 4755 /usr/bin/crontab

:)
 
Last edited:

sajna_m

Registered
Jul 28, 2009
3
0
51
Hi,

The command 'crontab -lu username' will list all the cron jobs set under the username specified.

:)