Ubuntu定时器(cron)能定时清理,可通过以下方式设置:
sudo apt-get autoclean
sudo journalctl --vacuum-time
rm -rf /tmp/*
crontab -e
0 3 * * * /path/to/cleanup.sh
chmod +x