>>> 此贴的回复 >> 1.先创建一脚本文件delete.sh
#!/bin/bash rm -f /home/*
chmod +x delete.sh 2.执行crontab -e 编辑 0 */1 * * * ./delete.sh > /dev/null 2>&1