• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

Hidden Cron Jobs

phoenixisp

Silver Pleskian
My CentOS 4/PSA 8.1.1 server has been attacked. I think I have it tightened up except that when I check my cron log there are 2 entries that I can't find when I run crontab -e. The 2 are running every 1 minute. I have checked all files in cron.d, cron.daily, etc.

How do I remove these?

Thanks....
 
check out /var/spool/cron

Each system user with a cron job has a file in here.

You should not manually edit these files - they are what you edit with crontab -e but at least you'll see which user has these hidden conjobs and can then edit them with crontab -u USER -e where USER is the particular crontab in question.

By default crontab -e edits the root user crontab (because you are root), so if it is under a different user you won't see it.

Faris.
 
Back
Top