- 1、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
reboot命令
reboot命令是干什么的?怎么用? 正确的说法,应该是重新引导机器的,reboot是unix类操作系统一个基本的命令,相当于 init 6 ,一般unix类操作系统有7种加载模式,分别为 0\1\2\3\4\5\6, 0 关闭系统 1 单用户模式 2 多用户模式 3 带网络的多用户模式 4 未使用 5 启用X Window的网络多用户模式 6 重新引导 你可以用 init n (n=0,1,2,3,4,5,6)来使系统进入不同的模式 命令简介: ? 该命令用来重启Linux系统。相当于Windows系统中的restart命令。 ? 命令语法: /sbin/reboot [-n] [-w] [-d] [-f] [-i] 或 reboot [-n] [-w] [-d] [-f] [-i] ? 命令参数: 参数 长参数 描叙 -d 重新启动时不把数据写入记录文件/var/tmp/wtmp -f 强制重新开机,不调用shutdown指令的功能。 -h 在系统关机或poweroff之前,将所有的硬盘处于待机模式 -i 关闭网络设置之后再重新启动系统 -n 保存数据后再重新启动系统 -p When halting the system, do a poweroff. This is the default when halt is called as poweroff -w 仅做测试,并不真的将系统重新开机,只会把重开机的数据写入/var/log目录下的wtmp记录文件 --help 显示命令在线帮助 ? 使用示例: ? 1: 查看reboot命令的帮助信息 [root@DB-Server ~]# reboot --help usage: reboot [-n] [-w] [-d] [-f] [-h] [-i] -n: dont sync before halting the system -w: only write a wtmp reboot record and exit. -d: dont write a wtmp record. -f: force halt/reboot, dont call shutdown. -h: put harddisks in standby mode. -i: shut down all network interfaces. [root@DB-Server ~]# man reboot [root@DB-Server ~]# man reboot HALT(8) Linux System Administrator鈥檚 Manual HALT(8) ? NAME halt, reboot, poweroff - stop the system. ? SYNOPSIS /sbin/halt [-n] [-w] [-d] [-f] [-i] [-p] [-h] /sbin/reboot [-n] [-w] [-d] [-f] [-i] /sbin/poweroff [-n] [-w] [-d] [-f] [-i] [-h] ? DESCRIPTION Halt notes that the system is being brought down in the file /var/log/wtmp, and then either tells the kernel to halt, reboot or poweroff the system. ? If halt or reboot is called when the system is not in runlevel 0 or 6, in other words when it鈥檚 running normally, shutdown will be invoked instead (with the -h or -r flag). For more info see the shutdown(8) manpage. ? The rest of this manpage describes the behaviour in runlevels 0 and 6, that is when the systems shutdown scripts are being run. ? OPTIONS -n Don鈥檛 sync befor
有哪些信誉好的足球投注网站
文档评论(0)