matfish Posted September 11, 2008 Share Posted September 11, 2008 Hi, Someone has set up cron jobs on my server using ssh which do not appear to be showing in my control panel (Plesk) - how can I view the cron jobs that have been created in ssh on the server? Many thanks Quote Link to comment https://forums.phpfreaks.com/topic/123755-crontabs/ Share on other sites More sharing options...
matfish Posted September 11, 2008 Author Share Posted September 11, 2008 Ok nevermind, I figured it out. They are actually showing in the control panel, however there is a shell script on the server which is running overnight and I dont know where its being invoked from? Any ideas what else could be running a .sh script on a nightly basis? Many thanks Quote Link to comment https://forums.phpfreaks.com/topic/123755-crontabs/#findComment-639019 Share on other sites More sharing options...
d_barszczak Posted September 11, 2008 Share Posted September 11, 2008 Which users cron is your plesk control panel showing because it could be the root crontab thats running the jobs. Which flavour of linux are you using? Quote Link to comment https://forums.phpfreaks.com/topic/123755-crontabs/#findComment-639134 Share on other sites More sharing options...
matfish Posted September 12, 2008 Author Share Posted September 12, 2008 Hi, thanks for the reply. Its Fedora 4, I managed to list the cron jobs for the main user - I havent tried root. Will give it a go and let you know. Thanks again Quote Link to comment https://forums.phpfreaks.com/topic/123755-crontabs/#findComment-639597 Share on other sites More sharing options...
Ghulam Yaseen Posted October 10, 2008 Share Posted October 10, 2008 Hello , please try this >> crontab -l this will show you all crons and if you want to see them executing then please use this >> tail -f /var/log/cron Ok nevermind, I figured it out. They are actually showing in the control panel, however there is a shell script on the server which is running overnight and I dont know where its being invoked from? Any ideas what else could be running a .sh script on a nightly basis? Many thanks Quote Link to comment https://forums.phpfreaks.com/topic/123755-crontabs/#findComment-661493 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.