您好,登錄后才能下訂單哦!
本篇內容主要講解“Linux的shutdown命令怎么使用”,感興趣的朋友不妨來看看。本文介紹的方法操作簡單快捷,實用性強。下面就讓小編來帶大家學習“Linux的shutdown命令怎么使用”吧!
shutdown是最安全的關機和重啟命令,平時使用時推薦使用shutdown命令關機和重啟。
-c 取消已經在進行的shutdown指令內容
-h 關機
-k 發送警告信息給所有登錄者
-r 重啟
-f 重啟后強制略過fsck磁盤檢測
-F 重啟后強制進行fsck磁盤檢測
特定時間執行關機命令
shutdown –h now //立即關機 shutdown –h 12:00 //在12:00關機
指定五分鐘后關機,并發出警告信息
[root@CentOS6 桌面]#shutdown +5 “This System will be shutdown in 5 minutes”Broadcast message from root@CentOS6.8 (/dev/pts/0) at 13:33 … The system is going down for maintenance in 5 minutes! //系統提醒 This System will be shutdown in 5 minutes //用戶自定義提醒
指定3分鐘后重啟,并發出警告信息
[root@CentOS6 桌面]#shutdown –r +3 “3分鐘后關機重啟”Broadcast message from root@CentOS6.8 (/dev/pts/0) at 13:53 … The system is going down for reboot in 3 minutes! //系統提醒 3分鐘后關機重啟 //用戶自定義提醒
給所有登錄用戶發送提醒
[root@CentOS6 桌面]#shutdown –k “Waring:maybe the system will be shutdown”Shutdown:time expected Try’shutdown --help’ for more information. [root@CentOS6 桌面]# shutdown –k 5 “Waring:maybe the system will be shutdown”[root@CentOS6 桌面]#Broadcast message from root@CentOS6.8 (/dev/pts/0) at 14:26 … The system is going down for maintenance in 5 minutes! Waring:maybe the system will be shutdown
到此,相信大家對“Linux的shutdown命令怎么使用”有了更深的了解,不妨來實際操作一番吧!這里是億速云網站,更多相關內容可以進入相關頻道進行查詢,關注我們,繼續學習!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。