定时关机:
shutdown -r now 立刻重新开机
shutdown -h now 立刻关机
shutdown -k now 'Hey! Go away! now....' 发出警告讯息, 但没有真的关机
shutdown -t3 -r now 立刻重新开机, 但在警告和删除processes 之间, 延迟3秒钟.
shutdown -h 10:42 'Hey! Go away!' 10:42 分关机
shutdown -r 10 'Hey! Go away!' 10 分钟後关机
shutdown -c 将刚才下的 shutdown 指令取消,必须切换至其它tty, 登入之後, 才能下此一指令.
shutdown now 切换至单人操作模式(不加任何选项时)

最新文章

  1. SignalR主动通知订阅者示例
  2. centos 7.2 网卡配置文件 及 linux bridge的静态配置
  3. 【Android】[转] ANR的分析和问题处理
  4. 错误:The Controls collection cannot be modified because the control contains code blocks (i.e. ). .
  5. F2工作流引擎之 工作流运转模型(三)
  6. AllJoyn Bundled Daemon 使用方式研究
  7. CentOS下MySQL无法正常启动错误
  8. Funsion Charts 学习(一)
  9. 使用jQuery出现the function undefined
  10. 最长递增子序列(Longest Increase Subsequence)
  11. Guava新增集合类型-Bimap
  12. 个人java框架 技术分析
  13. 浅介MVC与Backbone
  14. Connecting Vertices CodeForces - 888F (图论,计数)
  15. swift的enum模式—对Alamofire入口的解析--数据结构与操作结合的模式
  16. Android UI开发第二十六篇——Fragment间的通信
  17. Codeforces Round #390 (Div. 2) A B C D
  18. 【bzoj2038】[2009国家集训队]小Z的袜子(hose) 莫队算法
  19. android在JNI_OnLoad入口函数下断点动态调试so库
  20. Spring的DI(Dependency Injection)

热门文章

  1. Python模块-sys模块
  2. 问题:oracle nvl;结果:Oracle中的NVL函数
  3. 关闭socket以及Socket选项
  4. 使用showMessageDialog显示消息框
  5. 34、NCBI的子库名称
  6. Struts2学习第七课 动态方法调用
  7. 13. CTF综合靶机渗透(六)
  8. Java静态导入
  9. Sharepoint2013商务智能学习笔记之Excel Service展示Sql Server数据Demo(五)
  10. Ubuntu tar 解压缩命令详解