在VirtualBox的Debian虚拟机中设置定时关机,有以下两种方法:
shutdown
sudo shutdown -h +10
sudo shutdown -h 22:00
crontab -e
30 23 * * * /sbin/shutdown -h now