3.3. shutdown

简介:
shutdown -h now
shutdown -h 10:00 	10点关机
shutdown -h +10  	10mins后关机
shutdown -r now   	reboot at once
shutdown -r +30 	'System will reboot in 30mins'
shutdown -k 		'System will reboot'		
		

Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a>






原文出处:Netkiller 系列 手札
本文作者:陈景峯
转载请与作者联系,同时请务必标明文章原始出处和作者信息及本声明。

目录
相关文章
|
6月前
|
关系型数据库 MySQL Apache
XAMPP启动报错: Apache shutdown unexpectedly or MySQL shutdown unexpectedly
XAMPP启动报错: Apache shutdown unexpectedly or MySQL shutdown unexpectedly
50 0
|
搜索推荐 Unix Linux
init x, halt, shutdown, poweroff, reboot等之间的区别和联系
init x, halt, shutdown, poweroff, reboot等之间的区别和联系
438 0
|
Java API
Executor - Shutdown、ShutdownNow、awaitTermination 详解与实战
使用 executor 线程池时经常用到 shutdown / shutdownNow + awaitTermination 方法关闭线程池,下面看下几种方法的定义与常见用法。
1136 0
Executor - Shutdown、ShutdownNow、awaitTermination 详解与实战
关闭线程池 shutdown 和 shutdownNow 的区别?
前言 本章分为两个议题 如何正确关闭线程池 shutdown 和 shutdownNow 的区别 1.线程池示例
363 0
|
NoSQL 数据库 Redis
|
网络协议 C语言 Windows
关于close和shutdown
我们知道TCP是全双工的,可以在接收数据的同时发送数据。假设有主机A在和主机B通信,可以认为是在两者之间存在两个管道。就像这样:A ---------> BA
842 0