1. 常用选项
2.快速入门:
每小时每分钟执行 ls -I /etc/> /tmp/text.txt
crontab -e
*/1 * * * * ls -I /etc/> /tmp/text.txt
保存退出后,每分钟自动执行ls -I /etc/> /tmp/text.txt