很久以前,我设置了一个在特定时间关闭系统的时间表。现在我需要更改这个时间,但我找不到这个时间表。
我检查了 crontab 和 gnome-schedule
是否有人知道其他地方或软件中可以有此日程安排?
答案1
答案2
查看
/var/spool/cron/crontabs/
应该为每个被允许并且具有 crontab 的用户创建一个文件
crontab -l -u username => list the jobs set for that username
crontab -e -u username => edit the jobs for that username
crontab -r - u username => remove the jobs for that username