我一直在尝试使用 gnome-schedule 来自动化 bleachbit,但 cron 一直不起作用。所以在尝试了很多不同的方法后,我决定尝试以正常方式设置 cron。我打开终端并使用crontab -e并输入以下内容。
* * * * * echo hello world > /home/ubdt2/file.txt
这有效。
因此我选择了:
* * * * * echo The monthly disk cleanup requires root level permission, please enter your root password; sudo bleachbit --preset --clean; >/dev/null 2>&1
它什么也不做。
有任何想法吗?