文件操作 - 0logwatch
返回文件管理
返回主菜单
删除本文件
文件: /mnt/disco_esterno_ftp/BACKUP/BACKUP MANUALE/SYS/2025-11-01/etc/cron.daily/0logwatch
编辑文件内容
#!/bin/sh #Set logwatch location LOGWATCH_SCRIPT="/usr/sbin/logwatch" #Add options to this line. Most options should be defined in /etc/logwatch/conf/logwatch.conf, #but some are only for the nightly cronrun such as --output mail and should be set here. #Other options to consider might be "--format html" or "--encode base64", man logwatch for more details. OPTIONS="--output mail" #Call logwatch $LOGWATCH_SCRIPT $OPTIONS exit 0
修改文件时间
将文件时间修改为当前时间的前一年
删除文件