如何关闭Linux系统

时间:2020-01-09 10:40:44  来源:igfitidea点击:

如何使用命令行选项关闭基于Linux的系统?
关闭Linux台式机,笔记本电脑,路由器和服务器的推荐安全方法是使用shutdown命令。
另一种选择是使用停止或关闭电源命令。
关闭命令的语法如下:

shutdown -h time "消息"

其中:

  • -h:关闭系统电源。
  • time:何时关闭。您可以立即关闭电源,也可以在2分钟后关闭电源。可以是绝对时间,格式为hh:mm,其中hh是小时(1或2位数字),mm是小时的分钟(以wo位为单位)。第二,它可以采用+ m格式,其中m是等待的分钟数。现在,该词是+0的别名。
  • message:发送警告消息以发送给所有用户。

关闭系统步骤

首先,打开命令行终端(选择应用程序>附件>终端)。
对于远程系统,请使用ssh登录。
接下来,在出现提示时,通过输入" su-"或" sudo -s"并输入root密码来切换到root用户。
最后,执行以下命令以root用户身份立即关闭系统:

# shutdown -h now

或者

# shutdown -h +0

关闭并显示警告消息

要在10分钟内关闭系统,并显示以下警告消息:

# shutdown -h +10 "Development server is going down for maintenance. Please save your work ASAP."

输出示例:

Broadcast message from root@wks01 (pts/0) (Sat Apr 21 02:26:30 2012):

Development server is going down for maintenance. Please save your work ASAP. 
The system is going DOWN for system halt in 10 minutes!

poweroff命令

您可以停止系统,关闭电源。
这称为poweroff,并且poweroff命令可以按如下方式使用(警告:以下命令将立即关闭Linux系统):

# poweroff

请参阅系统关闭日志

自从在Linux下创建日志文件以来,最后一次重新引导或最后一次关闭命令将显示所有重新引导和关闭的日志:

# last reboot

或者

# last shutdown
# last -x shutdown

输出示例:

shutdown system down  2.6.32-131.12.1. Sun Jan  1 05:03 - 05:05  (00:02)    
shutdown system down  2.6.32-131.12.1. Sun Aug 28 16:53 - 17:00  (00:06)    
shutdown system down  2.6.32-131.12.1. Sat Aug 27 17:21 - 17:23  (00:02)    
shutdown system down  2.6.32-131.0.15. Sat Aug 27 17:15 - 17:18  (00:02)    

wtmp begins Sat Aug 27 17:08:12 2011