reboot命令--Linux命令应用大词典729个命令解读

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了reboot命令--Linux命令应用大词典729个命令解读相关的知识,希望对你有一定的参考价值。

内容来源于人民邮电出版社《Linux命令应用大词典》

讲述729个命令,1935个例子

学习Linux系统的参考书、案头书,遇到不懂的命令或命令选项一查即可

争取每天都发布内容


本文出自 “airfish2000” 博客,更多命令查看博客:

http://airfish2000.blog.51cto.com/10829608/1898283


reboot命令

使用reboot命令可以重启Linux系统。

命令语法:

reboot [选项]

命令中各选项的含义如表所示。

                                  reboot命令选项含义

选项

含义

-w  

并不是真正的重启系统,只是写入到/var/log/wtmp文件中

-d

重启系统,不把记录写到  /var/log/wtmp日志文件中

-i

重启计算机前关闭网络

-f

没有调用shutdown而强制重新启动系统


:重启计算机系统。

[[email protected] ~]# reboot

 

Broadcast message from [email protected]

       (/dev/pts/1) at 1:21 ...

 

The system is going down for reboot NOW!



本文出自 “airfish2000” 博客,请务必保留此出处http://airfish2000.blog.51cto.com/10829608/1898283

以上是关于reboot命令--Linux命令应用大词典729个命令解读的主要内容,如果未能解决你的问题,请参考以下文章

getsebool命令--Linux命令应用大词典729个命令解读

logout命令--Linux命令应用大词典729个命令解读

exit命令--Linux命令应用大词典729个命令解读

dhcrelay命令--Linux命令应用大词典729个命令解读

compress命令--Linux命令应用大词典729个命令解读

date命令--Linux命令应用大词典729个命令解读