ubuntu设置每天定时开关机
通过crontab命令来实现
编辑crontab配置文件:
vim etc/crontab
在文件最后一行添加:
30 17 * * * root /sbin/shutdown -r 09:00
设置每天17:30关机,早上9:00开机
通过crontab命令来实现
编辑crontab配置文件:
vim etc/crontab
在文件最后一行添加:
30 17 * * * root /sbin/shutdown -r 09:00
设置每天17:30关机,早上9:00开机