清理Ubuntu临时文件常用方法如下:
sudo apt clean
sudo rm -rf /tmp/*
crontab -e
0 1 * * * sudo rm -rf /tmp/*
操作前建议备份重要数据,谨慎使用rm -rf命令。
rm -rf