reducing activity Asked: 2021-06-21 12:08:42 +0800 CST2021-06-21 12:08:42 +0800 CST 2021-06-21 12:08:42 +0800 CST 如何重新创建默认的 /etc/cron.d 文件? 772 我不小心删除/etc/cron.d/了文件夹。 如何将其重新创建为默认状态? 20.04 1 个回答 Voted Best Answer N0rbert 2021-06-21T12:25:34+08:002021-06-21T12:25:34+08:00 您必须重新安装包含文件的/etc/cron.d软件包 sudo apt-get install --reinstall -o Dpkg::Options::="--force-confmiss" \ $(dpkg -S /etc/cron.d | sed 's/,//g' | awk -F: '{print $1}')
您必须重新安装包含文件的
/etc/cron.d
软件包