我已经使用以下行设置了 crontab e,但它并没有像我预期的那样每小时 14 分钟运行一次。
14 * * * * rm -rf ~/.local/share/Trash/*
首先,这个代码正确吗?
其次,如果是的话,为什么它根本不运行,我需要做什么才能让它运行。我只想每小时清理一次垃圾。我从 askabuntu 上的最佳答案中找到了这段代码。
谢谢
答案1
你为什么不直接安装 Autotrash?以下是安装说明:
首先,添加 repo:
sudo add-apt-repository ppa:bneijt/ppa
然后进行更新
sudo apt-get update
然后安装 Autotrash
sudo apt-get install autotrash
autotrash 的使用示例:
要清除垃圾箱中存储超过 30 天的任何文件,请在终端窗口中输入以下行
autotrash -d 30