cron
Warn
Audited by Runlayer on Feb 21, 2026
Risk Level: MEDIUM
Scan Summary
Flagged Files (1)
SKILL.mdHIGH
78.3%
Malicious tool definition detected
Tool: SKILL.md Description: --- name: cron description: 定时任务管理 version: 1.0.0 author: terminal-skills tags: [server, cron, crontab, schedule, automation] --- # 定时任务管理 ## 概述 Cron 定时任务配置、日志监控、故障排查等技能。 ## Crontab 基础 ### 管理命令 ```bash # 编辑当前用户的 crontab crontab -e # 查看当前用户的 crontab crontab -l # 删除当前用户的 crontab crontab -r # 管理其他用户的 crontab(需要 root) crontab -u username -e crontab -u username -l ``` ### 时间格式 ``` ┌───────────── 分钟 (0-59) │ ┌───────────── 小时 (0-23) │ │ ┌───────────── 日 (1-31) │ │ │ ┌──────
Audit Metadata