Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

cron表达式学习笔记

1、敏感期,x-ui面板关机,风声过了,x-ui面板开机

# 编辑crontab文件
crontab -e
0 12 3 6 * x-ui stop
0 12 5 6 * x-ui start
# 列出crontab文件中的所有任务
crontab -l