centos7.x 关机重启

    shutdown -h 10          #计算机将于10分钟后关闭,且会显示在登录用户的当前屏幕中

         shutdown -h now       #计算机会立刻关机

         shutdown -h 22:22     #计算机会在这个时刻关机

         shutdown -r now        #计算机会立刻重启

         shutdown -r +10         #计算机会将于10分钟后重启

         reboot                           #重启

         halt                                #关机

posted @ 2020-05-11 17:22  Anybt  阅读(230)  评论(0编辑  收藏  举报