logo
  • 教程列表
  • SO官方文档
  • crontab 入门
    • 在 ubuntu(或大多数其他 Linux 操作系统)上创建一个新的 cron
    • 在 Linux 上安装 crontab
  1. StackOverflow 文档
  2. crontab 教程
  3. crontab 入门
  4. 在 Linux 上安装 crontab

在 Linux 上安装 crontab

Created: November-22, 2018

于 Debian / Ubuntu

# apt-get update & apt-get -y upgrade
# apt-get install cron

Fedora 的/ CentOS

# yum -y update
# yum install vixie-cron

拱

# pacman --noconfirm -Syu
# pacman -S cronie
  • 在 ubuntu(或大多数其他 Linux 操作系统)上创建一个新的 cron

Copyright © 2018. All right reserved

tastones.com 备案号:鲁ICP备18045372号-1

  • 关于我们
  • 免责声明