清理Ubuntu臨時文件可采用以下方法:
sudo rm -rf /tmp/*
rm -rf ~/.cache/*
crontab -e
0 1 * * * sudo rm -rf /tmp/*
操作前建議備份重要數據,使用rm -rf命令要格外小心。
rm -rf