linux 定时任务

    技术2025-05-07  18

    一、vi myregular.sh

     

          #!/bin/sh

          /opt/tomcat/bin/shutdown.sh

     

    二、chmod +x myregular.sh

     

    三、crontab -e

     

          0 2 * * *  /home/myregular.sh

     

    四、/sbin/service crond restart

    最新回复(0)