以下是在VirtualBox的CentOS虚拟机中设置定时关机的几种方法:
sudo shutdown -h +分钟数
sudo shutdown -h +30
sudo shutdown -h 22:22
crontab -e
59 23 * * * /sbin/shutdown -h now