ubuntu 安装 cron 服务

sudo apt update
    
sudo apt install cron

启动并启用 cron 服务:

sudo systemctl start cron
sudo systemctl enable cron

  

posted on 2025-12-18 16:56  TMatrix52  阅读(0)  评论(0)    收藏  举报

导航