亚洲最大看欧美片,亚洲图揄拍自拍另类图片,欧美精品v国产精品v呦,日本在线精品视频免费

  • 站長(zhǎng)資訊網(wǎng)
    最全最豐富的資訊網(wǎng)站

    linux系統(tǒng)關(guān)機(jī)命令是什么

    linux系統(tǒng)關(guān)機(jī)命令:1、“shutdown -h now”或“shutdown -p now”;2、“halt”或“halt -p”;3、“poweroff”或“poweroff –halt”;4、“reboot -p”。

    linux系統(tǒng)關(guān)機(jī)命令是什么

    本教程操作環(huán)境:Red Hat Enterprise Linux 6.1系統(tǒng)、Dell G3電腦。

    GOIP通常上,當(dāng)你想要關(guān)閉或者重啟你的機(jī)器時(shí),你會(huì)運(yùn)行下面之一的命令:

    shutdown 命令

    shutdown會(huì)給系統(tǒng)計(jì)劃一個(gè)時(shí)間關(guān)機(jī)。它可以被用于停止、關(guān)機(jī)、重啟機(jī)器。

    你可以指定一個(gè)時(shí)間字符串(通常是 now或者用hh:mm 指定小時(shí)/分鐘)作為第一個(gè)參數(shù)。額外地,你也可以設(shè)置一個(gè)廣播信息在系統(tǒng)關(guān)閉前發(fā)送給所有已登錄的用戶。

    重要:如果使用了時(shí)間參數(shù),系統(tǒng)關(guān)機(jī)前 5 分鐘,會(huì)創(chuàng)建/run/nologin文件。以確保沒有人可以再登錄。

    shutdown命令示例:

    # shutdown # shutdown now # shutdown 13:20   # shutdown -p now  ### 關(guān)閉機(jī)器 # shutdown -H now  ### 停止機(jī)器       # shutdown -r09:35 ### 在 09:35am 重啟機(jī)器

    要取消即將進(jìn)行的關(guān)機(jī),只要輸入下面的命令:

    # shutdown -c

    halt 命令

    halt通知硬件來停止所有的 CPU 功能,但是仍然保持通電。你可以用它使系統(tǒng)處于低層維護(hù)狀態(tài)。

    注意在有些情況會(huì)它會(huì)完全關(guān)閉系統(tǒng)。下面是 halt 命令示例:

    # halt             ### 立刻關(guān)機(jī) # halt -p          ### 關(guān)閉機(jī)器 # halt --reboot    ### 重啟機(jī)器

    poweroff 命令

    poweroff會(huì)發(fā)送一個(gè) ACPI 信號(hào)來通知系統(tǒng)關(guān)機(jī)。

    下面是 poweroff命令示例:

    # poweroff           ### 關(guān)閉機(jī)器 # poweroff --halt    ### 停止機(jī)器 # poweroff --reboot  ### 重啟機(jī)器

    reboot 命令

    reboot 通知系統(tǒng)重啟。

    # reboot           ### 重啟機(jī)器 # reboot --halt    ### 停止機(jī)器 # reboot -p        ### 關(guān)閉機(jī)器

    贊(0)
    分享到: 更多 (0)
    網(wǎng)站地圖   滬ICP備18035694號(hào)-2    滬公網(wǎng)安備31011702889846號(hào)