Linux系统的关闭知识

字体大小: 中小 标准 ->行高大小: 标准
A:#shutdown –r +10 (十分钟后系统自动重启):
# shutdown –r 13:00 (13:00整,系统自动重启)
# shutdown –r now (系统立即重启)
# reboot (系统立即重启)
# haltsys (关闭系统)
# shutdown –h (关闭系统)

此文章由 http://www.ositren.com 收集整理 ,地址为: http://www.ositren.com/htmls/48804.html