# init 0 关闭系统(2)

# logout 注销

# reboot 重启(2)

# shutdown -h now 关闭系统(1)

# shutdown -h 16:30 & 按预定时间关闭系统

# shutdown -c 取消按预定时间关闭系统

# shutdown -r now 重启(1)

# telinit 0 关闭系统(3)