我有一个kubuntu桌面盒。这个盒子整齐地设置,适合我的所有需求。
然而:为了节省电力,以前的老板每天23:30(晚上11点30分钟)关闭箱子,以节省电力。
Syslog告诉我:
23:30:02 kubuntu-871263 CRON [17372] :( root)CMD(^ I / sbin / poweroff)
我因此调查了
crontab -l
17 * * * * root cd / && run-parts --report /etc/cron.hourly
25 22 * * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.daily )
47 22 * * 7 root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.weekly )
52 22 1 * * root test -x /usr/sbin/anacron || ( cd / && run-parts --report /etc/cron.monthly )
用于root用户和所有用户。
我找不到poweroff命令的来源。 23:30命令的任何想法都来源于。
PS我不能问前任老板。
答案 0 :(得分:2)
我在/ etc中找到了一个crontab文件,它是系统范围的crontab(/ etc / crontab)。该文件包含23:30的poweroff命令。