linux定時(shí)關(guān)機(jī)腳本
來源:懂視網(wǎng)
責(zé)編:小采
時(shí)間:2022-05-18 13:36:23
linux定時(shí)關(guān)機(jī)腳本
1、linux系統(tǒng)如果要定時(shí)關(guān)機(jī),需要用shutdown命令來實(shí)現(xiàn);2、輸入shutdown H 接時(shí)間即可,指定特定的時(shí)間來關(guān)機(jī);3、如果要取消剛剛的關(guān)機(jī)任務(wù),可以輸入 shutdown c;4、如果需要維護(hù),要通知其他在線用戶,可以輸入 shutdown k 發(fā)送關(guān)機(jī)警告。
導(dǎo)讀1、linux系統(tǒng)如果要定時(shí)關(guān)機(jī),需要用shutdown命令來實(shí)現(xiàn);2、輸入shutdown H 接時(shí)間即可,指定特定的時(shí)間來關(guān)機(jī);3、如果要取消剛剛的關(guān)機(jī)任務(wù),可以輸入 shutdown c;4、如果需要維護(hù),要通知其他在線用戶,可以輸入 shutdown k 發(fā)送關(guān)機(jī)警告。
linux定時(shí)關(guān)機(jī)需要分四步進(jìn)行,下面是linux定時(shí)關(guān)機(jī)的具體介紹:
-
1
使用shutdown命令
linux系統(tǒng)如果要定時(shí)關(guān)機(jī),需要用shutdown命令來實(shí)現(xiàn)。
-
2
配置定時(shí)關(guān)機(jī)
輸入shutdown -H 接時(shí)間即可,指定特定的時(shí)間來關(guān)機(jī)。
-
3
取消定時(shí)關(guān)機(jī)
如果要取消剛剛的關(guān)機(jī)任務(wù),可以輸入 shutdown -c。
-
4
通知其他用戶關(guān)機(jī)
如果需要維護(hù),要通知其他在線用戶,可以輸入 shutdown -k 發(fā)送關(guān)機(jī)警告。
-
end
聲明:本網(wǎng)頁內(nèi)容旨在傳播知識(shí),若有侵權(quán)等問題請(qǐng)及時(shí)與本網(wǎng)聯(lián)系,我們將在第一時(shí)間刪除處理。TEL:177 7030 7066 E-MAIL:11247931@qq.com
linux定時(shí)關(guān)機(jī)腳本
1、linux系統(tǒng)如果要定時(shí)關(guān)機(jī),需要用shutdown命令來實(shí)現(xiàn);2、輸入shutdown H 接時(shí)間即可,指定特定的時(shí)間來關(guān)機(jī);3、如果要取消剛剛的關(guān)機(jī)任務(wù),可以輸入 shutdown c;4、如果需要維護(hù),要通知其他在線用戶,可以輸入 shutdown k 發(fā)送關(guān)機(jī)警告。