zoukankan      html  css  js  c++  java
  • 五,系统操作命令说明

    1. 系统操作命令说明    

    1)系统运行命令       

    * 关机命令       shutdown       shutdown -h 10  ---》指定多少分钟后进行关机      shutdown -c    ---》取消关机方案         shutdown -h 0/now  ---》立即关机

     *重启命令        shutdown     shutdown -r 10       ---》指定多少分钟后进行重启     shutdown -r 0/now    ---》表示进行立即重启操作     shutdown -c          ---》取消重启方案  

    2. 有些命令如何进行自学研究     

    帮助命令   man  mannual  帮助手册信息     man  命令信息shutdown  命令帮助信息中, 语法中的中括号信息可有可无    

    补充说明:有些命令是不能通过man手册获取帮助信息      

    .      

    3. 系统中的快捷方式使用(测验部分)    

    01. 显示历史输入命令信息      利用方向键 上 下       

    02. 清楚所有屏幕信息输出      ctrl + l  clear     

    03. 中断取消命令执行过程      ctrl + c  cancel 取消     

    04. 快速移动光标到行首      ctrl + a      

    05. 快速移动光标到行尾         ctrl + e   end     

    06. 将光标所在位置到行首的信息进行删除(剪切)      ctrl + u   将光标所在位置到行尾的信息进行删除(剪切)   ctrl + k     

    07. 将剪切内容进行粘贴回来      ctrl + y     

    08. 锁定系统窗口信息状态         ctrl + s         解锁系统窗口信息状态         ctrl + q  quit        

    09. 系统命令补全快捷方式      tab       

    10. 命令行中快速移动光标      ctrl + 方向键 左 右 (按照英文单词进行移动光标)        

  • 相关阅读:
    chrome 连接池超时值
    chrome 内部设置
    error: incomplete type 'blink::Event' named in nested name specifier note: forward declaration of 'blink::Event'
    js promise详解
    How Chromium Displays Web Pages
    调试chromium设置 How to enable logging
    禁止ultraedit域名
    chromium paint graphic
    Web IDL in Blink
    js的闭包
  • 原文地址:https://www.cnblogs.com/martin-wang/p/10111090.html
Copyright © 2011-2022 走看看