diff --git a/c/ab.html b/c/ab.html index b4568a96b1..ca233b1f9f 100644 --- a/c/ab.html +++ b/c/ab.html @@ -9,7 +9,7 @@ ab 命令,Linux ab 命令详解:Apache服务器的性能测试工具 - Linux 命令搜索引擎 - + @@ -293,7 +293,7 @@ name[:port]/path - - + + \ No newline at end of file diff --git a/c/accept.html b/c/accept.html index 7a1bf9ce74..77595c89e6 100644 --- a/c/accept.html +++ b/c/accept.html @@ -9,7 +9,7 @@ accept 命令,Linux accept 命令详解:指示打印系统接受发往指定目标打印机的打印任务 - Linux 命令搜索引擎 - + @@ -107,7 +107,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ack.html b/c/ack.html index b92796beb0..558672f453 100644 --- a/c/ack.html +++ b/c/ack.html @@ -9,7 +9,7 @@ ack 命令,Linux ack 命令详解:比grep好用的文本搜索工具 - Linux 命令搜索引擎 - + @@ -181,7 +181,7 @@ ack-grep -G hello.py$ hello # 查找匹配正则的文件 - - + + \ No newline at end of file diff --git a/c/alias.html b/c/alias.html index f404c0123d..a99ff007ec 100644 --- a/c/alias.html +++ b/c/alias.html @@ -9,7 +9,7 @@ alias 命令,Linux alias 命令详解:定义或显示别名。 - Linux 命令搜索引擎 - + @@ -79,14 +79,15 @@ function copied(target, str) {
  • 显示全部已定义的别名。
  • 选项

    -
    -p:显示全部已定义的别名。
    -
    -p:显示全部已定义的别名。 +name(可选):指定要(定义、修改、显示)的别名。 +value(可选):别名的值。 +
    -

    参数

    -

    name(可选):指定要(定义、修改、显示)的别名。

    -

    value(可选):别名的值。

    返回值

    -

    alias返回true除非您要显示的别名未定义。

    +

    alias 返回 true 除非您要显示的别名未定义。

    例子

    # 显示全部已定义的别名
     alias
    @@ -129,12 +130,8 @@ fi
       
       

    错误用法

    # 为方便演示,删除全部别名
     unalias -a
    @@ -179,25 +176,13 @@ alias ls=ls --color=never
       

    A:运行cd依然会切换目录,运行ls依然会列出文件夹的内容;不要这样定义。

    注意

      -
    1. 执行脚本时请注意:
    2. -
    -
    -

    使用source命令执行的bash脚本如果执行了aliasunalias命令,那么有可能会对终端环境的别名设置产生影响;终端环境的别名设置也可能改变运行结果;

    -

    通过sh方式调用的bash脚本或直接运行当前用户有执行权限的脚本不受终端环境的别名影响。

    -
    -
      -
    1. -

      删除别名,请查看unalias命令。

      -
    2. -
    3. -

      建议您不要对mv cp rm等命令的别名设置危险的-f选项,比如alias rm='rm -f'

      -
    4. -
    5. -

      需要注意别名是否和其他命令有冲突的情况。

      -
    6. -
    7. -

      该命令是bash内建命令,相关的帮助信息请查看help命令。

      -
    8. +
    9. 执行脚本时请注意:
    10. +
    11. 使用 source 命令执行的bash脚本如果执行了 aliasunalias 命令,那么有可能会对终端环境的别名设置产生影响;终端环境的别名设置也可能改变运行结果;
    12. +
    13. 通过 sh 方式调用的 bash 脚本或直接运行当前用户有执行权限的脚本不受终端环境的别名影响。
    14. +
    15. 删除别名,请查看unalias命令。
    16. +
    17. 建议您不要对 mv cp rm 等命令的别名设置危险的 -f 选项,比如 alias rm='rm -f'
    18. +
    19. 需要注意别名是否和其他命令有冲突的情况。
    20. +
    21. 该命令是 bash 内建命令,相关的帮助信息请查看 help 命令。

    其他参考链接

    Linux命令详解:[8]alias创建自己的命令

    @@ -226,7 +211,7 @@ alias ls=ls --color=never - - + + \ No newline at end of file diff --git a/c/apachectl.html b/c/apachectl.html index 2e9b548527..a71d2db7d0 100644 --- a/c/apachectl.html +++ b/c/apachectl.html @@ -9,7 +9,7 @@ apachectl 命令,Linux apachectl 命令详解:Apache服务器前端控制工具 - Linux 命令搜索引擎 - + @@ -108,7 +108,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/apk.html b/c/apk.html index 9415e1b6a9..e2a60a5f28 100644 --- a/c/apk.html +++ b/c/apk.html @@ -9,7 +9,7 @@ apk 命令,Linux apk 命令详解:Alpine Linux 下的包管理工具 - Linux 命令搜索引擎 - + @@ -296,7 +296,7 @@ apk add dropbear # another openssh implementation - - + + \ No newline at end of file diff --git a/c/apropos.html b/c/apropos.html index efb2c51f7a..4ae552d7a6 100644 --- a/c/apropos.html +++ b/c/apropos.html @@ -9,7 +9,7 @@ apropos 命令,Linux apropos 命令详解:在 whatis 数据库中查找字符串 - Linux 命令搜索引擎 - + @@ -178,7 +178,7 @@ whoami (1) - print effective userid - - + + \ No newline at end of file diff --git a/c/apt-get.html b/c/apt-get.html index c258dda78e..43c8046af9 100644 --- a/c/apt-get.html +++ b/c/apt-get.html @@ -9,7 +9,7 @@ apt-get 命令,Linux apt-get 命令详解:Debian Linux发行版中的APT软件包管理工具 - Linux 命令搜索引擎 - + @@ -168,7 +168,7 @@ apt-get clean # 删除软件包的安装包 - - + + \ No newline at end of file diff --git a/c/apt-key.html b/c/apt-key.html index 2831be1f1c..efc746ad2f 100644 --- a/c/apt-key.html +++ b/c/apt-key.html @@ -9,7 +9,7 @@ apt-key 命令,Linux apt-key 命令详解:管理Debian Linux系统中的软件包密钥 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ apt-key update # 更新本地trusted数据库,删除过期没用的key - - + + \ No newline at end of file diff --git a/c/apt-sortpkgs.html b/c/apt-sortpkgs.html index 2d7413c0fe..7d12f4e2bb 100644 --- a/c/apt-sortpkgs.html +++ b/c/apt-sortpkgs.html @@ -9,7 +9,7 @@ apt-sortpkgs 命令,Linux apt-sortpkgs 命令详解:Debian Linux下对软件包索引文件进行排序的工具 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/aptitude.html b/c/aptitude.html index f5367fd118..80b9bf4fbe 100644 --- a/c/aptitude.html +++ b/c/aptitude.html @@ -9,7 +9,7 @@ aptitude 命令,Linux aptitude 命令详解:Debian Linux系统中软件包管理工具 - Linux 命令搜索引擎 - + @@ -137,7 +137,7 @@ aptitude autoclean # 仅删除过期的包文件 - - + + \ No newline at end of file diff --git a/c/ar.html b/c/ar.html index 102cec8764..260d1460ca 100644 --- a/c/ar.html +++ b/c/ar.html @@ -9,7 +9,7 @@ ar 命令,Linux ar 命令详解:建立或修改备存文件,或是从备存文件中抽取文件 - Linux 命令搜索引擎 - + @@ -329,7 +329,7 @@ d.c - - + + \ No newline at end of file diff --git a/c/arch.html b/c/arch.html index f3c19c27ad..30cb269cbb 100644 --- a/c/arch.html +++ b/c/arch.html @@ -9,7 +9,7 @@ arch 命令,Linux arch 命令详解:显示当前主机的硬件架构类型 - Linux 命令搜索引擎 - + @@ -120,7 +120,7 @@ x86_64 - - + + \ No newline at end of file diff --git a/c/arj.html b/c/arj.html index a600c0ad21..761667281d 100644 --- a/c/arj.html +++ b/c/arj.html @@ -9,7 +9,7 @@ arj 命令,Linux arj 命令详解:用于创建和管理.arj压缩包 - Linux 命令搜索引擎 - + @@ -102,7 +102,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/arp.html b/c/arp.html index 6cdf44520b..f49f5bfef0 100644 --- a/c/arp.html +++ b/c/arp.html @@ -9,7 +9,7 @@ arp 命令,Linux arp 命令详解:arp 命令用于显示和修改 IP 到 MAC 转换表 - Linux 命令搜索引擎 - + @@ -150,7 +150,7 @@ arp -s 192.168.1.1 00:b1:b2:b3:b4:b5 - - + + \ No newline at end of file diff --git a/c/arpd.html b/c/arpd.html index a90b491f7d..bcab97afce 100644 --- a/c/arpd.html +++ b/c/arpd.html @@ -9,7 +9,7 @@ arpd 命令,Linux arpd 命令详解:收集免费ARP信息 - Linux 命令搜索引擎 - + @@ -122,7 +122,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/arping.html b/c/arping.html index 752acc82e8..0c42aad9ec 100644 --- a/c/arping.html +++ b/c/arping.html @@ -9,7 +9,7 @@ arping 命令,Linux arping 命令详解:通过发送ARP协议报文测试网络 - Linux 命令搜索引擎 - + @@ -141,7 +141,7 @@ Received 8 response(s) - - + + \ No newline at end of file diff --git a/c/arptables.html b/c/arptables.html index 31648fdf4a..5241dab3f6 100644 --- a/c/arptables.html +++ b/c/arptables.html @@ -9,7 +9,7 @@ arptables 命令,Linux arptables 命令详解:管理ARP包过滤规则表 - Linux 命令搜索引擎 - + @@ -125,7 +125,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/arpwatch.html b/c/arpwatch.html index 51b1c9216e..4bce770749 100644 --- a/c/arpwatch.html +++ b/c/arpwatch.html @@ -9,7 +9,7 @@ arpwatch 命令,Linux arpwatch 命令详解:监听网络上ARP的记录 - Linux 命令搜索引擎 - + @@ -107,7 +107,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/as.html b/c/as.html index 106774d6ff..60f1b74be2 100644 --- a/c/as.html +++ b/c/as.html @@ -9,7 +9,7 @@ as 命令,Linux as 命令详解:汇编语言编译器 - Linux 命令搜索引擎 - + @@ -131,7 +131,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/at.html b/c/at.html index 6f2e7a4a37..44dc396121 100644 --- a/c/at.html +++ b/c/at.html @@ -9,7 +9,7 @@ at 命令,Linux at 命令详解:在指定时间执行一个任务 - Linux 命令搜索引擎 - + @@ -171,7 +171,7 @@ date >/root/2013.log - - + + \ No newline at end of file diff --git a/c/atop.html b/c/atop.html index 2d7f15d4e2..6af45d9b5d 100644 --- a/c/atop.html +++ b/c/atop.html @@ -9,7 +9,7 @@ atop 命令,Linux atop 命令详解:监控Linux系统资源与进程的工具 - Linux 命令搜索引擎 - + @@ -167,7 +167,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/atq.html b/c/atq.html index a3be146ac8..ec960f638d 100644 --- a/c/atq.html +++ b/c/atq.html @@ -9,7 +9,7 @@ atq 命令,Linux atq 命令详解:列出当前用户的at任务列表 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ atq - - + + \ No newline at end of file diff --git a/c/atrm.html b/c/atrm.html index f066a5c774..3e1236cd36 100644 --- a/c/atrm.html +++ b/c/atrm.html @@ -9,7 +9,7 @@ atrm 命令,Linux atrm 命令详解:删除待执行任务队列中的指定任务 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ atrm 2 # 删除任务2 - - + + \ No newline at end of file diff --git a/c/awk.html b/c/awk.html index f357f982ee..993a253c36 100644 --- a/c/awk.html +++ b/c/awk.html @@ -9,7 +9,7 @@ awk 命令,Linux awk 命令详解:文本和数据进行处理的编程语言 - Linux 命令搜索引擎 - + @@ -1405,7 +1405,7 @@ drwxr-xr-x 95 root root 4096 10-08 14:01 .. - - + + \ No newline at end of file diff --git a/c/axel.html b/c/axel.html index 6d7f6d12f7..fec23efafe 100644 --- a/c/axel.html +++ b/c/axel.html @@ -9,7 +9,7 @@ axel 命令,Linux axel 命令详解:多线程下载工具 - Linux 命令搜索引擎 - + @@ -148,7 +148,7 @@ rpm -ivh axel-2.4-1.el5.rf.x86_64.rpm - - + + \ No newline at end of file diff --git a/c/badblocks.html b/c/badblocks.html index f2c7934b11..2bb1b59886 100644 --- a/c/badblocks.html +++ b/c/badblocks.html @@ -9,7 +9,7 @@ badblocks 命令,Linux badblocks 命令详解:查找磁盘中损坏的区块 - Linux 命令搜索引擎 - + @@ -158,7 +158,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/base64.html b/c/base64.html index b84c9e0496..0f1872fc7e 100644 --- a/c/base64.html +++ b/c/base64.html @@ -9,7 +9,7 @@ base64 命令,Linux base64 命令详解:base64 编码/解码文件或标准输入输出 - Linux 命令搜索引擎 - + @@ -128,7 +128,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/basename.html b/c/basename.html index 40edea5033..3341b6cb77 100644 --- a/c/basename.html +++ b/c/basename.html @@ -9,7 +9,7 @@ basename 命令,Linux basename 命令详解:打印目录或者文件的基本名称 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/batch.html b/c/batch.html index 8c017afeb2..7daf7e61bf 100644 --- a/c/batch.html +++ b/c/batch.html @@ -9,7 +9,7 @@ batch 命令,Linux batch 命令详解:在系统不繁忙的时候执行定时任务 - Linux 命令搜索引擎 - + @@ -117,7 +117,7 @@ job 5 at Sun Apr 28 08:49:00 2013 - - + + \ No newline at end of file diff --git a/c/bc.html b/c/bc.html index 68b8d69142..b50e710c32 100644 --- a/c/bc.html +++ b/c/bc.html @@ -9,7 +9,7 @@ bc 命令,Linux bc 命令详解:算术操作精密运算工具 - Linux 命令搜索引擎 - + @@ -158,7 +158,7 @@ echo "sqrt(100)" | bc - - + + \ No newline at end of file diff --git a/c/bg.html b/c/bg.html index 713cbc9f57..8af6b91dda 100644 --- a/c/bg.html +++ b/c/bg.html @@ -9,7 +9,7 @@ bg 命令,Linux bg 命令详解:将前台终端作业移动到后台运行 - Linux 命令搜索引擎 - + @@ -136,7 +136,7 @@ bg %1 - - + + \ No newline at end of file diff --git a/c/bind.html b/c/bind.html index 625fceebf7..2e53c77a5d 100644 --- a/c/bind.html +++ b/c/bind.html @@ -9,7 +9,7 @@ bind 命令,Linux bind 命令详解:显示或设置键盘按键与其相关的功能 - Linux 命令搜索引擎 - + @@ -157,7 +157,7 @@ Press any keys - Ctrl-D will terminate this program - - + + \ No newline at end of file diff --git a/c/blkid.html b/c/blkid.html index 783677eb1f..09ce82d0e9 100644 --- a/c/blkid.html +++ b/c/blkid.html @@ -9,7 +9,7 @@ blkid 命令,Linux blkid 命令详解:查看块设备的文件系统类型、LABEL、UUID等信息 - Linux 命令搜索引擎 - + @@ -180,7 +180,7 @@ Low-level probing options: - - + + \ No newline at end of file diff --git a/c/blockdev.html b/c/blockdev.html index 08bb01425a..94f818c1b6 100644 --- a/c/blockdev.html +++ b/c/blockdev.html @@ -9,7 +9,7 @@ blockdev 命令,Linux blockdev 命令详解:从命令行调用区块设备控制程序 - Linux 命令搜索引擎 - + @@ -132,7 +132,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/bmodinfo.html b/c/bmodinfo.html index e38d34cd44..ac9deea902 100644 --- a/c/bmodinfo.html +++ b/c/bmodinfo.html @@ -9,7 +9,7 @@ bmodinfo 命令,Linux bmodinfo 命令详解:显示给定模块的详细信息 - Linux 命令搜索引擎 - + @@ -138,7 +138,7 @@ depends: scsi_mod - - + + \ No newline at end of file diff --git a/c/break.html b/c/break.html index c68cba5106..7f3c8b872c 100644 --- a/c/break.html +++ b/c/break.html @@ -9,7 +9,7 @@ break 命令,Linux break 命令详解:结束for,while或until循环。 - Linux 命令搜索引擎 - + @@ -164,7 +164,7 @@ done - - + + \ No newline at end of file diff --git a/c/builtin.html b/c/builtin.html index 97a7c55af3..fe7aa8f127 100644 --- a/c/builtin.html +++ b/c/builtin.html @@ -9,7 +9,7 @@ builtin 命令,Linux builtin 命令详解:执行bash内建命令。 - Linux 命令搜索引擎 - + @@ -167,7 +167,7 @@ alias which='alias | /usr/bin/which --tty-only --read-alias --show-dot --sh - - + + \ No newline at end of file diff --git a/c/bunzip2.html b/c/bunzip2.html index 433d88ed67..bcc21dc383 100644 --- a/c/bunzip2.html +++ b/c/bunzip2.html @@ -9,7 +9,7 @@ bunzip2 命令,Linux bunzip2 命令详解:创一个bz2文件压缩包 - Linux 命令搜索引擎 - + @@ -117,7 +117,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/bye.html b/c/bye.html index 00fc240522..29542c0259 100644 --- a/c/bye.html +++ b/c/bye.html @@ -9,7 +9,7 @@ bye 命令,Linux bye 命令详解:命令用于中断FTP连线并结束程序 - Linux 命令搜索引擎 - + @@ -101,7 +101,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/bzcat.html b/c/bzcat.html index b8cc9963e4..d8053b1acc 100644 --- a/c/bzcat.html +++ b/c/bzcat.html @@ -9,7 +9,7 @@ bzcat 命令,Linux bzcat 命令详解:解压缩指定的.bz2文件 - Linux 命令搜索引擎 - + @@ -110,7 +110,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/bzcmp.html b/c/bzcmp.html index e6ecd0c6ba..5d436b702f 100644 --- a/c/bzcmp.html +++ b/c/bzcmp.html @@ -9,7 +9,7 @@ bzcmp 命令,Linux bzcmp 命令详解:比较两个压缩包中的文件 - Linux 命令搜索引擎 - + @@ -102,7 +102,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/bzdiff.html b/c/bzdiff.html index 354290829f..ba0b7c048b 100644 --- a/c/bzdiff.html +++ b/c/bzdiff.html @@ -9,7 +9,7 @@ bzdiff 命令,Linux bzdiff 命令详解:直接比较两个.bz2压缩包中文件的不同 - Linux 命令搜索引擎 - + @@ -102,7 +102,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/bzgrep.html b/c/bzgrep.html index 7fbb0b0c01..46d0aa4189 100644 --- a/c/bzgrep.html +++ b/c/bzgrep.html @@ -9,7 +9,7 @@ bzgrep 命令,Linux bzgrep 命令详解:使用正则表达式搜索.bz2压缩包中文件 - Linux 命令搜索引擎 - + @@ -102,7 +102,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/bzip2.html b/c/bzip2.html index 95bc852f79..7494c0e6d1 100644 --- a/c/bzip2.html +++ b/c/bzip2.html @@ -9,7 +9,7 @@ bzip2 命令,Linux bzip2 命令详解:将文件压缩成bz2格式 - Linux 命令搜索引擎 - + @@ -271,7 +271,7 @@ bzip2: For help, type: `bzip2 --help'. - - + + \ No newline at end of file diff --git a/c/bzip2recover.html b/c/bzip2recover.html index a6ff4a579c..76f39b2fb0 100644 --- a/c/bzip2recover.html +++ b/c/bzip2recover.html @@ -9,7 +9,7 @@ bzip2recover 命令,Linux bzip2recover 命令详解:恢复被破坏的.bz2压缩包中的文件 - Linux 命令搜索引擎 - + @@ -100,7 +100,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/bzless.html b/c/bzless.html index dfd8e18752..a590928d44 100644 --- a/c/bzless.html +++ b/c/bzless.html @@ -9,7 +9,7 @@ bzless 命令,Linux bzless 命令详解:增强.bz2压缩包查看器 - Linux 命令搜索引擎 - + @@ -99,7 +99,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/bzmore.html b/c/bzmore.html index 892d4b95c2..2db9989a97 100644 --- a/c/bzmore.html +++ b/c/bzmore.html @@ -9,7 +9,7 @@ bzmore 命令,Linux bzmore 命令详解:查看bzip2压缩过的文本文件的内容 - Linux 命令搜索引擎 - + @@ -99,7 +99,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/cal.html b/c/cal.html index ad89ce05e0..7b9ebd0c8f 100644 --- a/c/cal.html +++ b/c/cal.html @@ -9,7 +9,7 @@ cal 命令,Linux cal 命令详解:显示当前日历或指定日期的日历 - Linux 命令搜索引擎 - + @@ -183,7 +183,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/cancel.html b/c/cancel.html index a9100cec81..9b1d84885e 100644 --- a/c/cancel.html +++ b/c/cancel.html @@ -9,7 +9,7 @@ cancel 命令,Linux cancel 命令详解:取消已存在的打印任务 - Linux 命令搜索引擎 - + @@ -111,7 +111,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/cat.html b/c/cat.html index b04f8d24ae..2b22921c8b 100644 --- a/c/cat.html +++ b/c/cat.html @@ -9,7 +9,7 @@ cat 命令,Linux cat 命令详解:连接多个文件并打印到标准输出。 - Linux 命令搜索引擎 - + @@ -173,7 +173,7 @@ echo '######' |cat - test.log - - + + \ No newline at end of file diff --git a/c/cd.html b/c/cd.html index bb1a92fd5d..02e7e376b8 100644 --- a/c/cd.html +++ b/c/cd.html @@ -9,7 +9,7 @@ cd 命令,Linux cd 命令详解:切换用户当前工作目录。 - Linux 命令搜索引擎 - + @@ -190,7 +190,7 @@ shopt -u cdable_vars - - + + \ No newline at end of file diff --git a/c/cdrecord.html b/c/cdrecord.html index 6bd678c06b..9ba96ac0fb 100644 --- a/c/cdrecord.html +++ b/c/cdrecord.html @@ -9,7 +9,7 @@ cdrecord 命令,Linux cdrecord 命令详解:Linux系统下光盘刻录功能命令 - Linux 命令搜索引擎 - + @@ -140,7 +140,7 @@ scsibus0: - - + + \ No newline at end of file diff --git a/c/chage.html b/c/chage.html index 047f2ecf40..0fcf9b17b2 100644 --- a/c/chage.html +++ b/c/chage.html @@ -9,7 +9,7 @@ chage 命令,Linux chage 命令详解:修改帐号和密码的有效期限 - Linux 命令搜索引擎 - + @@ -208,7 +208,7 @@ chage -l root - - + + \ No newline at end of file diff --git a/c/chattr.html b/c/chattr.html index 964c7b8c4c..2e8f25743a 100644 --- a/c/chattr.html +++ b/c/chattr.html @@ -9,7 +9,7 @@ chattr 命令,Linux chattr 命令详解:用来改变文件属性 - Linux 命令搜索引擎 - + @@ -138,7 +138,7 @@ u:预防意外删除。 - - + + \ No newline at end of file diff --git a/c/chcon.html b/c/chcon.html index 55f701daea..f3d9a6bd32 100644 --- a/c/chcon.html +++ b/c/chcon.html @@ -9,7 +9,7 @@ chcon 命令,Linux chcon 命令详解:修改对象(文件)的安全上下文 - Linux 命令搜索引擎 - + @@ -154,7 +154,7 @@ chcon -R -t httpd_sys_content_t ~user/public_html - - + + \ No newline at end of file diff --git a/c/chfn.html b/c/chfn.html index 3127f8de1b..3f307a16c8 100644 --- a/c/chfn.html +++ b/c/chfn.html @@ -9,7 +9,7 @@ chfn 命令,Linux chfn 命令详解:用来改变finger命令显示的信息 - Linux 命令搜索引擎 - + @@ -156,7 +156,7 @@ Home Phone[]: [del] - - + + \ No newline at end of file diff --git a/c/chgrp.html b/c/chgrp.html index 3d97d8aa80..8cdf1d1a53 100644 --- a/c/chgrp.html +++ b/c/chgrp.html @@ -9,7 +9,7 @@ chgrp 命令,Linux chgrp 命令详解:用来变更文件或目录的所属群组 - Linux 命令搜索引擎 - + @@ -134,7 +134,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/chkconfig.html b/c/chkconfig.html index 291d6aba6e..b2fdec9ac8 100644 --- a/c/chkconfig.html +++ b/c/chkconfig.html @@ -9,7 +9,7 @@ chkconfig 命令,Linux chkconfig 命令详解:检查或设置系统的各种服务 - Linux 命令搜索引擎 - + @@ -164,7 +164,7 @@ chkconfig –level redis 2345 on # 把redis在运行级别为2、3、4、5的情 - - + + \ No newline at end of file diff --git a/c/chmod.html b/c/chmod.html index 70df574a1c..b61fc02090 100644 --- a/c/chmod.html +++ b/c/chmod.html @@ -9,7 +9,7 @@ chmod 命令,Linux chmod 命令详解:用来变更文件或目录的权限 - Linux 命令搜索引擎 - + @@ -215,7 +215,7 @@ chmod --reference=./1.log ./test.log - - + + \ No newline at end of file diff --git a/c/chown.html b/c/chown.html index c190c148f9..c153566c6a 100644 --- a/c/chown.html +++ b/c/chown.html @@ -9,7 +9,7 @@ chown 命令,Linux chown 命令详解:用来变更文件或目录的拥有者或所属群组 - Linux 命令搜索引擎 - + @@ -125,7 +125,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/chpasswd.html b/c/chpasswd.html index 6e2cfff674..2c181825ca 100644 --- a/c/chpasswd.html +++ b/c/chpasswd.html @@ -9,7 +9,7 @@ chpasswd 命令,Linux chpasswd 命令详解:批量更新用户口令的工具 - Linux 命令搜索引擎 - + @@ -111,7 +111,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/chroot.html b/c/chroot.html index 29628dbb49..d7fb5680c1 100644 --- a/c/chroot.html +++ b/c/chroot.html @@ -9,7 +9,7 @@ chroot 命令,Linux chroot 命令详解:把根目录换成指定的目的目录 - Linux 命令搜索引擎 - + @@ -175,7 +175,7 @@ chroot newRoot /a.out - - + + \ No newline at end of file diff --git a/c/chsh.html b/c/chsh.html index 61e6ec65e5..7912e3dcf8 100644 --- a/c/chsh.html +++ b/c/chsh.html @@ -9,7 +9,7 @@ chsh 命令,Linux chsh 命令详解:用来更换登录系统时使用的shell - Linux 命令搜索引擎 - + @@ -172,7 +172,7 @@ Shell changed. - - + + \ No newline at end of file diff --git a/c/cksum.html b/c/cksum.html index 52aa3f166f..79ab8ce5a4 100644 --- a/c/cksum.html +++ b/c/cksum.html @@ -9,7 +9,7 @@ cksum 命令,Linux cksum 命令详解:检查文件的CRC是否正确 - Linux 命令搜索引擎 - + @@ -118,7 +118,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/clear.html b/c/clear.html index b8230901d0..c8945d20a8 100644 --- a/c/clear.html +++ b/c/clear.html @@ -9,7 +9,7 @@ clear 命令,Linux clear 命令详解:清除当前屏幕终端上的任何信息 - Linux 命令搜索引擎 - + @@ -99,7 +99,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/clock.html b/c/clock.html index b7be96836d..2da012cac4 100644 --- a/c/clock.html +++ b/c/clock.html @@ -9,7 +9,7 @@ clock 命令,Linux clock 命令详解:用于调整 RTC 时间 - Linux 命令搜索引擎 - + @@ -134,7 +134,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/clockdiff.html b/c/clockdiff.html index da1cd5b18f..d8df62ac47 100644 --- a/c/clockdiff.html +++ b/c/clockdiff.html @@ -9,7 +9,7 @@ clockdiff 命令,Linux clockdiff 命令详解:检测两台linux主机的时间差 - Linux 命令搜索引擎 - + @@ -149,7 +149,7 @@ host=gigagate1.Princeton.EDU rtt=307(21)ms/271ms delta=-5ms/-5ms Wed Dec 17 11:5 - - + + \ No newline at end of file diff --git a/c/cmp.html b/c/cmp.html index 34359e9ac0..0b8c91c834 100644 --- a/c/cmp.html +++ b/c/cmp.html @@ -9,7 +9,7 @@ cmp 命令,Linux cmp 命令详解:比较两个文件是否有差异 - Linux 命令搜索引擎 - + @@ -145,7 +145,7 @@ testfile testfile1 #有差异:第8字节,第2行 - - + + \ No newline at end of file diff --git a/c/col.html b/c/col.html index 1b6b68452a..7aa85685b0 100644 --- a/c/col.html +++ b/c/col.html @@ -9,7 +9,7 @@ col 命令,Linux col 命令详解:过滤控制字符 - Linux 命令搜索引擎 - + @@ -107,7 +107,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/colrm.html b/c/colrm.html index 4db9222b65..ca77845834 100644 --- a/c/colrm.html +++ b/c/colrm.html @@ -9,7 +9,7 @@ colrm 命令,Linux colrm 命令详解:删除文件中的指定列 - Linux 命令搜索引擎 - + @@ -102,7 +102,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/comm.html b/c/comm.html index e0a2550c0b..ea1b5ca299 100644 --- a/c/comm.html +++ b/c/comm.html @@ -9,7 +9,7 @@ comm 命令,Linux comm 命令详解:按行比较两个已排序的文件。 - Linux 命令搜索引擎 - + @@ -259,7 +259,7 @@ jjj - - + + \ No newline at end of file diff --git a/c/command.html b/c/command.html index 46c10bf936..0e340e3bea 100644 --- a/c/command.html +++ b/c/command.html @@ -9,7 +9,7 @@ command 命令,Linux command 命令详解:调用并执行指定的命令 - Linux 命令搜索引擎 - + @@ -108,7 +108,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/compress.html b/c/compress.html index dfdbff8fb2..37a809c02e 100644 --- a/c/compress.html +++ b/c/compress.html @@ -9,7 +9,7 @@ compress 命令,Linux compress 命令详解:使用Lempress-Ziv编码压缩数据文件 - Linux 命令搜索引擎 - + @@ -145,7 +145,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/consoletype.html b/c/consoletype.html index 919992d578..5e15231fa9 100644 --- a/c/consoletype.html +++ b/c/consoletype.html @@ -9,7 +9,7 @@ consoletype 命令,Linux consoletype 命令详解:输出已连接的终端类型 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ pty - - + + \ No newline at end of file diff --git a/c/continue.html b/c/continue.html index 0e99fd03a9..f0253b5ee7 100644 --- a/c/continue.html +++ b/c/continue.html @@ -9,7 +9,7 @@ continue 命令,Linux continue 命令详解:结束本次循环,继续执行下一个for,while或until循环。 - Linux 命令搜索引擎 - + @@ -174,7 +174,7 @@ done - - + + \ No newline at end of file diff --git a/c/convertquota.html b/c/convertquota.html index 67ad444ff9..0d7cb4653c 100644 --- a/c/convertquota.html +++ b/c/convertquota.html @@ -9,7 +9,7 @@ convertquota 命令,Linux convertquota 命令详解:把老的配额文件转换为新的格式 - Linux 命令搜索引擎 - + @@ -114,7 +114,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/cp.html b/c/cp.html index bd3401070c..2b90479ed4 100644 --- a/c/cp.html +++ b/c/cp.html @@ -9,7 +9,7 @@ cp 命令,Linux cp 命令详解:将源文件或目录复制到目标文件或目录中 - Linux 命令搜索引擎 - + @@ -207,7 +207,7 @@ cp -a aaa ./bbb/ - - + + \ No newline at end of file diff --git a/c/cpio.html b/c/cpio.html index 5d7ce20956..b6b1fdbb2d 100644 --- a/c/cpio.html +++ b/c/cpio.html @@ -9,7 +9,7 @@ cpio 命令,Linux cpio 命令详解:用来建立、还原备份档的工具程序 - Linux 命令搜索引擎 - + @@ -200,7 +200,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/crontab.html b/c/crontab.html index fc507f73e5..a594e7104e 100644 --- a/c/crontab.html +++ b/c/crontab.html @@ -9,7 +9,7 @@ crontab 命令,Linux crontab 命令详解:提交和管理用户的需要周期性执行的任务 - Linux 命令搜索引擎 - + @@ -248,7 +248,7 @@ MAILTO=""HOME=/ - - + + \ No newline at end of file diff --git a/c/csplit.html b/c/csplit.html index cd69b952ad..ccb2ac869f 100644 --- a/c/csplit.html +++ b/c/csplit.html @@ -9,7 +9,7 @@ csplit 命令,Linux csplit 命令详解:将一个大文件分割成小的碎片文件 - Linux 命令搜索引擎 - + @@ -175,7 +175,7 @@ rm server00.log #是删除第一个文件,因为分割后的的第一个文 - - + + \ No newline at end of file diff --git a/c/cu.html b/c/cu.html index 86b17e587a..b9fba9cfb0 100644 --- a/c/cu.html +++ b/c/cu.html @@ -9,7 +9,7 @@ cu 命令,Linux cu 命令详解:用于连接另一个系统主机 - Linux 命令搜索引擎 - + @@ -144,7 +144,7 @@ cu -s 38400 9=12015551234 - - + + \ No newline at end of file diff --git a/c/cupsdisable.html b/c/cupsdisable.html index 2d7ac76e73..189451dd05 100644 --- a/c/cupsdisable.html +++ b/c/cupsdisable.html @@ -9,7 +9,7 @@ cupsdisable 命令,Linux cupsdisable 命令详解:停止指定的打印机 - Linux 命令搜索引擎 - + @@ -113,7 +113,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/cupsenable.html b/c/cupsenable.html index 601b2b5829..febbcc5052 100644 --- a/c/cupsenable.html +++ b/c/cupsenable.html @@ -9,7 +9,7 @@ cupsenable 命令,Linux cupsenable 命令详解:启动指定的打印机 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/curl.html b/c/curl.html index c19f63a1a8..c8f9bc706d 100644 --- a/c/curl.html +++ b/c/curl.html @@ -9,7 +9,7 @@ curl 命令,Linux curl 命令详解:利用URL规则在命令行下工作的文件传输工具 - Linux 命令搜索引擎 - + @@ -923,7 +923,7 @@ Installing Yarn! - - + + \ No newline at end of file diff --git a/c/cut.html b/c/cut.html index dd2a767e68..4eb8ee19ca 100644 --- a/c/cut.html +++ b/c/cut.html @@ -9,7 +9,7 @@ cut 命令,Linux cut 命令详解:连接文件并打印到标准输出设备上 - Linux 命令搜索引擎 - + @@ -273,7 +273,7 @@ efghijklmnopqrstuvwxyz - - + + \ No newline at end of file diff --git a/c/date.html b/c/date.html index d4707fc3d8..729d189d2f 100644 --- a/c/date.html +++ b/c/date.html @@ -9,7 +9,7 @@ date 命令,Linux date 命令详解:显示或设置系统时间与日期 - Linux 命令搜索引擎 - + @@ -399,7 +399,7 @@ date +"${suffix} %Y/%m/%d" - - + + \ No newline at end of file diff --git a/c/dd.html b/c/dd.html index 0d5fd7956c..325b7cae90 100644 --- a/c/dd.html +++ b/c/dd.html @@ -9,7 +9,7 @@ dd 命令,Linux dd 命令详解:复制文件并对原文件的内容进行转换和格式化处理 - Linux 命令搜索引擎 - + @@ -198,7 +198,7 @@ wFRAnlkXeBXmWs1MyGEs - - + + \ No newline at end of file diff --git a/c/declare.html b/c/declare.html index e3a471ee96..4ad18aeec2 100644 --- a/c/declare.html +++ b/c/declare.html @@ -9,7 +9,7 @@ declare 命令,Linux declare 命令详解:声明变量,设置或显示变量的值和属性。 - Linux 命令搜索引擎 - + @@ -390,7 +390,7 @@ declare -F func_a func_b - - + + \ No newline at end of file diff --git a/c/depmod.html b/c/depmod.html index 3c860192af..072a91a255 100644 --- a/c/depmod.html +++ b/c/depmod.html @@ -9,7 +9,7 @@ depmod 命令,Linux depmod 命令详解:分析可载入模块的相依性 - Linux 命令搜索引擎 - + @@ -155,7 +155,7 @@ depmod -b /home/windsome/EMMA3PF-KernelSource-20080626/install_pos -e -F ./boot/ - - + + \ No newline at end of file diff --git a/c/df.html b/c/df.html index f9d76d7491..a305380107 100644 --- a/c/df.html +++ b/c/df.html @@ -9,7 +9,7 @@ df 命令,Linux df 命令详解:显示磁盘的相关信息 - Linux 命令搜索引擎 - + @@ -195,7 +195,7 @@ none 0 0 0 - /proc/sys/fs/binfmt_misc - - + + \ No newline at end of file diff --git a/c/dhclient.html b/c/dhclient.html index efa520d6a3..947bb37eb8 100644 --- a/c/dhclient.html +++ b/c/dhclient.html @@ -9,7 +9,7 @@ dhclient 命令,Linux dhclient 命令详解:动态获取或释放IP地址 - Linux 命令搜索引擎 - + @@ -115,7 +115,7 @@ dhclient #获取IP - - + + \ No newline at end of file diff --git a/c/dhcpd.html b/c/dhcpd.html index ebe85c9163..6934ef4ff2 100644 --- a/c/dhcpd.html +++ b/c/dhcpd.html @@ -9,7 +9,7 @@ dhcpd 命令,Linux dhcpd 命令详解:运行DHCP服务器 - Linux 命令搜索引擎 - + @@ -166,7 +166,7 @@ exiting. - - + + \ No newline at end of file diff --git a/c/dhcrelay.html b/c/dhcrelay.html index 74c562ff38..0149b88d3d 100644 --- a/c/dhcrelay.html +++ b/c/dhcrelay.html @@ -9,7 +9,7 @@ dhcrelay 命令,Linux dhcrelay 命令详解:使用dhcrelay命令可以提供中继DHCP和BOOTP请求 - Linux 命令搜索引擎 - + @@ -136,7 +136,7 @@ Sending on Socket/fallback - - + + \ No newline at end of file diff --git a/c/diff.html b/c/diff.html index 32ba37693f..07295357ae 100644 --- a/c/diff.html +++ b/c/diff.html @@ -9,7 +9,7 @@ diff 命令,Linux diff 命令详解:比较给定的两个文件的不同 - Linux 命令搜索引擎 - + @@ -187,7 +187,7 @@ n1,n2 c n3,n4 - - + + \ No newline at end of file diff --git a/c/diff3.html b/c/diff3.html index ccb27503fa..9327c4e1c3 100644 --- a/c/diff3.html +++ b/c/diff3.html @@ -9,7 +9,7 @@ diff3 命令,Linux diff3 命令详解:比较3个文件不同的地方 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/diffstat.html b/c/diffstat.html index edceb34631..fefbce1cc6 100644 --- a/c/diffstat.html +++ b/c/diffstat.html @@ -9,7 +9,7 @@ diffstat 命令,Linux diffstat 命令详解:显示diff命令输出信息的柱状图 - Linux 命令搜索引擎 - + @@ -155,7 +155,7 @@ mno - - + + \ No newline at end of file diff --git a/c/dig.html b/c/dig.html index 7ff5867cf6..aa4d7bc8b7 100644 --- a/c/dig.html +++ b/c/dig.html @@ -9,7 +9,7 @@ dig 命令,Linux dig 命令详解:域名查询工具 - Linux 命令搜索引擎 - + @@ -172,7 +172,7 @@ jsdig.com. 8 IN NS f1g1ns1.dnspod.net. - - + + \ No newline at end of file diff --git a/c/dircolors.html b/c/dircolors.html index e17cb889e3..0d4fc02e11 100644 --- a/c/dircolors.html +++ b/c/dircolors.html @@ -9,7 +9,7 @@ dircolors 命令,Linux dircolors 命令详解:置ls命令在显示目录或文件时所用的色彩 - Linux 命令搜索引擎 - + @@ -331,7 +331,7 @@ exec 01;32 - - + + \ No newline at end of file diff --git a/c/dirname.html b/c/dirname.html index 500df25212..9416a91b29 100644 --- a/c/dirname.html +++ b/c/dirname.html @@ -9,7 +9,7 @@ dirname 命令,Linux dirname 命令详解:去除文件名中的非目录部分 - Linux 命令搜索引擎 - + @@ -127,7 +127,7 @@ dirname a/b - - + + \ No newline at end of file diff --git a/c/dirs.html b/c/dirs.html index da4adf3d57..9e2271baea 100644 --- a/c/dirs.html +++ b/c/dirs.html @@ -9,7 +9,7 @@ dirs 命令,Linux dirs 命令详解:显示目录堆栈。 - Linux 命令搜索引擎 - + @@ -187,7 +187,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/disown.html b/c/disown.html index e19f1e15c6..484d54cbe5 100644 --- a/c/disown.html +++ b/c/disown.html @@ -9,7 +9,7 @@ disown 命令,Linux disown 命令详解:从当前的shell中移除作业。 - Linux 命令搜索引擎 - + @@ -266,7 +266,7 @@ bash: warning: deleting stopped job 1 with process group 28756 - - + + \ No newline at end of file diff --git a/c/dmesg.html b/c/dmesg.html index eb03b07d21..daa24bcdad 100644 --- a/c/dmesg.html +++ b/c/dmesg.html @@ -9,7 +9,7 @@ dmesg 命令,Linux dmesg 命令详解:显示Linux系统启动信息 - Linux 命令搜索引擎 - + @@ -147,7 +147,7 @@ BIOS-provided physical RAM map: - - + + \ No newline at end of file diff --git a/c/dmidecode.html b/c/dmidecode.html index 1990f8416f..39d9898296 100644 --- a/c/dmidecode.html +++ b/c/dmidecode.html @@ -9,7 +9,7 @@ dmidecode 命令,Linux dmidecode 命令详解:在Linux系统下获取有关硬件方面的信息 - Linux 命令搜索引擎 - + @@ -518,7 +518,7 @@ dmidecode|grep -A16 "Memory Device"|grep 'Speed' - - + + \ No newline at end of file diff --git a/c/dnf.html b/c/dnf.html index b3d2e3ea35..9bb3a0940c 100644 --- a/c/dnf.html +++ b/c/dnf.html @@ -9,7 +9,7 @@ dnf 命令,Linux dnf 命令详解:新一代的RPM软件包管理器 - Linux 命令搜索引擎 - + @@ -265,7 +265,7 @@ Error: Nothing to do. - - + + \ No newline at end of file diff --git a/c/dnsdomainname.html b/c/dnsdomainname.html index 8e0359cbfb..31f20daeac 100644 --- a/c/dnsdomainname.html +++ b/c/dnsdomainname.html @@ -9,7 +9,7 @@ dnsdomainname 命令,Linux dnsdomainname 命令详解:定义DNS系统中FQDN名称的域名 - Linux 命令搜索引擎 - + @@ -113,7 +113,7 @@ Result: h_addr_list=`10.160.7.81' - - + + \ No newline at end of file diff --git a/c/domainname.html b/c/domainname.html index ac6f541642..bbfaacc9d2 100644 --- a/c/domainname.html +++ b/c/domainname.html @@ -9,7 +9,7 @@ domainname 命令,Linux domainname 命令详解:显示和设置系统的NIS域名 - Linux 命令搜索引擎 - + @@ -125,7 +125,7 @@ www.jsdig.com - - + + \ No newline at end of file diff --git a/c/dos2unix.html b/c/dos2unix.html index e40dac96c6..680e0fc1b3 100644 --- a/c/dos2unix.html +++ b/c/dos2unix.html @@ -9,7 +9,7 @@ dos2unix 命令,Linux dos2unix 命令详解:将DOS格式文本文件转换成Unix格式 - Linux 命令搜索引擎 - + @@ -142,7 +142,7 @@ dos2unix -k -n oldfile newfile - - + + \ No newline at end of file diff --git a/c/dpkg-deb.html b/c/dpkg-deb.html index bb06ba571c..8c8e444947 100644 --- a/c/dpkg-deb.html +++ b/c/dpkg-deb.html @@ -9,7 +9,7 @@ dpkg-deb 命令,Linux dpkg-deb 命令详解:Debian Linux下的软件包管理工具 - Linux 命令搜索引擎 - + @@ -136,7 +136,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/dpkg-divert.html b/c/dpkg-divert.html index 052cbc1274..d0201de309 100644 --- a/c/dpkg-divert.html +++ b/c/dpkg-divert.html @@ -9,7 +9,7 @@ dpkg-divert 命令,Linux dpkg-divert 命令详解:Debian Linux中创建并管理一个转向列表 - Linux 命令搜索引擎 - + @@ -128,7 +128,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/dpkg-preconfigure.html b/c/dpkg-preconfigure.html index 819575d7d3..762a37fd36 100644 --- a/c/dpkg-preconfigure.html +++ b/c/dpkg-preconfigure.html @@ -9,7 +9,7 @@ dpkg-preconfigure 命令,Linux dpkg-preconfigure 命令详解:Debian Linux中软件包安装之前询问问题 - Linux 命令搜索引擎 - + @@ -112,7 +112,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/dpkg-query.html b/c/dpkg-query.html index 0fa46eff6b..6c068915c9 100644 --- a/c/dpkg-query.html +++ b/c/dpkg-query.html @@ -9,7 +9,7 @@ dpkg-query 命令,Linux dpkg-query 命令详解:Debian Linux中软件包的查询工具 - Linux 命令搜索引擎 - + @@ -140,7 +140,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/dpkg-reconfigure.html b/c/dpkg-reconfigure.html index d8e1511b52..ce02af391e 100644 --- a/c/dpkg-reconfigure.html +++ b/c/dpkg-reconfigure.html @@ -9,7 +9,7 @@ dpkg-reconfigure 命令,Linux dpkg-reconfigure 命令详解:Debian Linux中重新配制一个已经安装的软件包 - Linux 命令搜索引擎 - + @@ -123,7 +123,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/dpkg-split.html b/c/dpkg-split.html index 04b7cf59a9..6f2d1a0290 100644 --- a/c/dpkg-split.html +++ b/c/dpkg-split.html @@ -9,7 +9,7 @@ dpkg-split 命令,Linux dpkg-split 命令详解:Debian Linux中将大软件包分割成小包 - Linux 命令搜索引擎 - + @@ -122,7 +122,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/dpkg-statoverride.html b/c/dpkg-statoverride.html index b228de376d..09d2dac881 100644 --- a/c/dpkg-statoverride.html +++ b/c/dpkg-statoverride.html @@ -9,7 +9,7 @@ dpkg-statoverride 命令,Linux dpkg-statoverride 命令详解:Debian Linux中覆盖文件的所有权和模式 - Linux 命令搜索引擎 - + @@ -120,7 +120,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/dpkg-trigger.html b/c/dpkg-trigger.html index 1dfb45f708..8735417115 100644 --- a/c/dpkg-trigger.html +++ b/c/dpkg-trigger.html @@ -9,7 +9,7 @@ dpkg-trigger 命令,Linux dpkg-trigger 命令详解:Debian Linux下的软件包触发器 - Linux 命令搜索引擎 - + @@ -111,7 +111,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/dpkg.html b/c/dpkg.html index eaf06d9cf5..79885fee1c 100644 --- a/c/dpkg.html +++ b/c/dpkg.html @@ -9,7 +9,7 @@ dpkg 命令,Linux dpkg 命令详解:Debian Linux系统上安装、创建和管理软件包 - Linux 命令搜索引擎 - + @@ -139,7 +139,7 @@ dpkg --configure package # 配置包 - - + + \ No newline at end of file diff --git a/c/dris.html b/c/dris.html index 55a617b72d..03b90fa541 100644 --- a/c/dris.html +++ b/c/dris.html @@ -9,7 +9,7 @@ dris 命令,Linux dris 命令详解:显示和清空目录堆栈中的内容 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/dstat.html b/c/dstat.html index e509722159..7b1c714698 100644 --- a/c/dstat.html +++ b/c/dstat.html @@ -9,7 +9,7 @@ dstat 命令,Linux dstat 命令详解:通用的系统资源统计工具 - Linux 命令搜索引擎 - + @@ -238,7 +238,7 @@ internal: - - + + \ No newline at end of file diff --git a/c/du.html b/c/du.html index 5587dbd6a1..b6b5d152bf 100644 --- a/c/du.html +++ b/c/du.html @@ -9,7 +9,7 @@ du 命令,Linux du 命令详解:显示每个文件和目录的磁盘使用空间 - Linux 命令搜索引擎 - + @@ -218,7 +218,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/dump.html b/c/dump.html index e7a0b19c97..98e5c39fe9 100644 --- a/c/dump.html +++ b/c/dump.html @@ -9,7 +9,7 @@ dump 命令,Linux dump 命令详解:用于备份ext2或者ext3文件系统 - Linux 命令搜索引擎 - + @@ -137,7 +137,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/e2fsck.html b/c/e2fsck.html index 489b0e5310..766ac0b655 100644 --- a/c/e2fsck.html +++ b/c/e2fsck.html @@ -9,7 +9,7 @@ e2fsck 命令,Linux e2fsck 命令详解:用于检查第二扩展文件系统的完整性 - Linux 命令搜索引擎 - + @@ -155,7 +155,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/e2label.html b/c/e2label.html index fdbca609a3..8e4253e23c 100644 --- a/c/e2label.html +++ b/c/e2label.html @@ -9,7 +9,7 @@ e2label 命令,Linux e2label 命令详解:设置第二扩展文件系统的卷标 - Linux 命令搜索引擎 - + @@ -120,7 +120,7 @@ mkdir /new - - + + \ No newline at end of file diff --git a/c/echo.html b/c/echo.html index d4ebcad3cf..343bc2bf8c 100644 --- a/c/echo.html +++ b/c/echo.html @@ -9,7 +9,7 @@ echo 命令,Linux echo 命令详解:输出指定的字符串或者变量 - Linux 命令搜索引擎 - + @@ -141,7 +141,7 @@ Greed Background - - + + \ No newline at end of file diff --git a/c/ed.html b/c/ed.html index 7030798ce3..68c18f657d 100644 --- a/c/ed.html +++ b/c/ed.html @@ -9,7 +9,7 @@ ed 命令,Linux ed 命令详解:单行纯文本编辑器 - Linux 命令搜索引擎 - + @@ -126,7 +126,7 @@ q # 退出ed编辑器。 - - + + \ No newline at end of file diff --git a/c/edquota.html b/c/edquota.html index 7e25b0dc47..b8a7ba34b3 100644 --- a/c/edquota.html +++ b/c/edquota.html @@ -9,7 +9,7 @@ edquota 命令,Linux edquota 命令详解:用于编辑指定用户或工作组磁盘配额 - Linux 命令搜索引擎 - + @@ -242,7 +242,7 @@ Filesystem blocks quota limit grace file quota limit grace - - + + \ No newline at end of file diff --git a/c/egrep.html b/c/egrep.html index eb2936e098..232e57de5b 100644 --- a/c/egrep.html +++ b/c/egrep.html @@ -9,7 +9,7 @@ egrep 命令,Linux egrep 命令详解:在文件内查找指定的字符串 - Linux 命令搜索引擎 - + @@ -132,7 +132,7 @@ testfile_2:Linux test - - + + \ No newline at end of file diff --git a/c/eject.html b/c/eject.html index 0effee4b6d..d78d0b194b 100644 --- a/c/eject.html +++ b/c/eject.html @@ -9,7 +9,7 @@ eject 命令,Linux eject 命令详解:用来退出抽取式设备 - Linux 命令搜索引擎 - + @@ -125,7 +125,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/elinks.html b/c/elinks.html index f1eb0998df..e9ca9e5a49 100644 --- a/c/elinks.html +++ b/c/elinks.html @@ -9,7 +9,7 @@ elinks 命令,Linux elinks 命令详解:纯文本界面的WWW浏览器 - Linux 命令搜索引擎 - + @@ -113,7 +113,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/elm.html b/c/elm.html index c886a8412d..59cb4bc18b 100644 --- a/c/elm.html +++ b/c/elm.html @@ -9,7 +9,7 @@ elm 命令,Linux elm 命令详解:纯文本邮件客户端程序 - Linux 命令搜索引擎 - + @@ -113,7 +113,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/emacs.html b/c/emacs.html index ddc6da1507..04e4835a5f 100644 --- a/c/emacs.html +++ b/c/emacs.html @@ -9,7 +9,7 @@ emacs 命令,Linux emacs 命令详解:功能强大的全屏文本编辑器 - Linux 命令搜索引擎 - + @@ -283,7 +283,7 @@ C-x C-q : 修改buffer的只读属性 - - + + \ No newline at end of file diff --git a/c/enable.html b/c/enable.html index 54d52911d1..4da197aacb 100644 --- a/c/enable.html +++ b/c/enable.html @@ -9,7 +9,7 @@ enable 命令,Linux enable 命令详解:启动或禁用shell内建命令 - Linux 命令搜索引擎 - + @@ -219,7 +219,7 @@ enable pwd - - + + \ No newline at end of file diff --git a/c/env.html b/c/env.html index fe928f6677..722acd9f78 100644 --- a/c/env.html +++ b/c/env.html @@ -9,7 +9,7 @@ env 命令,Linux env 命令详解:显示系统中已存在的环境变量 - Linux 命令搜索引擎 - + @@ -153,7 +153,7 @@ _=/bin/env - - + + \ No newline at end of file diff --git a/c/ethtool.html b/c/ethtool.html index 3148f8a9dd..cb3bfad1df 100644 --- a/c/ethtool.html +++ b/c/ethtool.html @@ -9,7 +9,7 @@ ethtool 命令,Linux ethtool 命令详解:显示或修改以太网卡的配置信息 - Linux 命令搜索引擎 - + @@ -261,7 +261,7 @@ ethtool [-s] ethX [speed 10|100|1000] [duplex half|full] [autoneg on|off] [port - - + + \ No newline at end of file diff --git a/c/ex.html b/c/ex.html index d27d80e25e..f2aaffc6f0 100644 --- a/c/ex.html +++ b/c/ex.html @@ -9,7 +9,7 @@ ex 命令,Linux ex 命令详解:启动vim编辑器的ex编辑模式 - Linux 命令搜索引擎 - + @@ -99,7 +99,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/exec.html b/c/exec.html index 0f81340798..302bc5651b 100644 --- a/c/exec.html +++ b/c/exec.html @@ -9,7 +9,7 @@ exec 命令,Linux exec 命令详解:调用并执行指定的命令 - Linux 命令搜索引擎 - + @@ -121,7 +121,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/exit.html b/c/exit.html index ae61aee69c..1cf0b74645 100644 --- a/c/exit.html +++ b/c/exit.html @@ -9,7 +9,7 @@ exit 命令,Linux exit 命令详解:退出当前的shell。 - Linux 命令搜索引擎 - + @@ -154,7 +154,7 @@ fi - - + + \ No newline at end of file diff --git a/c/expand.html b/c/expand.html index 33bf7bade0..928ffbd407 100644 --- a/c/expand.html +++ b/c/expand.html @@ -9,7 +9,7 @@ expand 命令,Linux expand 命令详解:将文件的制表符转换为空白字符 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/export.html b/c/export.html index 281d52ccd1..1d1393d7f1 100644 --- a/c/export.html +++ b/c/export.html @@ -9,7 +9,7 @@ export 命令,Linux export 命令详解:为shell变量或函数设置导出属性。 - Linux 命令搜索引擎 - + @@ -295,7 +295,7 @@ declare -x USER="root" - - + + \ No newline at end of file diff --git a/c/exportfs.html b/c/exportfs.html index c7578093d7..de61def4fb 100644 --- a/c/exportfs.html +++ b/c/exportfs.html @@ -9,7 +9,7 @@ exportfs 命令,Linux exportfs 命令详解:管理NFS共享文件系统列表 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/expr.html b/c/expr.html index 25bd9db66e..bebc498491 100644 --- a/c/expr.html +++ b/c/expr.html @@ -9,7 +9,7 @@ expr 命令,Linux expr 命令详解:一款表达式计算工具 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ result=$(expr $no1 + 5) - - + + \ No newline at end of file diff --git a/c/false.html b/c/false.html index 5ae2ee17c7..f4833d47f2 100644 --- a/c/false.html +++ b/c/false.html @@ -9,7 +9,7 @@ false 命令,Linux false 命令详解:返回状态为失败。 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/fc.html b/c/fc.html index 7ca6c856d4..01dfe952df 100644 --- a/c/fc.html +++ b/c/fc.html @@ -9,7 +9,7 @@ fc 命令,Linux fc 命令详解:显示历史列表中的命令或修改指定的历史命令并执行。 - Linux 命令搜索引擎 - + @@ -168,7 +168,7 @@ fc -s ~=/ - - + + \ No newline at end of file diff --git a/c/fdisk.html b/c/fdisk.html index 91e69554b0..1791fe7832 100644 --- a/c/fdisk.html +++ b/c/fdisk.html @@ -9,7 +9,7 @@ fdisk 命令,Linux fdisk 命令详解:查看磁盘使用情况和磁盘分区 - Linux 命令搜索引擎 - + @@ -543,7 +543,7 @@ proc /proc proc defaults 0 0 - - + + \ No newline at end of file diff --git a/c/fg.html b/c/fg.html index e290466412..bd96fedb02 100644 --- a/c/fg.html +++ b/c/fg.html @@ -9,7 +9,7 @@ fg 命令,Linux fg 命令详解:将后台作业移动到前台终端运行 - Linux 命令搜索引擎 - + @@ -136,7 +136,7 @@ sleep 60 - - + + \ No newline at end of file diff --git a/c/fgrep.html b/c/fgrep.html index f4530bf68b..ef05f5324c 100644 --- a/c/fgrep.html +++ b/c/fgrep.html @@ -9,7 +9,7 @@ fgrep 命令,Linux fgrep 命令详解:为文件搜索文字字符串 - Linux 命令搜索引擎 - + @@ -167,7 +167,7 @@ n:将文件中每行的相对行号置于行前。 - - + + \ No newline at end of file diff --git a/c/file.html b/c/file.html index 1813a988e4..691095d833 100644 --- a/c/file.html +++ b/c/file.html @@ -9,7 +9,7 @@ file 命令,Linux file 命令详解:用来探测给定文件的类型 - Linux 命令搜索引擎 - + @@ -170,7 +170,7 @@ lrwxrwxrwx 1 root root 10 08-13 00:11 /var/mail -> spool/mail - - + + \ No newline at end of file diff --git a/c/find.html b/c/find.html index cf531fcf10..c2974ae471 100644 --- a/c/find.html +++ b/c/find.html @@ -9,7 +9,7 @@ find 命令,Linux find 命令详解:在指定目录下查找文件 - Linux 命令搜索引擎 - + @@ -443,7 +443,7 @@ find ~ \( -iname '*jpeg' -o -iname '*jpg' \) -type d # 也 - - + + \ No newline at end of file diff --git a/c/findfs.html b/c/findfs.html index 51071323b1..ded65edd73 100644 --- a/c/findfs.html +++ b/c/findfs.html @@ -9,7 +9,7 @@ findfs 命令,Linux findfs 命令详解:标签或UUID查找文件系统 - Linux 命令搜索引擎 - + @@ -106,7 +106,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/finger.html b/c/finger.html index 0f61dacad8..0f676a4ac2 100644 --- a/c/finger.html +++ b/c/finger.html @@ -9,7 +9,7 @@ finger 命令,Linux finger 命令详解:用于查找并显示用户信息 - Linux 命令搜索引擎 - + @@ -124,7 +124,7 @@ root root *pts/1 Dec 18 13 - - + + \ No newline at end of file diff --git a/c/firewall-cmd.html b/c/firewall-cmd.html index 5a3b33ae46..11bc38207f 100644 --- a/c/firewall-cmd.html +++ b/c/firewall-cmd.html @@ -9,7 +9,7 @@ firewall-cmd 命令,Linux firewall-cmd 命令详解:Linux上新用的防火墙软件,跟iptables差不多的工具 - Linux 命令搜索引擎 - + @@ -558,7 +558,7 @@ firewall-cmd --add-forward-port=port=80:proto=tcp:toaddr=192.168.0.1:toport=8080 - - + + \ No newline at end of file diff --git a/c/fishshell.html b/c/fishshell.html index d9ced6d2ba..291b4ba683 100644 --- a/c/fishshell.html +++ b/c/fishshell.html @@ -9,7 +9,7 @@ fishshell 命令,Linux fishshell 命令详解:比 bash 更好用的 shell - Linux 命令搜索引擎 - + @@ -267,7 +267,7 @@ functions # 列出 fish 下定义的函数 - - + + \ No newline at end of file diff --git a/c/fmt.html b/c/fmt.html index 6ab94d96f7..c10ae45669 100644 --- a/c/fmt.html +++ b/c/fmt.html @@ -9,7 +9,7 @@ fmt 命令,Linux fmt 命令详解:读取文件后优化处理并输出 - Linux 命令搜索引擎 - + @@ -113,7 +113,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/fold.html b/c/fold.html index 07b50f8256..cbe7670b76 100644 --- a/c/fold.html +++ b/c/fold.html @@ -9,7 +9,7 @@ fold 命令,Linux fold 命令详解:控制文件内容输出时所占用的屏幕宽度 - Linux 命令搜索引擎 - + @@ -111,7 +111,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/fping.html b/c/fping.html index d7d89a46fd..ef0cf9ca92 100644 --- a/c/fping.html +++ b/c/fping.html @@ -9,7 +9,7 @@ fping 命令,Linux fping 命令详解:fping检测主机是否存在 - Linux 命令搜索引擎 - + @@ -170,7 +170,7 @@ yum install fping -y - - + + \ No newline at end of file diff --git a/c/free.html b/c/free.html index c32d986414..680b10443a 100644 --- a/c/free.html +++ b/c/free.html @@ -9,7 +9,7 @@ free 命令,Linux free 命令详解:显示内存的使用情况 - Linux 命令搜索引擎 - + @@ -279,7 +279,7 @@ DirectMap1G: 5242880 kB - - + + \ No newline at end of file diff --git a/c/fsck.html b/c/fsck.html index ad1b1eb714..70e487f01e 100644 --- a/c/fsck.html +++ b/c/fsck.html @@ -9,7 +9,7 @@ fsck 命令,Linux fsck 命令详解:检查并且试图修复文件系统中的错误 - Linux 命令搜索引擎 - + @@ -133,7 +133,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ftp.html b/c/ftp.html index 9c6c9cd60e..02465e6d41 100644 --- a/c/ftp.html +++ b/c/ftp.html @@ -9,7 +9,7 @@ ftp 命令,Linux ftp 命令详解:用来设置文件系统相关功能 - Linux 命令搜索引擎 - + @@ -207,7 +207,7 @@ ftp> mput *.txt # 可以上传多个文件 - - + + \ No newline at end of file diff --git a/c/ftpcount.html b/c/ftpcount.html index c65df5d6d0..1bfd281180 100644 --- a/c/ftpcount.html +++ b/c/ftpcount.html @@ -9,7 +9,7 @@ ftpcount 命令,Linux ftpcount 命令详解:显示目前已FTP登入的用户人数 - Linux 命令搜索引擎 - + @@ -97,7 +97,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ftpshut.html b/c/ftpshut.html index 82dd6d14ca..26cde50cc7 100644 --- a/c/ftpshut.html +++ b/c/ftpshut.html @@ -9,7 +9,7 @@ ftpshut 命令,Linux ftpshut 命令详解:在指定的时间关闭FTP服务器 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ftptop.html b/c/ftptop.html index ecb0d7da0e..8297c28d44 100644 --- a/c/ftptop.html +++ b/c/ftptop.html @@ -9,7 +9,7 @@ ftptop 命令,Linux ftptop 命令详解:proftpd服务器的连接状态 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ftpwho.html b/c/ftpwho.html index a4dfbd5ffd..272dbbe4ea 100644 --- a/c/ftpwho.html +++ b/c/ftpwho.html @@ -9,7 +9,7 @@ ftpwho 命令,Linux ftpwho 命令详解:显示当前每个ftp会话信息 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/fuser.html b/c/fuser.html index e33b57d8ac..86a4a439ff 100644 --- a/c/fuser.html +++ b/c/fuser.html @@ -9,7 +9,7 @@ fuser 命令,Linux fuser 命令详解:使用文件或文件结构识别进程 - Linux 命令搜索引擎 - + @@ -143,7 +143,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/gcc.html b/c/gcc.html index dc32a6f57d..195f46a954 100644 --- a/c/gcc.html +++ b/c/gcc.html @@ -9,7 +9,7 @@ gcc 命令,Linux gcc 命令详解:基于C/C++的编译器 - Linux 命令搜索引擎 - + @@ -166,7 +166,7 @@ gcc -o testfun.o test.o -o test #将testfun.o和test.o链接成test - - + + \ No newline at end of file diff --git a/c/gcov.html b/c/gcov.html index 986c6da0aa..b5383a14cd 100644 --- a/c/gcov.html +++ b/c/gcov.html @@ -9,7 +9,7 @@ gcov 命令,Linux gcov 命令详解:测试程序的代码覆盖率的工具 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/gdb.html b/c/gdb.html index e0e571ae08..949dafc154 100644 --- a/c/gdb.html +++ b/c/gdb.html @@ -9,7 +9,7 @@ gdb 命令,Linux gdb 命令详解:功能强大的程序调试器 - Linux 命令搜索引擎 - + @@ -617,7 +617,7 @@ int main(){ - - + + \ No newline at end of file diff --git a/c/get_module.html b/c/get_module.html index 9a9c4fb95d..89b16a074c 100644 --- a/c/get_module.html +++ b/c/get_module.html @@ -9,7 +9,7 @@ get_module 命令,Linux get_module 命令详解:获取Linux内核模块的详细信息 - Linux 命令搜索引擎 - + @@ -178,7 +178,7 @@ Sections: - - + + \ No newline at end of file diff --git a/c/getenforce.html b/c/getenforce.html index db53a2ff59..28fb60469f 100644 --- a/c/getenforce.html +++ b/c/getenforce.html @@ -9,7 +9,7 @@ getenforce 命令,Linux getenforce 命令详解:显示当前SELinux的应用模式,是强制、执行还是停用 - Linux 命令搜索引擎 - + @@ -104,7 +104,7 @@ Enforcing - - + + \ No newline at end of file diff --git a/c/getsebool.html b/c/getsebool.html index a81132a96a..f18b07424a 100644 --- a/c/getsebool.html +++ b/c/getsebool.html @@ -9,7 +9,7 @@ getsebool 命令,Linux getsebool 命令详解:查询SElinux策略内各项规则的布尔值 - Linux 命令搜索引擎 - + @@ -122,7 +122,7 @@ setsebool -P httpd_enable_homedirs=0 # 0是关闭 1是开启 - - + + \ No newline at end of file diff --git a/c/git.html b/c/git.html index f8d7f9db3d..98bb28005a 100644 --- a/c/git.html +++ b/c/git.html @@ -9,7 +9,7 @@ git 命令,Linux git 命令详解:是目前世界上最先进的分布式版本控制系统 - Linux 命令搜索引擎 - + @@ -1301,7 +1301,7 @@ vim .git/config - - + + \ No newline at end of file diff --git a/c/gpasswd.html b/c/gpasswd.html index d74beb5bb9..a92a9086f8 100644 --- a/c/gpasswd.html +++ b/c/gpasswd.html @@ -9,7 +9,7 @@ gpasswd 命令,Linux gpasswd 命令详解:Linux下工作组文件的管理工具 - Linux 命令搜索引擎 - + @@ -134,7 +134,7 @@ gpasswd -a allen users - - + + \ No newline at end of file diff --git a/c/gpm.html b/c/gpm.html index a14bdc248d..f14c7f0826 100644 --- a/c/gpm.html +++ b/c/gpm.html @@ -9,7 +9,7 @@ gpm 命令,Linux gpm 命令详解:提供文字模式下的滑鼠事件处理 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/grep.html b/c/grep.html index 5354a7ba06..6ac238f42b 100644 --- a/c/grep.html +++ b/c/grep.html @@ -9,7 +9,7 @@ grep 命令,Linux grep 命令详解:强大的文本搜索工具 - Linux 命令搜索引擎 - + @@ -407,7 +407,7 @@ b - - + + \ No newline at end of file diff --git a/c/groupadd.html b/c/groupadd.html index 8d4d64a35e..6ad9e2fa6e 100644 --- a/c/groupadd.html +++ b/c/groupadd.html @@ -9,7 +9,7 @@ groupadd 命令,Linux groupadd 命令详解:用于创建一个新的工作组 - Linux 命令搜索引擎 - + @@ -115,7 +115,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/groupdel.html b/c/groupdel.html index 7bc32142e1..c55cc0f66b 100644 --- a/c/groupdel.html +++ b/c/groupdel.html @@ -9,7 +9,7 @@ groupdel 命令,Linux groupdel 命令详解:用于删除指定的工作组 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ groupdel damon //删除这个工作组 - - + + \ No newline at end of file diff --git a/c/groupmod.html b/c/groupmod.html index cfe629df6c..ce97293994 100644 --- a/c/groupmod.html +++ b/c/groupmod.html @@ -9,7 +9,7 @@ groupmod 命令,Linux groupmod 命令详解:更改群组识别码或名称 - Linux 命令搜索引擎 - + @@ -107,7 +107,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/groups.html b/c/groups.html index 66b4d5c503..5a130e37fa 100644 --- a/c/groups.html +++ b/c/groups.html @@ -9,7 +9,7 @@ groups 命令,Linux groups 命令详解:打印指定用户所在组的名称。 - Linux 命令搜索引擎 - + @@ -122,7 +122,7 @@ linux : linux adm dialout cdrom plugdev lpadmin admin sambashare - - + + \ No newline at end of file diff --git a/c/grpck.html b/c/grpck.html index 185c875e75..22ba7e6a07 100644 --- a/c/grpck.html +++ b/c/grpck.html @@ -9,7 +9,7 @@ grpck 命令,Linux grpck 命令详解:用于验证组文件的完整性 - Linux 命令搜索引擎 - + @@ -133,7 +133,7 @@ grpck: the files have been updated # 这时已经删除了错误的行,提示 - - + + \ No newline at end of file diff --git a/c/grpconv.html b/c/grpconv.html index bcb4f9b4cd..baf1f6687f 100644 --- a/c/grpconv.html +++ b/c/grpconv.html @@ -9,7 +9,7 @@ grpconv 命令,Linux grpconv 命令详解:用来开启群组的投影密码 - Linux 命令搜索引擎 - + @@ -121,7 +121,7 @@ cdy:123456:: # 已经移到影子文件了 - - + + \ No newline at end of file diff --git a/c/grpunconv.html b/c/grpunconv.html index fc8ba823db..2430df93a3 100644 --- a/c/grpunconv.html +++ b/c/grpunconv.html @@ -9,7 +9,7 @@ grpunconv 命令,Linux grpunconv 命令详解:用来关闭群组的投影密码 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ cdy:123456:1000: - - + + \ No newline at end of file diff --git a/c/grub.html b/c/grub.html index d3f3b13a57..94adcb91d3 100644 --- a/c/grub.html +++ b/c/grub.html @@ -9,7 +9,7 @@ grub 命令,Linux grub 命令详解:多重引导程序grub的命令行shell工具 - Linux 命令搜索引擎 - + @@ -146,7 +146,7 @@ boot - - + + \ No newline at end of file diff --git a/c/gunzip.html b/c/gunzip.html index 3d53bcab56..a118b22d54 100644 --- a/c/gunzip.html +++ b/c/gunzip.html @@ -9,7 +9,7 @@ gunzip 命令,Linux gunzip 命令详解:用来解压缩文件 - Linux 命令搜索引擎 - + @@ -153,7 +153,7 @@ compressed uncompressed ratio uncompressed_name - - + + \ No newline at end of file diff --git a/c/gzexe.html b/c/gzexe.html index ce23255802..a0cb9c0e30 100644 --- a/c/gzexe.html +++ b/c/gzexe.html @@ -9,7 +9,7 @@ gzexe 命令,Linux gzexe 命令详解:用来压缩可执行文件 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/gzip.html b/c/gzip.html index aa5829f410..90ee207852 100644 --- a/c/gzip.html +++ b/c/gzip.html @@ -9,7 +9,7 @@ gzip 命令,Linux gzip 命令详解:用来压缩文件 - Linux 命令搜索引擎 - + @@ -172,7 +172,7 @@ gzip -dc bb.gz > bb - - + + \ No newline at end of file diff --git a/c/halt.html b/c/halt.html index c62516e43b..923623ac5d 100644 --- a/c/halt.html +++ b/c/halt.html @@ -9,7 +9,7 @@ halt 命令,Linux halt 命令详解:关闭正在运行的Linux操作系统 - Linux 命令搜索引擎 - + @@ -117,7 +117,7 @@ halt -d # 关闭系统,但不留下纪录。 - - + + \ No newline at end of file diff --git a/c/hdparm.html b/c/hdparm.html index 176d2377e9..5bd16b7080 100644 --- a/c/hdparm.html +++ b/c/hdparm.html @@ -9,7 +9,7 @@ hdparm 命令,Linux hdparm 命令详解:显示与设定硬盘的参数 - Linux 命令搜索引擎 - + @@ -228,7 +228,7 @@ hdparm -m #参数值为整数值如8 /dev/sda - - + + \ No newline at end of file diff --git a/c/head.html b/c/head.html index f0cafd87e3..bd84ef85fa 100644 --- a/c/head.html +++ b/c/head.html @@ -9,7 +9,7 @@ head 命令,Linux head 命令详解:显示文件的开头部分。 - Linux 命令搜索引擎 - + @@ -224,7 +224,7 @@ fi - - + + \ No newline at end of file diff --git a/c/help.html b/c/help.html index f71bb7ba0b..39dcec7d09 100644 --- a/c/help.html +++ b/c/help.html @@ -9,7 +9,7 @@ help 命令,Linux help 命令详解:该命令是bash内建命令,用于显示bash内建命令的帮助信息。 - Linux 命令搜索引擎 - + @@ -143,7 +143,7 @@ shopt: shopt [-pqsu] [-o long-option] optname [optname...] - - + + \ No newline at end of file diff --git a/c/hexdump.html b/c/hexdump.html index 9d4c3d4d4f..4d3133cc2c 100644 --- a/c/hexdump.html +++ b/c/hexdump.html @@ -9,7 +9,7 @@ hexdump 命令,Linux hexdump 命令详解:显示文件十六进制格式 - Linux 命令搜索引擎 - + @@ -148,7 +148,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/history.html b/c/history.html index 16c638148c..a95e586845 100644 --- a/c/history.html +++ b/c/history.html @@ -9,7 +9,7 @@ history 命令,Linux history 命令详解:显示或操作历史列表。 - Linux 命令搜索引擎 - + @@ -180,7 +180,7 @@ history -ps arg [arg...] - - + + \ No newline at end of file diff --git a/c/host.html b/c/host.html index 0291bba1e8..e68d2d2a68 100644 --- a/c/host.html +++ b/c/host.html @@ -9,7 +9,7 @@ host 命令,Linux host 命令详解:常用的分析域名查询工具 - Linux 命令搜索引擎 - + @@ -155,7 +155,7 @@ Received 54 bytes from 202.96.104.15#53 in 0 ms - - + + \ No newline at end of file diff --git a/c/hostid.html b/c/hostid.html index 95ca276105..c8a295e2c1 100644 --- a/c/hostid.html +++ b/c/hostid.html @@ -9,7 +9,7 @@ hostid 命令,Linux hostid 命令详解:显示当前主机的十六进制数字标识。 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/hostname.html b/c/hostname.html index 8f6fd3c751..428b5a9197 100644 --- a/c/hostname.html +++ b/c/hostname.html @@ -9,7 +9,7 @@ hostname 命令,Linux hostname 命令详解:显示和设置系统的主机名 - Linux 命令搜索引擎 - + @@ -161,7 +161,7 @@ AY1307311912260196fcZ - - + + \ No newline at end of file diff --git a/c/hostnamectl.html b/c/hostnamectl.html index d53f611d22..ec1dfdca45 100644 --- a/c/hostnamectl.html +++ b/c/hostnamectl.html @@ -9,7 +9,7 @@ hostnamectl 命令,Linux hostnamectl 命令详解:查询或更改系统主机名 - Linux 命令搜索引擎 - + @@ -136,7 +136,7 @@ set-location NAME 设置主机位置 - - + + \ No newline at end of file diff --git a/c/hping3.html b/c/hping3.html index c3fbd2ef2f..06fbf820e3 100644 --- a/c/hping3.html +++ b/c/hping3.html @@ -9,7 +9,7 @@ hping3 命令,Linux hping3 命令详解:测试网络及主机的安全 - Linux 命令搜索引擎 - + @@ -251,7 +251,7 @@ hping3 192.168.10.44 -p53 -d 100 --udp --sign siganature --file ./test.cmd - - + + \ No newline at end of file diff --git a/c/htdigest.html b/c/htdigest.html index b27b3e15db..f81aa97146 100644 --- a/c/htdigest.html +++ b/c/htdigest.html @@ -9,7 +9,7 @@ htdigest 命令,Linux htdigest 命令详解:Apache服务器内置工具 - Linux 命令搜索引擎 - + @@ -107,7 +107,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/htop.html b/c/htop.html index 2f2e6b9c32..7b0db8446d 100644 --- a/c/htop.html +++ b/c/htop.html @@ -9,7 +9,7 @@ htop 命令,Linux htop 命令详解:[非内部命令]一个互动的进程查看器,可以动态观察系统进程状况 - Linux 命令搜索引擎 - + @@ -292,7 +292,7 @@ F7表示减小nice值(增大优先级),F8增大nice值(减小优先级),选 - - + + \ No newline at end of file diff --git a/c/htpasswd.html b/c/htpasswd.html index 281f030fc5..b7aa2c7a19 100644 --- a/c/htpasswd.html +++ b/c/htpasswd.html @@ -9,7 +9,7 @@ htpasswd 命令,Linux htpasswd 命令详解:apache服务器创建密码认证文件 - Linux 命令搜索引擎 - + @@ -145,7 +145,7 @@ htpasswd -b .passwd Jack 123456 - - + + \ No newline at end of file diff --git a/c/hwclock.html b/c/hwclock.html index 8e06aa95c0..d14abb1131 100644 --- a/c/hwclock.html +++ b/c/hwclock.html @@ -9,7 +9,7 @@ hwclock 命令,Linux hwclock 命令详解:显示与设定硬件时钟 - Linux 命令搜索引擎 - + @@ -147,7 +147,7 @@ ARC=false - - + + \ No newline at end of file diff --git a/c/iconv.html b/c/iconv.html index 8b1bf291e2..4532c838bc 100644 --- a/c/iconv.html +++ b/c/iconv.html @@ -9,7 +9,7 @@ iconv 命令,Linux iconv 命令详解:转换文件的编码方式 - Linux 命令搜索引擎 - + @@ -125,7 +125,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/id.html b/c/id.html index 3da423912d..62e1763d1c 100644 --- a/c/id.html +++ b/c/id.html @@ -9,7 +9,7 @@ id 命令,Linux id 命令详解:打印真实以及有效的用户和所在组的信息 - Linux 命令搜索引擎 - + @@ -177,7 +177,7 @@ uid=500(www) gid=500(www) groups=500(www) - - + + \ No newline at end of file diff --git a/c/ifcfg.html b/c/ifcfg.html index 9a9ebb7137..1f1d3f191f 100644 --- a/c/ifcfg.html +++ b/c/ifcfg.html @@ -9,7 +9,7 @@ ifcfg 命令,Linux ifcfg 命令详解:置Linux中的网络接口参数 - Linux 命令搜索引擎 - + @@ -107,7 +107,7 @@ Stop:停用指定的网络接口的IP地址。 - - + + \ No newline at end of file diff --git a/c/ifconfig.html b/c/ifconfig.html index 6f8adf3f28..3c1afa95a2 100644 --- a/c/ifconfig.html +++ b/c/ifconfig.html @@ -9,7 +9,7 @@ ifconfig 命令,Linux ifconfig 命令详解:配置和显示Linux系统网卡的网络参数 - Linux 命令搜索引擎 - + @@ -224,7 +224,7 @@ ifconfig eth0 #显示eth0的网卡信息 - - + + \ No newline at end of file diff --git a/c/ifdown.html b/c/ifdown.html index 5c2231a448..03a865f1aa 100644 --- a/c/ifdown.html +++ b/c/ifdown.html @@ -9,7 +9,7 @@ ifdown 命令,Linux ifdown 命令详解:禁用指定的网络接口 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ifstat.html b/c/ifstat.html index 5443cda692..f77c67b653 100644 --- a/c/ifstat.html +++ b/c/ifstat.html @@ -9,7 +9,7 @@ ifstat 命令,Linux ifstat 命令详解:统计网络接口流量状态 - Linux 命令搜索引擎 - + @@ -191,7 +191,7 @@ HH:MM:ss KB/s in KB/s out KB/s in KB/s out KB/s in KB/s out KB/s in - - + + \ No newline at end of file diff --git a/c/iftop.html b/c/iftop.html index ea31ba4637..88f1774ae9 100644 --- a/c/iftop.html +++ b/c/iftop.html @@ -9,7 +9,7 @@ iftop 命令,Linux iftop 命令详解:一款实时流量监控工具 - Linux 命令搜索引擎 - + @@ -187,7 +187,7 @@ iftop -F 192.168.1.0/24 or 192.168.1.0/255.255.255.0 # 显示某个网段进出 - - + + \ No newline at end of file diff --git a/c/ifup.html b/c/ifup.html index 4114ea3f8e..990d9a53d8 100644 --- a/c/ifup.html +++ b/c/ifup.html @@ -9,7 +9,7 @@ ifup 命令,Linux ifup 命令详解:激活指定的网络接口 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/indent.html b/c/indent.html index b7c71b0599..e43eeca8ea 100644 --- a/c/indent.html +++ b/c/indent.html @@ -9,7 +9,7 @@ indent 命令,Linux indent 命令详解:格式化C语言的源文件 - Linux 命令搜索引擎 - + @@ -215,7 +215,7 @@ indent(选项)(源文件)(-o 目标文件) - - + + \ No newline at end of file diff --git a/c/info.html b/c/info.html index 5d686b20dd..eb008c0ab7 100644 --- a/c/info.html +++ b/c/info.html @@ -9,7 +9,7 @@ info 命令,Linux info 命令详解:Linux下info格式的帮助指令 - Linux 命令搜索引擎 - + @@ -183,7 +183,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/init.html b/c/init.html index 8a0872a8bd..70801f955a 100644 --- a/c/init.html +++ b/c/init.html @@ -9,7 +9,7 @@ init 命令,Linux init 命令详解:init进程是所有Linux进程的父进程 - Linux 命令搜索引擎 - + @@ -125,7 +125,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/inotifywait.html b/c/inotifywait.html index e6561e9419..48f7df84fd 100644 --- a/c/inotifywait.html +++ b/c/inotifywait.html @@ -9,7 +9,7 @@ inotifywait 命令,Linux inotifywait 命令详解:异步文件系统监控机制 - Linux 命令搜索引擎 - + @@ -255,7 +255,7 @@ path=$1 - - + + \ No newline at end of file diff --git a/c/insmod.html b/c/insmod.html index 4d6c9e4f57..1f9b9f945e 100644 --- a/c/insmod.html +++ b/c/insmod.html @@ -9,7 +9,7 @@ insmod 命令,Linux insmod 命令详解:将给定的模块加载到内核中 - Linux 命令搜索引擎 - + @@ -133,7 +133,7 @@ raid1 25153 0 - - + + \ No newline at end of file diff --git a/c/install.html b/c/install.html index 2e8c49c74e..e016a22e68 100644 --- a/c/install.html +++ b/c/install.html @@ -9,7 +9,7 @@ install 命令,Linux install 命令详解:安装或升级软件或备份数据 - Linux 命令搜索引擎 - + @@ -166,7 +166,7 @@ mkdir -p a/b && cp x a/b/c - - + + \ No newline at end of file diff --git a/c/iostat.html b/c/iostat.html index 7a14478efe..170c1ca6c5 100644 --- a/c/iostat.html +++ b/c/iostat.html @@ -9,7 +9,7 @@ iostat 命令,Linux iostat 命令详解:监视系统输入输出设备和CPU的使用情况 - Linux 命令搜索引擎 - + @@ -216,7 +216,7 @@ sda1 0.02 0.08 - - + + \ No newline at end of file diff --git a/c/iotop.html b/c/iotop.html index 4b45f563dd..2a6f5110ad 100644 --- a/c/iotop.html +++ b/c/iotop.html @@ -9,7 +9,7 @@ iotop 命令,Linux iotop 命令详解:用来监视磁盘I/O使用状况的工具 - Linux 命令搜索引擎 - + @@ -171,7 +171,7 @@ python setup.py install - - + + \ No newline at end of file diff --git a/c/ip.html b/c/ip.html index 2d98616d8e..055495f388 100644 --- a/c/ip.html +++ b/c/ip.html @@ -9,7 +9,7 @@ ip 命令,Linux ip 命令详解:网络配置工具 - Linux 命令搜索引擎 - + @@ -273,7 +273,7 @@ default via 112.124.15.247 dev eth1 - - + + \ No newline at end of file diff --git a/c/ip6tables-restore.html b/c/ip6tables-restore.html index 677bf6709c..ae2eb668bc 100644 --- a/c/ip6tables-restore.html +++ b/c/ip6tables-restore.html @@ -9,7 +9,7 @@ ip6tables-restore 命令,Linux ip6tables-restore 命令详解:还原ip6tables表 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ip6tables-save.html b/c/ip6tables-save.html index 7f57dccbba..e7da1edd5e 100644 --- a/c/ip6tables-save.html +++ b/c/ip6tables-save.html @@ -9,7 +9,7 @@ ip6tables-save 命令,Linux ip6tables-save 命令详解:保存ip6tables表配置 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ip6tables.html b/c/ip6tables.html index fd5d059883..6b50ef62e8 100644 --- a/c/ip6tables.html +++ b/c/ip6tables.html @@ -9,7 +9,7 @@ ip6tables 命令,Linux ip6tables 命令详解:linux中防火墙软件 - Linux 命令搜索引擎 - + @@ -336,7 +336,7 @@ num pkts bytes target prot opt in out source destina - - + + \ No newline at end of file diff --git a/c/ipcalc.html b/c/ipcalc.html index 0e3f18b755..ab47856d2a 100644 --- a/c/ipcalc.html +++ b/c/ipcalc.html @@ -9,7 +9,7 @@ ipcalc 命令,Linux ipcalc 命令详解:简单的IP地址计算器 - Linux 命令搜索引擎 - + @@ -149,7 +149,7 @@ NETWORK=192.168.2.0 - - + + \ No newline at end of file diff --git a/c/ipcrm.html b/c/ipcrm.html index 57fe157001..03a53e5a78 100644 --- a/c/ipcrm.html +++ b/c/ipcrm.html @@ -9,7 +9,7 @@ ipcrm 命令,Linux ipcrm 命令详解:删除消息队列、信号集、或者共享内存标识 - Linux 命令搜索引擎 - + @@ -117,7 +117,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ipcs.html b/c/ipcs.html index 92205d0c1b..e7e8876e07 100644 --- a/c/ipcs.html +++ b/c/ipcs.html @@ -9,7 +9,7 @@ ipcs 命令,Linux ipcs 命令详解:分析消息队列共享内存和信号量 - Linux 命令搜索引擎 - + @@ -153,7 +153,7 @@ key shmid owner perms bytes nattch status - - + + \ No newline at end of file diff --git a/c/iperf.html b/c/iperf.html index 2dba32141a..f8a1f186fa 100644 --- a/c/iperf.html +++ b/c/iperf.html @@ -9,7 +9,7 @@ iperf 命令,Linux iperf 命令详解:网络性能测试工具 - Linux 命令搜索引擎 - + @@ -324,7 +324,7 @@ make install - - + + \ No newline at end of file diff --git a/c/iptables-restore.html b/c/iptables-restore.html index 7a06894c01..c1feb09180 100644 --- a/c/iptables-restore.html +++ b/c/iptables-restore.html @@ -9,7 +9,7 @@ iptables-restore 命令,Linux iptables-restore 命令详解:还原iptables表的配置 - Linux 命令搜索引擎 - + @@ -108,7 +108,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/iptables-save.html b/c/iptables-save.html index c7c312f4ab..904863176f 100644 --- a/c/iptables-save.html +++ b/c/iptables-save.html @@ -9,7 +9,7 @@ iptables-save 命令,Linux iptables-save 命令详解:备份iptables的表配置 - Linux 命令搜索引擎 - + @@ -133,7 +133,7 @@ COMMIT - - + + \ No newline at end of file diff --git a/c/iptables.html b/c/iptables.html index d621f9a9a4..42041003fe 100644 --- a/c/iptables.html +++ b/c/iptables.html @@ -9,7 +9,7 @@ iptables 命令,Linux iptables 命令详解:Linux上常用的防火墙软件 - Linux 命令搜索引擎 - + @@ -771,7 +771,7 @@ iptables -I INPUT -m limit --limit 3/hour --limit-burst 10 -j ACCEPT # limit模 - - + + \ No newline at end of file diff --git a/c/iptraf.html b/c/iptraf.html index be948eeb49..5bd39d06ca 100644 --- a/c/iptraf.html +++ b/c/iptraf.html @@ -9,7 +9,7 @@ iptraf 命令,Linux iptraf 命令详解:实时地监视网卡流量 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/iptstate.html b/c/iptstate.html index 313c69d6b4..96170a09a7 100644 --- a/c/iptstate.html +++ b/c/iptstate.html @@ -9,7 +9,7 @@ iptstate 命令,Linux iptstate 命令详解:显示iptables的工作状态 - Linux 命令搜索引擎 - + @@ -117,7 +117,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ispell.html b/c/ispell.html index 30eab4fa72..3df30771fc 100644 --- a/c/ispell.html +++ b/c/ispell.html @@ -9,7 +9,7 @@ ispell 命令,Linux ispell 命令详解:检查文件中出现的拼写错误 - Linux 命令搜索引擎 - + @@ -99,7 +99,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/jed.html b/c/jed.html index 2854275ac7..634c2d4cea 100644 --- a/c/jed.html +++ b/c/jed.html @@ -9,7 +9,7 @@ jed 命令,Linux jed 命令详解:主要用于编辑代码的编辑器 - Linux 命令搜索引擎 - + @@ -153,7 +153,7 @@ unset_setkey ("@\emy", "\ey"); - - + + \ No newline at end of file diff --git a/c/jobs.html b/c/jobs.html index bc29c54a8c..bbe0ea019f 100644 --- a/c/jobs.html +++ b/c/jobs.html @@ -9,7 +9,7 @@ jobs 命令,Linux jobs 命令详解:显示作业的状态。 - Linux 命令搜索引擎 - + @@ -192,7 +192,7 @@ pc@192.168.1.4's password: - - + + \ No newline at end of file diff --git a/c/joe.html b/c/joe.html index 2ed2080e00..7c4bb4a425 100644 --- a/c/joe.html +++ b/c/joe.html @@ -9,7 +9,7 @@ joe 命令,Linux joe 命令详解:强大的纯文本编辑器 - Linux 命令搜索引擎 - + @@ -145,7 +145,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/join.html b/c/join.html index b06269373e..2c0feb987d 100644 --- a/c/join.html +++ b/c/join.html @@ -9,7 +9,7 @@ join 命令,Linux join 命令详解:两个文件中指定栏位内容相同的行连接起来 - Linux 命令搜索引擎 - + @@ -120,7 +120,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/jq.html b/c/jq.html index ea7d722799..63b29d074d 100644 --- a/c/jq.html +++ b/c/jq.html @@ -9,7 +9,7 @@ jq 命令,Linux jq 命令详解:一个灵活的轻量级命令行JSON处理器 - Linux 命令搜索引擎 - + @@ -319,7 +319,7 @@ jq [options] --jsonargs [JSON_TEXTS...] - - + + \ No newline at end of file diff --git a/c/jwhois.html b/c/jwhois.html index d93a78765e..b2899eb7a5 100644 --- a/c/jwhois.html +++ b/c/jwhois.html @@ -9,7 +9,7 @@ jwhois 命令,Linux jwhois 命令详解:whois 客户端服务 - Linux 命令搜索引擎 - + @@ -159,7 +159,7 @@ Registrar WHOIS Server: whois.west263.com - - + + \ No newline at end of file diff --git a/c/kernelversion.html b/c/kernelversion.html index 9088d54cb1..b83bd4c23d 100644 --- a/c/kernelversion.html +++ b/c/kernelversion.html @@ -9,7 +9,7 @@ kernelversion 命令,Linux kernelversion 命令详解:打印当前内核的主版本号 - Linux 命令搜索引擎 - + @@ -97,7 +97,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/kexec.html b/c/kexec.html index 028169bf25..0053fa3673 100644 --- a/c/kexec.html +++ b/c/kexec.html @@ -9,7 +9,7 @@ kexec 命令,Linux kexec 命令详解:从当前正在运行的内核引导到一个新内核 - Linux 命令搜索引擎 - + @@ -110,7 +110,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/kill.html b/c/kill.html index 1b3e04fe70..c60a51d61c 100644 --- a/c/kill.html +++ b/c/kill.html @@ -9,7 +9,7 @@ kill 命令,Linux kill 命令详解:发送信号到进程。 - Linux 命令搜索引擎 - + @@ -349,7 +349,7 @@ kill -l [number] | -L - - + + \ No newline at end of file diff --git a/c/killall.html b/c/killall.html index b613c2a908..3b117c0a2a 100644 --- a/c/killall.html +++ b/c/killall.html @@ -9,7 +9,7 @@ killall 命令,Linux killall 命令详解:使用进程的名称来杀死一组进程 - Linux 命令搜索引擎 - + @@ -124,7 +124,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/last.html b/c/last.html index c0b185318f..66d9a2630c 100644 --- a/c/last.html +++ b/c/last.html @@ -9,7 +9,7 @@ last 命令,Linux last 命令详解:列出目前与过去登入系统的用户相关信息 - Linux 命令搜索引擎 - + @@ -141,7 +141,7 @@ root pts/0 221.6.45.34 Mon Dec 9 09:38 - 11:41 (02:02) - - + + \ No newline at end of file diff --git a/c/lastb.html b/c/lastb.html index 2358c00c61..8b20dcc2dc 100644 --- a/c/lastb.html +++ b/c/lastb.html @@ -9,7 +9,7 @@ lastb 命令,Linux lastb 命令详解:列出登入系统失败的用户相关信息 - Linux 命令搜索引擎 - + @@ -151,7 +151,7 @@ admin ssh:notty 129.171.193.99 Mon Dec 16 16:52 - 16:52 (00:00) - - + + \ No newline at end of file diff --git a/c/lastlog.html b/c/lastlog.html index 1a0ab0acb3..c4f2a23e5b 100644 --- a/c/lastlog.html +++ b/c/lastlog.html @@ -9,7 +9,7 @@ lastlog 命令,Linux lastlog 命令详解:显示系统中所有用户最近一次登录信息 - Linux 命令搜索引擎 - + @@ -162,7 +162,7 @@ mysql **Never logged in** - - + + \ No newline at end of file diff --git a/c/ld.html b/c/ld.html index f604dffc21..0e04332e43 100644 --- a/c/ld.html +++ b/c/ld.html @@ -9,7 +9,7 @@ ld 命令,Linux ld 命令详解:将目标文件连接为可执行程序 - Linux 命令搜索引擎 - + @@ -114,7 +114,7 @@ ld -o output /lib/crt0.o hello.o -lc - - + + \ No newline at end of file diff --git a/c/ldconfig.html b/c/ldconfig.html index 471a450538..e9e1060f88 100644 --- a/c/ldconfig.html +++ b/c/ldconfig.html @@ -9,7 +9,7 @@ ldconfig 命令,Linux ldconfig 命令详解:动态链接库管理命令 - Linux 命令搜索引擎 - + @@ -134,7 +134,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ldd.html b/c/ldd.html index e47745990e..f3921325da 100644 --- a/c/ldd.html +++ b/c/ldd.html @@ -9,7 +9,7 @@ ldd 命令,Linux ldd 命令详解:打印程序或者库文件所依赖的共享库列表 - Linux 命令搜索引擎 - + @@ -122,7 +122,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/less.html b/c/less.html index 18f783804f..3fd11d5235 100644 --- a/c/less.html +++ b/c/less.html @@ -9,7 +9,7 @@ less 命令,Linux less 命令详解:分屏上下翻页浏览文件内容 - Linux 命令搜索引擎 - + @@ -121,7 +121,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/let.html b/c/let.html index abc660d1e3..1a2b11b7f3 100644 --- a/c/let.html +++ b/c/let.html @@ -9,7 +9,7 @@ let 命令,Linux let 命令详解:简单的计算器,执行算术表达式。 - Linux 命令搜索引擎 - + @@ -302,7 +302,7 @@ echo ${a} - - + + \ No newline at end of file diff --git a/c/lftp.html b/c/lftp.html index c01a607ab6..0659b48b7f 100644 --- a/c/lftp.html +++ b/c/lftp.html @@ -9,7 +9,7 @@ lftp 命令,Linux lftp 命令详解:优秀的文件客户端程序 - Linux 命令搜索引擎 - + @@ -172,7 +172,7 @@ set pget:default-n 5 - - + + \ No newline at end of file diff --git a/c/lftpget.html b/c/lftpget.html index e86e6ab53c..a700b310dc 100644 --- a/c/lftpget.html +++ b/c/lftpget.html @@ -9,7 +9,7 @@ lftpget 命令,Linux lftpget 命令详解:调用lftp指令下载指定的文件 - Linux 命令搜索引擎 - + @@ -107,7 +107,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/lha.html b/c/lha.html index ff93682638..0a56bbbe57 100644 --- a/c/lha.html +++ b/c/lha.html @@ -9,7 +9,7 @@ lha 命令,Linux lha 命令详解:压缩或解压缩lzh格式文件 - Linux 命令搜索引擎 - + @@ -147,7 +147,7 @@ lha -xiw=agis abc #解压文件abc,到当前目录 - - + + \ No newline at end of file diff --git a/c/lilo.html b/c/lilo.html index 5b07176949..047f2de29c 100644 --- a/c/lilo.html +++ b/c/lilo.html @@ -9,7 +9,7 @@ lilo 命令,Linux lilo 命令详解:安装核心载入开机管理程序 - Linux 命令搜索引擎 - + @@ -219,7 +219,7 @@ other=/dev/hda - - + + \ No newline at end of file diff --git a/c/ln.html b/c/ln.html index 417b2dd298..de57df4584 100644 --- a/c/ln.html +++ b/c/ln.html @@ -9,7 +9,7 @@ ln 命令,Linux ln 命令详解:用来为文件创建链接 - Linux 命令搜索引擎 - + @@ -279,7 +279,7 @@ total 0 - - + + \ No newline at end of file diff --git a/c/lnstat.html b/c/lnstat.html index 56289cdb89..d8067771f3 100644 --- a/c/lnstat.html +++ b/c/lnstat.html @@ -9,7 +9,7 @@ lnstat 命令,Linux lnstat 命令详解:显示Linux系统的网路状态 - Linux 命令搜索引擎 - + @@ -115,7 +115,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/local.html b/c/local.html index 7213d1e814..e1bf4f965d 100644 --- a/c/local.html +++ b/c/local.html @@ -9,7 +9,7 @@ local 命令,Linux local 命令详解:在函数内定义局部变量。 - Linux 命令搜索引擎 - + @@ -122,7 +122,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/locate.html b/c/locate.html index d14613ae0b..68f102ee90 100644 --- a/c/locate.html +++ b/c/locate.html @@ -9,7 +9,7 @@ locate 命令,Linux locate 命令详解:比 find 好用的文件查找工具 - Linux 命令搜索引擎 - + @@ -203,7 +203,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/logger.html b/c/logger.html index d11109f712..b39a0b8037 100644 --- a/c/logger.html +++ b/c/logger.html @@ -9,7 +9,7 @@ logger 命令,Linux logger 命令详解:在系统日志中记录相应条目 - Linux 命令搜索引擎 - + @@ -131,7 +131,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/login.html b/c/login.html index 141d013d0e..add0f8faf6 100644 --- a/c/login.html +++ b/c/login.html @@ -9,7 +9,7 @@ login 命令,Linux login 命令详解:登录系统或切换用户身份 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/logname.html b/c/logname.html index a9968ad55a..857740fd15 100644 --- a/c/logname.html +++ b/c/logname.html @@ -9,7 +9,7 @@ logname 命令,Linux logname 命令详解:打印当前终端登录用户的名称。 - Linux 命令搜索引擎 - + @@ -122,7 +122,7 @@ root - - + + \ No newline at end of file diff --git a/c/logout.html b/c/logout.html index 089fa2c497..fb835af3f1 100644 --- a/c/logout.html +++ b/c/logout.html @@ -9,7 +9,7 @@ logout 命令,Linux logout 命令详解:退出当前登录的Shell - Linux 命令搜索引擎 - + @@ -97,7 +97,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/logrotate.html b/c/logrotate.html index 2212494647..dccdb46841 100644 --- a/c/logrotate.html +++ b/c/logrotate.html @@ -9,7 +9,7 @@ logrotate 命令,Linux logrotate 命令详解:系统日志进行轮转、压缩和删除 - Linux 命令搜索引擎 - + @@ -216,7 +216,7 @@ size(或minsize) log-size 当日志文件到达指定的大小时才转储 - - + + \ No newline at end of file diff --git a/c/logsave.html b/c/logsave.html index 6743c2c023..3c3b356a7d 100644 --- a/c/logsave.html +++ b/c/logsave.html @@ -9,7 +9,7 @@ logsave 命令,Linux logsave 命令详解:将命令的输出信息保存到指定的日志文件 - Linux 命令搜索引擎 - + @@ -106,7 +106,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/logwatch.html b/c/logwatch.html index ca6d345f9c..bf05a3e85f 100644 --- a/c/logwatch.html +++ b/c/logwatch.html @@ -9,7 +9,7 @@ logwatch 命令,Linux logwatch 命令详解:可定制和可插入式的日志监视系统 - Linux 命令搜索引擎 - + @@ -151,7 +151,7 @@ logwatch --service sshd --detail High 只看sshd的日志 - - + + \ No newline at end of file diff --git a/c/look.html b/c/look.html index bfd3a21556..38755c4657 100644 --- a/c/look.html +++ b/c/look.html @@ -9,7 +9,7 @@ look 命令,Linux look 命令详解:显示文件中以指定字符串开头的任意行 - Linux 命令搜索引擎 - + @@ -112,7 +112,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/losetup.html b/c/losetup.html index f178a33838..9d41fe012c 100644 --- a/c/losetup.html +++ b/c/losetup.html @@ -9,7 +9,7 @@ losetup 命令,Linux losetup 命令详解:设定与控制循环(loop)设备 - Linux 命令搜索引擎 - + @@ -140,7 +140,7 @@ losetup -d /dev/loop1 - - + + \ No newline at end of file diff --git a/c/lp.html b/c/lp.html index 714fce8f57..23acf3755c 100644 --- a/c/lp.html +++ b/c/lp.html @@ -9,7 +9,7 @@ lp 命令,Linux lp 命令详解:打印文件或修改排队的打印任务 - Linux 命令搜索引擎 - + @@ -150,7 +150,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/lpadmin.html b/c/lpadmin.html index 2cb82447ca..e123f71900 100644 --- a/c/lpadmin.html +++ b/c/lpadmin.html @@ -9,7 +9,7 @@ lpadmin 命令,Linux lpadmin 命令详解:配置CUPS套件中的打印机和类 - Linux 命令搜索引擎 - + @@ -125,7 +125,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/lpc.html b/c/lpc.html index fdd9f0f8c4..c3fd01a549 100644 --- a/c/lpc.html +++ b/c/lpc.html @@ -9,7 +9,7 @@ lpc 命令,Linux lpc 命令详解:命令行方式打印机控制程序 - Linux 命令搜索引擎 - + @@ -111,7 +111,7 @@ lpc> exit - - + + \ No newline at end of file diff --git a/c/lpq.html b/c/lpq.html index b33bbc8c2a..b7ec3f6d0f 100644 --- a/c/lpq.html +++ b/c/lpq.html @@ -9,7 +9,7 @@ lpq 命令,Linux lpq 命令详解:显示打印队列中的打印任务的状态信息 - Linux 命令搜索引擎 - + @@ -113,7 +113,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/lpr.html b/c/lpr.html index a76ad290b7..8154ca390c 100644 --- a/c/lpr.html +++ b/c/lpr.html @@ -9,7 +9,7 @@ lpr 命令,Linux lpr 命令详解:将文件发送给指定打印机进行打印 - Linux 命令搜索引擎 - + @@ -124,7 +124,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/lprm.html b/c/lprm.html index 7abf826a0c..080e664c69 100644 --- a/c/lprm.html +++ b/c/lprm.html @@ -9,7 +9,7 @@ lprm 命令,Linux lprm 命令详解:删除打印队列中的打印任务 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/lpstat.html b/c/lpstat.html index 0451271531..d665afa418 100644 --- a/c/lpstat.html +++ b/c/lpstat.html @@ -9,7 +9,7 @@ lpstat 命令,Linux lpstat 命令详解:显示CUPS中打印机的状态信息 - Linux 命令搜索引擎 - + @@ -121,7 +121,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ls.html b/c/ls.html index a4f2c13b71..08ebcb47a1 100644 --- a/c/ls.html +++ b/c/ls.html @@ -9,7 +9,7 @@ ls 命令,Linux ls 命令详解:显示目录内容列表 - Linux 命令搜索引擎 - + @@ -769,7 +769,7 @@ auto CHANGES CHANGES.ru conf configure contrib html LICENSE Makefile ma - - + + \ No newline at end of file diff --git a/c/lsattr.html b/c/lsattr.html index 6f81a1ba48..0795f5c9e1 100644 --- a/c/lsattr.html +++ b/c/lsattr.html @@ -9,7 +9,7 @@ lsattr 命令,Linux lsattr 命令详解:查看文件的第二扩展文件系统属性 - Linux 命令搜索引擎 - + @@ -118,7 +118,7 @@ lsattr -EO -l rmt0 - - + + \ No newline at end of file diff --git a/c/lsb_release.html b/c/lsb_release.html index 8e9c51fd7e..9a97d63272 100644 --- a/c/lsb_release.html +++ b/c/lsb_release.html @@ -9,7 +9,7 @@ lsb_release 命令,Linux lsb_release 命令详解:显示发行版本信息 - Linux 命令搜索引擎 - + @@ -115,7 +115,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/lsblk.html b/c/lsblk.html index b9c4737181..3044734d46 100644 --- a/c/lsblk.html +++ b/c/lsblk.html @@ -9,7 +9,7 @@ lsblk 命令,Linux lsblk 命令详解:列出块设备信息 - Linux 命令搜索引擎 - + @@ -192,7 +192,7 @@ lsblk --bytes /dev/sda - - + + \ No newline at end of file diff --git a/c/lscpu.html b/c/lscpu.html index 2365e36f47..be2144b433 100644 --- a/c/lscpu.html +++ b/c/lscpu.html @@ -9,7 +9,7 @@ lscpu 命令,Linux lscpu 命令详解:显示有关CPU架构的信息 - Linux 命令搜索引擎 - + @@ -191,7 +191,7 @@ NUMA node0 CPU(s): 0-3 - - + + \ No newline at end of file diff --git a/c/lsmod.html b/c/lsmod.html index a99bbc3ca8..5b6e93f33c 100644 --- a/c/lsmod.html +++ b/c/lsmod.html @@ -9,7 +9,7 @@ lsmod 命令,Linux lsmod 命令详解:显示已载入系统的模块 - Linux 命令搜索引擎 - + @@ -254,7 +254,7 @@ ehci_hcd 34509 0 - - + + \ No newline at end of file diff --git a/c/lsof.html b/c/lsof.html index a84111017b..e903239913 100644 --- a/c/lsof.html +++ b/c/lsof.html @@ -9,7 +9,7 @@ lsof 命令,Linux lsof 命令详解:显示Linux系统当前已打开的所有文件列表 `lsof -p pid` - Linux 命令搜索引擎 - + @@ -256,7 +256,7 @@ events/1 7 root cwd DIR 8,2 4096 2 / - - + + \ No newline at end of file diff --git a/c/lspci.html b/c/lspci.html index 688e3b92a5..261caf8b35 100644 --- a/c/lspci.html +++ b/c/lspci.html @@ -9,7 +9,7 @@ lspci 命令,Linux lspci 命令详解:显示当前主机的所有PCI总线信息 - Linux 命令搜索引擎 - + @@ -207,7 +207,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/lsusb.html b/c/lsusb.html index de201172fa..914aa260d2 100644 --- a/c/lsusb.html +++ b/c/lsusb.html @@ -9,7 +9,7 @@ lsusb 命令,Linux lsusb 命令详解:显示本机的USB设备列表信息 - Linux 命令搜索引擎 - + @@ -150,7 +150,7 @@ Bus 002 Device 001: ID 0000:0000 - - + + \ No newline at end of file diff --git a/c/ltrace.html b/c/ltrace.html index dec80c5bbd..c5c0092b60 100644 --- a/c/ltrace.html +++ b/c/ltrace.html @@ -9,7 +9,7 @@ ltrace 命令,Linux ltrace 命令详解:用来跟踪进程调用库函数的情况 - Linux 命令搜索引擎 - + @@ -204,7 +204,7 @@ SYS_mmap2(0x424000, 4096, 3, 2066, 3) = 0x424000 - - + + \ No newline at end of file diff --git a/c/lvcreate.html b/c/lvcreate.html index fce1bd070c..1bb3db38d4 100644 --- a/c/lvcreate.html +++ b/c/lvcreate.html @@ -9,7 +9,7 @@ lvcreate 命令,Linux lvcreate 命令详解:用于创建LVM的逻辑卷 - Linux 命令搜索引擎 - + @@ -115,7 +115,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/lvdisplay.html b/c/lvdisplay.html index c198d3b9d1..aa0fe68e3f 100644 --- a/c/lvdisplay.html +++ b/c/lvdisplay.html @@ -9,7 +9,7 @@ lvdisplay 命令,Linux lvdisplay 命令详解:显示逻辑卷属性 - Linux 命令搜索引擎 - + @@ -114,7 +114,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/lvextend.html b/c/lvextend.html index c7e48348b8..60361baaf8 100644 --- a/c/lvextend.html +++ b/c/lvextend.html @@ -9,7 +9,7 @@ lvextend 命令,Linux lvextend 命令详解:扩展逻辑卷空间 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ Logical volume lvol0 successfully resized - - + + \ No newline at end of file diff --git a/c/lvreduce.html b/c/lvreduce.html index ffbc3ba7a0..a5e10e049c 100644 --- a/c/lvreduce.html +++ b/c/lvreduce.html @@ -9,7 +9,7 @@ lvreduce 命令,Linux lvreduce 命令详解:收缩逻辑卷空间 - Linux 命令搜索引擎 - + @@ -120,7 +120,7 @@ Do you really want to reduce lvol0? [y/n]: y #确认操作 - - + + \ No newline at end of file diff --git a/c/lvremove.html b/c/lvremove.html index 39afd98412..33e3d3e446 100644 --- a/c/lvremove.html +++ b/c/lvremove.html @@ -9,7 +9,7 @@ lvremove 命令,Linux lvremove 命令详解:删除指定LVM逻辑卷 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ volume "lvol0"? [y/n]: y #确认删除 - - + + \ No newline at end of file diff --git a/c/lvresize.html b/c/lvresize.html index 5f9e321e12..f72020be2f 100644 --- a/c/lvresize.html +++ b/c/lvresize.html @@ -9,7 +9,7 @@ lvresize 命令,Linux lvresize 命令详解:调整逻辑卷空间大小 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ Logical volume lvol0 successfully resized - - + + \ No newline at end of file diff --git a/c/lvscan.html b/c/lvscan.html index 9799a518be..8f1fa62ec4 100644 --- a/c/lvscan.html +++ b/c/lvscan.html @@ -9,7 +9,7 @@ lvscan 命令,Linux lvscan 命令详解:扫描逻辑卷 - Linux 命令搜索引擎 - + @@ -110,7 +110,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/lynx.html b/c/lynx.html index 45cee95320..7916b16eb3 100644 --- a/c/lynx.html +++ b/c/lynx.html @@ -9,7 +9,7 @@ lynx 命令,Linux lynx 命令详解:纯文本模式的网页浏览器 - Linux 命令搜索引擎 - + @@ -246,7 +246,7 @@ Ctrl+k:调用 Cookie Jar 页。 - - + + \ No newline at end of file diff --git a/c/mail.html b/c/mail.html index 117b1f3082..abb1614bf1 100644 --- a/c/mail.html +++ b/c/mail.html @@ -9,7 +9,7 @@ mail 命令,Linux mail 命令详解:命令行下发送和接收电子邮件 - Linux 命令搜索引擎 - + @@ -157,7 +157,7 @@ welcome to www.jsdig.com - - + + \ No newline at end of file diff --git a/c/mailq.html b/c/mailq.html index 37f3f10213..d3298911fe 100644 --- a/c/mailq.html +++ b/c/mailq.html @@ -9,7 +9,7 @@ mailq 命令,Linux mailq 命令详解:显示待发送的邮件队列 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/mailstat.html b/c/mailstat.html index 8bced759d1..aaa3749193 100644 --- a/c/mailstat.html +++ b/c/mailstat.html @@ -9,7 +9,7 @@ mailstat 命令,Linux mailstat 命令详解:显示到达的邮件状态 - Linux 命令搜索引擎 - + @@ -113,7 +113,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/make.html b/c/make.html index 8209c5e391..ff555aa9e9 100644 --- a/c/make.html +++ b/c/make.html @@ -9,7 +9,7 @@ make 命令,Linux make 命令详解:GNU的工程化编译工具 - Linux 命令搜索引擎 - + @@ -133,7 +133,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/man.html b/c/man.html index ac9f571e27..f349a58b63 100644 --- a/c/man.html +++ b/c/man.html @@ -9,7 +9,7 @@ man 命令,Linux man 命令详解:查看Linux中的指令帮助 - Linux 命令搜索引擎 - + @@ -142,7 +142,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/mapfile.html b/c/mapfile.html index 95a2e966ab..6d56e2160a 100644 --- a/c/mapfile.html +++ b/c/mapfile.html @@ -9,7 +9,7 @@ mapfile 命令,Linux mapfile 命令详解:从标准输入读取行并赋值到数组。 - Linux 命令搜索引擎 - + @@ -200,7 +200,7 @@ done - - + + \ No newline at end of file diff --git a/c/md5sum.html b/c/md5sum.html index 0482023649..66331ffc3f 100644 --- a/c/md5sum.html +++ b/c/md5sum.html @@ -9,7 +9,7 @@ md5sum 命令,Linux md5sum 命令详解:计算和校验文件报文摘要的工具程序 - Linux 命令搜索引擎 - + @@ -159,7 +159,7 @@ md5sum: testfile.md5: no properly formatted MD5 checksum lines found - - + + \ No newline at end of file diff --git a/c/mesg.html b/c/mesg.html index 1c50477fc4..19c8376f0c 100644 --- a/c/mesg.html +++ b/c/mesg.html @@ -9,7 +9,7 @@ mesg 命令,Linux mesg 命令详解:设置当前终端的写权限 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/mii-tool.html b/c/mii-tool.html index 9a929647f3..1854b8fc5a 100644 --- a/c/mii-tool.html +++ b/c/mii-tool.html @@ -9,7 +9,7 @@ mii-tool 命令,Linux mii-tool 命令详解:配置网络设备协商方式的工具 - Linux 命令搜索引擎 - + @@ -165,7 +165,7 @@ eth0: 100 Mbit, full duplex, link ok - - + + \ No newline at end of file diff --git a/c/mkbootdisk.html b/c/mkbootdisk.html index de734f07be..3d4e4b4b57 100644 --- a/c/mkbootdisk.html +++ b/c/mkbootdisk.html @@ -9,7 +9,7 @@ mkbootdisk 命令,Linux mkbootdisk 命令详解:可建立目前系统的启动盘 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/mkdir.html b/c/mkdir.html index 404dfa4bb4..722546508d 100644 --- a/c/mkdir.html +++ b/c/mkdir.html @@ -9,7 +9,7 @@ mkdir 命令,Linux mkdir 命令详解:用来创建目录 - Linux 命令搜索引擎 - + @@ -120,7 +120,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/mke2fs.html b/c/mke2fs.html index c41de57a90..843b60298e 100644 --- a/c/mke2fs.html +++ b/c/mke2fs.html @@ -9,7 +9,7 @@ mke2fs 命令,Linux mke2fs 命令详解:创建磁盘分区上的“etc2/etc3”文件系统 - Linux 命令搜索引擎 - + @@ -141,7 +141,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/mkfs.html b/c/mkfs.html index ca53226a8b..e6ffe93f8a 100644 --- a/c/mkfs.html +++ b/c/mkfs.html @@ -9,7 +9,7 @@ mkfs 命令,Linux mkfs 命令详解:用于在设备上创建Linux文件系统 - Linux 命令搜索引擎 - + @@ -125,7 +125,7 @@ mkfs -t ext2 /dev/sda7 //将sda7分区格式化为ext2格式 - - + + \ No newline at end of file diff --git a/c/mkinitrd.html b/c/mkinitrd.html index 13a3c217fa..df3449a04c 100644 --- a/c/mkinitrd.html +++ b/c/mkinitrd.html @@ -9,7 +9,7 @@ mkinitrd 命令,Linux mkinitrd 命令详解:建立要载入ramdisk的映像文件 - Linux 命令搜索引擎 - + @@ -165,7 +165,7 @@ myinitrd.img: ASCII cpio archive (SVR4 with no CRC) - - + + \ No newline at end of file diff --git a/c/mkisofs.html b/c/mkisofs.html index f0beb71242..fe1584e15a 100644 --- a/c/mkisofs.html +++ b/c/mkisofs.html @@ -9,7 +9,7 @@ mkisofs 命令,Linux mkisofs 命令详解:建立ISO 9660映像文件 - Linux 命令搜索引擎 - + @@ -197,7 +197,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/mknod.html b/c/mknod.html index 2a96e36d60..42e4718d28 100644 --- a/c/mknod.html +++ b/c/mknod.html @@ -9,7 +9,7 @@ mknod 命令,Linux mknod 命令详解:创建字符设备文件和块设备文件 - Linux 命令搜索引擎 - + @@ -127,7 +127,7 @@ mknod /dev/ttyUSB32 c 188 32 - - + + \ No newline at end of file diff --git a/c/mkswap.html b/c/mkswap.html index a3afc80ae4..8ab6e2ccbc 100644 --- a/c/mkswap.html +++ b/c/mkswap.html @@ -9,7 +9,7 @@ mkswap 命令,Linux mkswap 命令详解:建立和设置SWAP交换分区 - Linux 命令搜索引擎 - + @@ -173,7 +173,7 @@ cat /proc/swaps - - + + \ No newline at end of file diff --git a/c/mktemp.html b/c/mktemp.html index 0d5aaa37b4..b7f47213c3 100644 --- a/c/mktemp.html +++ b/c/mktemp.html @@ -9,7 +9,7 @@ mktemp 命令,Linux mktemp 命令详解:创建临时文件供shell脚本使用 - Linux 命令搜索引擎 - + @@ -107,7 +107,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/modprobe.html b/c/modprobe.html index 9e14e21ec7..480616553d 100644 --- a/c/modprobe.html +++ b/c/modprobe.html @@ -9,7 +9,7 @@ modprobe 命令,Linux modprobe 命令详解:自动处理可载入模块 - Linux 命令搜索引擎 - + @@ -147,7 +147,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/more.html b/c/more.html index ce8d79a3f1..3bf7a362b0 100644 --- a/c/more.html +++ b/c/more.html @@ -9,7 +9,7 @@ more 命令,Linux more 命令详解:显示文件内容,每次显示一屏 - Linux 命令搜索引擎 - + @@ -131,7 +131,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/mount.html b/c/mount.html index 1bbd350284..fffaf53619 100644 --- a/c/mount.html +++ b/c/mount.html @@ -9,7 +9,7 @@ mount 命令,Linux mount 命令详解:用于挂载Linux系统外的文件 - Linux 命令搜索引擎 - + @@ -168,7 +168,7 @@ mount [-fnrsvw] [-t vfstype] [-o options] device dir - - + + \ No newline at end of file diff --git a/c/mpstat.html b/c/mpstat.html index 8160101b23..f897e33e50 100644 --- a/c/mpstat.html +++ b/c/mpstat.html @@ -9,7 +9,7 @@ mpstat 命令,Linux mpstat 命令详解:显示各个可用CPU的状态 - Linux 命令搜索引擎 - + @@ -186,7 +186,7 @@ Average: all 9.27 0.00 16.18 0.30 1.50 7.64 0.00 65.11 - - + + \ No newline at end of file diff --git a/c/mtools.html b/c/mtools.html index baf0bca402..0491a91bed 100644 --- a/c/mtools.html +++ b/c/mtools.html @@ -9,7 +9,7 @@ mtools 命令,Linux mtools 命令详解:显示mtools支持的指令 - Linux 命令搜索引擎 - + @@ -135,7 +135,7 @@ mwrite, mzip - - + + \ No newline at end of file diff --git a/c/mv.html b/c/mv.html index 5a28dcafa2..ad43d662d3 100644 --- a/c/mv.html +++ b/c/mv.html @@ -9,7 +9,7 @@ mv 命令,Linux mv 命令详解:用来对文件或目录重新命名 - Linux 命令搜索引擎 - + @@ -177,7 +177,7 @@ mv *.txt /home/office/ - - + + \ No newline at end of file diff --git a/c/mysql.html b/c/mysql.html index 9658cb8e3d..bb77575fd4 100644 --- a/c/mysql.html +++ b/c/mysql.html @@ -9,7 +9,7 @@ mysql 命令,Linux mysql 命令详解:MySQL服务器客户端工具 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/mysqladmin.html b/c/mysqladmin.html index 541a97f682..981037e720 100644 --- a/c/mysqladmin.html +++ b/c/mysqladmin.html @@ -9,7 +9,7 @@ mysqladmin 命令,Linux mysqladmin 命令详解:MySQL服务器管理客户端 - Linux 命令搜索引擎 - + @@ -145,7 +145,7 @@ version:得到服务器的版本信息。 - - + + \ No newline at end of file diff --git a/c/mysqldump.html b/c/mysqldump.html index 43b90a9cc8..05c259604e 100644 --- a/c/mysqldump.html +++ b/c/mysqldump.html @@ -9,7 +9,7 @@ mysqldump 命令,Linux mysqldump 命令详解:MySQL数据库中备份工具 - Linux 命令搜索引擎 - + @@ -149,7 +149,7 @@ mysqldump -u linuxde -p smgp_apps_linuxde users > linuxde_users.sql - - + + \ No newline at end of file diff --git a/c/mysqlimport.html b/c/mysqlimport.html index 7be2aebffd..70fbb53bcb 100644 --- a/c/mysqlimport.html +++ b/c/mysqlimport.html @@ -9,7 +9,7 @@ mysqlimport 命令,Linux mysqlimport 命令详解:为MySQL服务器用命令行方式导入数据 - Linux 命令搜索引擎 - + @@ -114,7 +114,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/mysqlshow.html b/c/mysqlshow.html index 7fbee2b7ae..14516d0f50 100644 --- a/c/mysqlshow.html +++ b/c/mysqlshow.html @@ -9,7 +9,7 @@ mysqlshow 命令,Linux mysqlshow 命令详解:显示MySQL中数据库相关信息 - Linux 命令搜索引擎 - + @@ -115,7 +115,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/named-checkzone.html b/c/named-checkzone.html index 635860746e..d8426c8fb2 100644 --- a/c/named-checkzone.html +++ b/c/named-checkzone.html @@ -9,7 +9,7 @@ named-checkzone 命令,Linux named-checkzone 命令详解:使用named-checkzone命令可以进行区域文件有效性检查和转换,必须指定区域名称和区域文件名称 - Linux 命令搜索引擎 - + @@ -124,7 +124,7 @@ OK - - + + \ No newline at end of file diff --git a/c/nano.html b/c/nano.html index 18508c3a3b..2e61b33dd6 100644 --- a/c/nano.html +++ b/c/nano.html @@ -9,7 +9,7 @@ nano 命令,Linux nano 命令详解:字符终端文本编辑器 - Linux 命令搜索引擎 - + @@ -209,7 +209,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/nc.html b/c/nc.html index de9fc02e14..cb67daa971 100644 --- a/c/nc.html +++ b/c/nc.html @@ -9,7 +9,7 @@ nc 命令,Linux nc 命令详解:用于设置路由器,是网络工具中的瑞士军刀。 - Linux 命令搜索引擎 - + @@ -167,7 +167,7 @@ y //用户输入 - - + + \ No newline at end of file diff --git a/c/ncftp.html b/c/ncftp.html index 0a101438a6..61188a84ce 100644 --- a/c/ncftp.html +++ b/c/ncftp.html @@ -9,7 +9,7 @@ ncftp 命令,Linux ncftp 命令详解:是增强的的FTP工具 - Linux 命令搜索引擎 - + @@ -141,7 +141,7 @@ make && make install - - + + \ No newline at end of file diff --git a/c/nethogs.html b/c/nethogs.html index 509a3a36dc..e3d281712a 100644 --- a/c/nethogs.html +++ b/c/nethogs.html @@ -9,7 +9,7 @@ nethogs 命令,Linux nethogs 命令详解:终端下的网络流量监控工具 - Linux 命令搜索引擎 - + @@ -209,7 +209,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/netstat.html b/c/netstat.html index 206d3593aa..6f0bd8574d 100644 --- a/c/netstat.html +++ b/c/netstat.html @@ -9,7 +9,7 @@ netstat 命令,Linux netstat 命令详解:查看Linux中网络系统状态信息 - Linux 命令搜索引擎 - + @@ -309,7 +309,7 @@ netstat: no support for `AF NETROM' on this system. - - + + \ No newline at end of file diff --git a/c/newusers.html b/c/newusers.html index 6d57ba77d9..693ecba53b 100644 --- a/c/newusers.html +++ b/c/newusers.html @@ -9,7 +9,7 @@ newusers 命令,Linux newusers 命令详解:用于批处理的方式一次创建多个命令 - Linux 命令搜索引擎 - + @@ -133,7 +133,7 @@ jingang1:x:521:521::/home/jingang1:/sbin/nologin - - + + \ No newline at end of file diff --git a/c/nfsstat.html b/c/nfsstat.html index 238e8363f1..65b95a45da 100644 --- a/c/nfsstat.html +++ b/c/nfsstat.html @@ -9,7 +9,7 @@ nfsstat 命令,Linux nfsstat 命令详解:列出NFS客户端和服务器的工作状态 - Linux 命令搜索引擎 - + @@ -132,7 +132,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ngrep.html b/c/ngrep.html index 99a4ec4833..fd6bb90571 100644 --- a/c/ngrep.html +++ b/c/ngrep.html @@ -9,7 +9,7 @@ ngrep 命令,Linux ngrep 命令详解:方便的数据包匹配和显示工具 - Linux 命令搜索引擎 - + @@ -251,7 +251,7 @@ yi7E53UBOcv4V. - - + + \ No newline at end of file diff --git a/c/nice.html b/c/nice.html index 2c64c4a3b4..967b11064c 100644 --- a/c/nice.html +++ b/c/nice.html @@ -9,7 +9,7 @@ nice 命令,Linux nice 命令详解:改变程序执行的优先权等级 - Linux 命令搜索引擎 - + @@ -112,7 +112,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/nisdomainname.html b/c/nisdomainname.html index b9bef422cc..c6641ee81e 100644 --- a/c/nisdomainname.html +++ b/c/nisdomainname.html @@ -9,7 +9,7 @@ nisdomainname 命令,Linux nisdomainname 命令详解:显示主机NIS的域名 - Linux 命令搜索引擎 - + @@ -101,7 +101,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/nl.html b/c/nl.html index 2833725740..aa713811b1 100644 --- a/c/nl.html +++ b/c/nl.html @@ -9,7 +9,7 @@ nl 命令,Linux nl 命令详解:为每一个文件添加行号。 - Linux 命令搜索引擎 - + @@ -330,7 +330,7 @@ ZhuangZhu-74 - - + + \ No newline at end of file diff --git a/c/nm.html b/c/nm.html index 8688669ccf..9aa0b1a2ed 100644 --- a/c/nm.html +++ b/c/nm.html @@ -9,7 +9,7 @@ nm 命令,Linux nm 命令详解:显示二进制目标文件的符号表 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/nmap.html b/c/nmap.html index 12e65aa98e..e0e79efa31 100644 --- a/c/nmap.html +++ b/c/nmap.html @@ -9,7 +9,7 @@ nmap 命令,Linux nmap 命令详解:网络探测和安全审核 - Linux 命令搜索引擎 - + @@ -176,7 +176,7 @@ Nmap finished: 1 IP address (1 host up) scanned in 45.870 seconds - - + + \ No newline at end of file diff --git a/c/nmcli.html b/c/nmcli.html index e18cbedce2..bafac1a36b 100644 --- a/c/nmcli.html +++ b/c/nmcli.html @@ -9,7 +9,7 @@ nmcli 命令,Linux nmcli 命令详解:地址配置工具 - Linux 命令搜索引擎 - + @@ -177,7 +177,7 @@ nmcli con add help # 查看帮助 - - + + \ No newline at end of file diff --git a/c/nohup.html b/c/nohup.html index 294d022ea3..ef00ec28f8 100644 --- a/c/nohup.html +++ b/c/nohup.html @@ -9,7 +9,7 @@ nohup 命令,Linux nohup 命令详解:将程序以忽略挂起信号的方式运行起来 - Linux 命令搜索引擎 - + @@ -118,7 +118,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/nologin.html b/c/nologin.html index f80d3f67f3..aab3a60978 100644 --- a/c/nologin.html +++ b/c/nologin.html @@ -9,7 +9,7 @@ nologin 命令,Linux nologin 命令详解:拒绝用户登录系统 - Linux 命令搜索引擎 - + @@ -123,7 +123,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/nproc.html b/c/nproc.html index 1a74050438..253f070ccf 100644 --- a/c/nproc.html +++ b/c/nproc.html @@ -9,7 +9,7 @@ nproc 命令,Linux nproc 命令详解:打印可用的处理器单元数量。 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/nslookup.html b/c/nslookup.html index b810929e3f..05eb714aba 100644 --- a/c/nslookup.html +++ b/c/nslookup.html @@ -9,7 +9,7 @@ nslookup 命令,Linux nslookup 命令详解:查询域名DNS信息的工具 - Linux 命令搜索引擎 - + @@ -123,7 +123,7 @@ Address: 100.42.212.8 - - + + \ No newline at end of file diff --git a/c/ntpdate.html b/c/ntpdate.html index 9f682a99ca..e2b1354291 100644 --- a/c/ntpdate.html +++ b/c/ntpdate.html @@ -9,7 +9,7 @@ ntpdate 命令,Linux ntpdate 命令详解:使用网络计时协议(NTP)设置日期和时间 - Linux 命令搜索引擎 - + @@ -150,7 +150,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ntsysv.html b/c/ntsysv.html index c30f957798..73d3f97a6b 100644 --- a/c/ntsysv.html +++ b/c/ntsysv.html @@ -9,7 +9,7 @@ ntsysv 命令,Linux ntsysv 命令详解:集中管理系统的各种服务 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/objdump.html b/c/objdump.html index 2b0af36c05..4d479ff455 100644 --- a/c/objdump.html +++ b/c/objdump.html @@ -9,7 +9,7 @@ objdump 命令,Linux objdump 命令详解:显示二进制文件信息 - Linux 命令搜索引擎 - + @@ -882,7 +882,7 @@ Idx Name Size VMA LMA File off Algn - - + + \ No newline at end of file diff --git a/c/od.html b/c/od.html index dc3e4a289f..12d570ab18 100644 --- a/c/od.html +++ b/c/od.html @@ -9,7 +9,7 @@ od 命令,Linux od 命令详解:输出文件的八进制、十六进制等格式编码的字节 - Linux 命令搜索引擎 - + @@ -257,7 +257,7 @@ abcdef g - - + + \ No newline at end of file diff --git a/c/openssl.html b/c/openssl.html index 77c00153f8..4924067cd5 100644 --- a/c/openssl.html +++ b/c/openssl.html @@ -9,7 +9,7 @@ openssl 命令,Linux openssl 命令详解:强大的安全套接字层密码库 - Linux 命令搜索引擎 - + @@ -239,7 +239,7 @@ openssl rsa -text -in fd.key - - + + \ No newline at end of file diff --git a/c/parted.html b/c/parted.html index 22f4c23152..8f0c08db18 100644 --- a/c/parted.html +++ b/c/parted.html @@ -9,7 +9,7 @@ parted 命令,Linux parted 命令详解:磁盘分区和分区大小调整工具 - Linux 命令搜索引擎 - + @@ -281,7 +281,7 @@ none 252M 0 252M 0% /dev/shm - - + + \ No newline at end of file diff --git a/c/partprobe.html b/c/partprobe.html index 37d41ac82a..3ff44ffc5e 100644 --- a/c/partprobe.html +++ b/c/partprobe.html @@ -9,7 +9,7 @@ partprobe 命令,Linux partprobe 命令详解:不重启的情况下重读分区 - Linux 命令搜索引擎 - + @@ -306,7 +306,7 @@ tmpfs 2023936 0 2023936 0% /dev/shm - - + + \ No newline at end of file diff --git a/c/passwd.html b/c/passwd.html index 8c4ee0de36..edae5b3065 100644 --- a/c/passwd.html +++ b/c/passwd.html @@ -9,7 +9,7 @@ passwd 命令,Linux passwd 命令详解:用于让用户可以更改自己的密码 - Linux 命令搜索引擎 - + @@ -229,7 +229,7 @@ Empty password. # 空密码,也就是没有密码; - - + + \ No newline at end of file diff --git a/c/paste.html b/c/paste.html index 7def82bb31..571b3edff8 100644 --- a/c/paste.html +++ b/c/paste.html @@ -9,7 +9,7 @@ paste 命令,Linux paste 命令详解:将多个文件按列队列合并 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/patch.html b/c/patch.html index 643b0196d6..42fa063efb 100644 --- a/c/patch.html +++ b/c/patch.html @@ -9,7 +9,7 @@ patch 命令,Linux patch 命令详解:为开放源代码软件安装补丁程序 - Linux 命令搜索引擎 - + @@ -168,7 +168,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/pathchk.html b/c/pathchk.html index 175f41fc6c..470a1eb7cf 100644 --- a/c/pathchk.html +++ b/c/pathchk.html @@ -9,7 +9,7 @@ pathchk 命令,Linux pathchk 命令详解:检查文件中不可移植的部分 - Linux 命令搜索引擎 - + @@ -114,7 +114,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/perl.html b/c/perl.html index 734c511ab1..71faae7509 100644 --- a/c/perl.html +++ b/c/perl.html @@ -9,7 +9,7 @@ perl 命令,Linux perl 命令详解:perl语言解释器 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/pfctl.html b/c/pfctl.html index aa5704df9f..0915c08228 100644 --- a/c/pfctl.html +++ b/c/pfctl.html @@ -9,7 +9,7 @@ pfctl 命令,Linux pfctl 命令详解:PF防火墙的配置命令 - Linux 命令搜索引擎 - + @@ -143,7 +143,7 @@ pfctl -sa # 显示任何可显示的 - - + + \ No newline at end of file diff --git a/c/pgrep.html b/c/pgrep.html index 172491f097..9de24d8b21 100644 --- a/c/pgrep.html +++ b/c/pgrep.html @@ -9,7 +9,7 @@ pgrep 命令,Linux pgrep 命令详解:根据用户给出的信息在当前运行进程中查找并列出符合条件的进程ID(PID) - Linux 命令搜索引擎 - + @@ -163,7 +163,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/php.html b/c/php.html index 700c27f0de..92ff406778 100644 --- a/c/php.html +++ b/c/php.html @@ -9,7 +9,7 @@ php 命令,Linux php 命令详解:PHP语言的命令行接口 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/pico.html b/c/pico.html index 058024f31d..230b66b95b 100644 --- a/c/pico.html +++ b/c/pico.html @@ -9,7 +9,7 @@ pico 命令,Linux pico 命令详解:功能强大全屏幕的文本编辑器 - Linux 命令搜索引擎 - + @@ -166,7 +166,7 @@ Ctrl+X:退出,当文件内容发生改变时,提供是否保存修改。 - - + + \ No newline at end of file diff --git a/c/pidof.html b/c/pidof.html index 4f0f9312a9..27555bbdbe 100644 --- a/c/pidof.html +++ b/c/pidof.html @@ -9,7 +9,7 @@ pidof 命令,Linux pidof 命令详解:查找指定名称的进程的进程号ID号 - Linux 命令搜索引擎 - + @@ -127,7 +127,7 @@ pidof init - - + + \ No newline at end of file diff --git a/c/pigz.html b/c/pigz.html index eaa249b024..f05c828927 100644 --- a/c/pigz.html +++ b/c/pigz.html @@ -9,7 +9,7 @@ pigz 命令,Linux pigz 命令详解:可以用来解压缩文件,gzip的并行实现升级版 - Linux 命令搜索引擎 - + @@ -176,7 +176,7 @@ unpigz [ -cfhikKlLmMnNqrRtz ] [ -b blocksize ] [ -p threads ] [ -S suffix ] [ na - - + + \ No newline at end of file diff --git a/c/ping.html b/c/ping.html index 3ef46ad015..effd3d858b 100644 --- a/c/ping.html +++ b/c/ping.html @@ -9,7 +9,7 @@ ping 命令,Linux ping 命令详解:测试主机之间网络的连通性 - Linux 命令搜索引擎 - + @@ -153,7 +153,7 @@ rtt min/avg/max/mdev = 174.068/176.916/178.182/1.683 ms - - + + \ No newline at end of file diff --git a/c/pkill.html b/c/pkill.html index 87eead83e3..1d64a43d09 100644 --- a/c/pkill.html +++ b/c/pkill.html @@ -9,7 +9,7 @@ pkill 命令,Linux pkill 命令详解:可以按照进程名杀死进程 - Linux 命令搜索引擎 - + @@ -122,7 +122,7 @@ pkill gaim - - + + \ No newline at end of file diff --git a/c/pmap.html b/c/pmap.html index fb44d9065a..52afc2f880 100644 --- a/c/pmap.html +++ b/c/pmap.html @@ -9,7 +9,7 @@ pmap 命令,Linux pmap 命令详解:报告进程的内存映射关系 - Linux 命令搜索引擎 - + @@ -289,7 +289,7 @@ total kB 72880 22940 22000 - - + + \ No newline at end of file diff --git a/c/popd.html b/c/popd.html index 04c220a3ff..96b9f91655 100644 --- a/c/popd.html +++ b/c/popd.html @@ -9,7 +9,7 @@ popd 命令,Linux popd 命令详解:从目录堆栈中删除目录。 - Linux 命令搜索引擎 - + @@ -178,7 +178,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/poweroff.html b/c/poweroff.html index 6930e5bd02..bc83bfce41 100644 --- a/c/poweroff.html +++ b/c/poweroff.html @@ -9,7 +9,7 @@ poweroff 命令,Linux poweroff 命令详解:关闭Linux系统,关闭记录会被写入到/var/log/wtmp日志文件中 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ppp-off.html b/c/ppp-off.html index 99513fa97d..509ce68873 100644 --- a/c/ppp-off.html +++ b/c/ppp-off.html @@ -9,7 +9,7 @@ ppp-off 命令,Linux ppp-off 命令详解:关闭ppp连线 - Linux 命令搜索引擎 - + @@ -97,7 +97,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/pr.html b/c/pr.html index 3c99f8cd88..6ee4085a1f 100644 --- a/c/pr.html +++ b/c/pr.html @@ -9,7 +9,7 @@ pr 命令,Linux pr 命令详解:将文本文件转换成适合打印的格式 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/printf.html b/c/printf.html index 8553378f71..5e865a525f 100644 --- a/c/printf.html +++ b/c/printf.html @@ -9,7 +9,7 @@ printf 命令,Linux printf 命令详解:格式化并输出结果。 - Linux 命令搜索引擎 - + @@ -335,7 +335,7 @@ value1 - - + + \ No newline at end of file diff --git a/c/protoize.html b/c/protoize.html index fe2af9f35e..7101ddd731 100644 --- a/c/protoize.html +++ b/c/protoize.html @@ -9,7 +9,7 @@ protoize 命令,Linux protoize 命令详解:GNU-C代码转换为ANSI-C代码 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ps.html b/c/ps.html index 5020638e64..e985930098 100644 --- a/c/ps.html +++ b/c/ps.html @@ -9,7 +9,7 @@ ps 命令,Linux ps 命令详解:报告当前系统的进程状态 - Linux 命令搜索引擎 - + @@ -353,7 +353,7 @@ ps -o command -p 91730 | sed -n 2p # 通过进程id获取服务名称 - - + + \ No newline at end of file diff --git a/c/pssh.html b/c/pssh.html index 5c46a04fe3..edaabd408b 100644 --- a/c/pssh.html +++ b/c/pssh.html @@ -9,7 +9,7 @@ pssh 命令,Linux pssh 命令详解:批量管理执行 - Linux 命令搜索引擎 - + @@ -215,7 +215,7 @@ python setup.py install - - + + \ No newline at end of file diff --git a/c/pstack.html b/c/pstack.html index 85392b1063..64c69aecf2 100644 --- a/c/pstack.html +++ b/c/pstack.html @@ -9,7 +9,7 @@ pstack 命令,Linux pstack 命令详解:显示每个进程的栈跟踪 - Linux 命令搜索引擎 - + @@ -243,7 +243,7 @@ Thread 1 (Thread 182894129792 (LWP 4551)): - - + + \ No newline at end of file diff --git a/c/pstree.html b/c/pstree.html index 3de45f57de..062b90a3df 100644 --- a/c/pstree.html +++ b/c/pstree.html @@ -9,7 +9,7 @@ pstree 命令,Linux pstree 命令详解:以树状图的方式展现进程之间的派生关系 - Linux 命令搜索引擎 - + @@ -141,7 +141,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/pushd.html b/c/pushd.html index 249f8d8f5b..5de769b996 100644 --- a/c/pushd.html +++ b/c/pushd.html @@ -9,7 +9,7 @@ pushd 命令,Linux pushd 命令详解:将目录添加到目录堆栈顶部。 - Linux 命令搜索引擎 - + @@ -172,7 +172,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/pv.html b/c/pv.html index 396bc9a574..b8085727e9 100644 --- a/c/pv.html +++ b/c/pv.html @@ -9,7 +9,7 @@ pv 命令,Linux pv 命令详解:显示当前在命令行执行的命令的进度信息,管道查看器 - Linux 命令搜索引擎 - + @@ -242,7 +242,7 @@ source: 5.2GiB 5:11:41 [ 503KiB/s] [=====================> ] 71% ETA 2:01 - - + + \ No newline at end of file diff --git a/c/pvchange.html b/c/pvchange.html index 812eff8004..5bd1ff1518 100644 --- a/c/pvchange.html +++ b/c/pvchange.html @@ -9,7 +9,7 @@ pvchange 命令,Linux pvchange 命令详解:修改物理卷属性 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/pvck.html b/c/pvck.html index 652a6e1878..79799eeda5 100644 --- a/c/pvck.html +++ b/c/pvck.html @@ -9,7 +9,7 @@ pvck 命令,Linux pvck 命令详解:检测物理卷的LVM元数据的一致性 - Linux 命令搜索引擎 - + @@ -122,7 +122,7 @@ size=70656, offset2=0 size2=0 - - + + \ No newline at end of file diff --git a/c/pvcreate.html b/c/pvcreate.html index 6250ceb7f8..ce1a1ed269 100644 --- a/c/pvcreate.html +++ b/c/pvcreate.html @@ -9,7 +9,7 @@ pvcreate 命令,Linux pvcreate 命令详解:将物理硬盘分区初始化为物理卷 - Linux 命令搜索引擎 - + @@ -216,7 +216,7 @@ Physical volume "/dev/sdb1" changed - - + + \ No newline at end of file diff --git a/c/pvdisplay.html b/c/pvdisplay.html index 9b43515f28..35b0d63ab3 100644 --- a/c/pvdisplay.html +++ b/c/pvdisplay.html @@ -9,7 +9,7 @@ pvdisplay 命令,Linux pvdisplay 命令详解:显示物理卷的属性 - Linux 命令搜索引擎 - + @@ -122,7 +122,7 @@ PV UUID FOXiS2-Ghaj-Z0Mf- cdVZ-pfpk- dP9p-ifIZXN - - + + \ No newline at end of file diff --git a/c/pvremove.html b/c/pvremove.html index f972044fa2..a6406ac4ab 100644 --- a/c/pvremove.html +++ b/c/pvremove.html @@ -9,7 +9,7 @@ pvremove 命令,Linux pvremove 命令详解:删除一个存在的物理卷 - Linux 命令搜索引擎 - + @@ -114,7 +114,7 @@ Labels on physical volume "/dev/sdb2" successfully wiped - - + + \ No newline at end of file diff --git a/c/pvs.html b/c/pvs.html index a34a59071f..04354f519c 100644 --- a/c/pvs.html +++ b/c/pvs.html @@ -9,7 +9,7 @@ pvs 命令,Linux pvs 命令详解:输出物理卷信息报表 - Linux 命令搜索引擎 - + @@ -118,7 +118,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/pvscan.html b/c/pvscan.html index 39c4a966dc..2a12cd3fa1 100644 --- a/c/pvscan.html +++ b/c/pvscan.html @@ -9,7 +9,7 @@ pvscan 命令,Linux pvscan 命令详解:扫描系统中所有硬盘的物理卷列表 - Linux 命令搜索引擎 - + @@ -125,7 +125,7 @@ MB] - - + + \ No newline at end of file diff --git a/c/pwck.html b/c/pwck.html index ae0527b9c1..41ea940594 100644 --- a/c/pwck.html +++ b/c/pwck.html @@ -9,7 +9,7 @@ pwck 命令,Linux pwck 命令详解:用来验证系统认证文件内容和格式的完整性 - Linux 命令搜索引擎 - + @@ -148,7 +148,7 @@ pwck:无改变 - - + + \ No newline at end of file diff --git a/c/pwconv.html b/c/pwconv.html index 2f338a6b9e..e08156c2dc 100644 --- a/c/pwconv.html +++ b/c/pwconv.html @@ -9,7 +9,7 @@ pwconv 命令,Linux pwconv 命令详解:用来开启用户的投影密码 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ test:$6$nYOEWamm$bz07nlv/.RgJufb3FAqJJeULfwybzgxmrWqbk7O4vI0KsT6N.ujrh6dDIUcAJdf - - + + \ No newline at end of file diff --git a/c/pwd.html b/c/pwd.html index f44b3acff7..186c379228 100644 --- a/c/pwd.html +++ b/c/pwd.html @@ -9,7 +9,7 @@ pwd 命令,Linux pwd 命令详解:显示当前工作目录的绝对路径。 - Linux 命令搜索引擎 - + @@ -144,7 +144,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/pwunconv.html b/c/pwunconv.html index fc80728b15..cf87c7ba08 100644 --- a/c/pwunconv.html +++ b/c/pwunconv.html @@ -9,7 +9,7 @@ pwunconv 命令,Linux pwunconv 命令详解:用来关闭用户的投影密码 - Linux 命令搜索引擎 - + @@ -111,7 +111,7 @@ ls: cannot access /etc/shadow: No such file or directory - - + + \ No newline at end of file diff --git a/c/quota.html b/c/quota.html index df49aa5b91..95bf692f54 100644 --- a/c/quota.html +++ b/c/quota.html @@ -9,7 +9,7 @@ quota 命令,Linux quota 命令详解:显示磁盘已使用的空间与限制 - Linux 命令搜索引擎 - + @@ -256,7 +256,7 @@ Disk quotas for group qgroup (gid 502): - - + + \ No newline at end of file diff --git a/c/quotacheck.html b/c/quotacheck.html index d839177431..96b18b9955 100644 --- a/c/quotacheck.html +++ b/c/quotacheck.html @@ -9,7 +9,7 @@ quotacheck 命令,Linux quotacheck 命令详解:检查磁盘的使用空间与限制 - Linux 命令搜索引擎 - + @@ -137,7 +137,7 @@ quotacheck: Checked 3 directories and 4 files - - + + \ No newline at end of file diff --git a/c/quotaoff.html b/c/quotaoff.html index 5aff448674..e2e659b311 100644 --- a/c/quotaoff.html +++ b/c/quotaoff.html @@ -9,7 +9,7 @@ quotaoff 命令,Linux quotaoff 命令详解:关闭Linux内核中指定文件系统的磁盘配额功能 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/quotaon.html b/c/quotaon.html index 45716ba84b..1cbe7cf4e0 100644 --- a/c/quotaon.html +++ b/c/quotaon.html @@ -9,7 +9,7 @@ quotaon 命令,Linux quotaon 命令详解:激活Linux内核中指定文件系统的磁盘配额功能 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/rcconf.html b/c/rcconf.html index 6033d82e6b..904735c800 100644 --- a/c/rcconf.html +++ b/c/rcconf.html @@ -9,7 +9,7 @@ rcconf 命令,Linux rcconf 命令详解:Debian Linux下的运行等级服务配置工具 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/rcp.html b/c/rcp.html index 0a54608a9c..40e4cfde2e 100644 --- a/c/rcp.html +++ b/c/rcp.html @@ -9,7 +9,7 @@ rcp 命令,Linux rcp 命令详解:使在两台Linux主机之间的文件复制操作更简单 - Linux 命令搜索引擎 - + @@ -165,7 +165,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/read.html b/c/read.html index 571fd0e200..16b71e089f 100644 --- a/c/read.html +++ b/c/read.html @@ -9,7 +9,7 @@ read 命令,Linux read 命令详解:从键盘读取变量值 - Linux 命令搜索引擎 - + @@ -258,7 +258,7 @@ echo 输入完毕。 - - + + \ No newline at end of file diff --git a/c/readelf.html b/c/readelf.html index 7057f6485f..7391f630a6 100644 --- a/c/readelf.html +++ b/c/readelf.html @@ -9,7 +9,7 @@ readelf 命令,Linux readelf 命令详解:用于显示elf格式文件的信息 - Linux 命令搜索引擎 - + @@ -1030,7 +1030,7 @@ Key to Flags: - - + + \ No newline at end of file diff --git a/c/readonly.html b/c/readonly.html index 058903c174..86f30c1564 100644 --- a/c/readonly.html +++ b/c/readonly.html @@ -9,7 +9,7 @@ readonly 命令,Linux readonly 命令详解:标记shell变量或函数为只读 - Linux 命令搜索引擎 - + @@ -206,7 +206,7 @@ readonly -f - - + + \ No newline at end of file diff --git a/c/reboot.html b/c/reboot.html index 8a4a8c2bb8..a4a829607e 100644 --- a/c/reboot.html +++ b/c/reboot.html @@ -9,7 +9,7 @@ reboot 命令,Linux reboot 命令详解:重新启动正在运行的Linux操作系统 - Linux 命令搜索引擎 - + @@ -115,7 +115,7 @@ reboot -w //做个重开机的模拟(只有纪录并不会真的重开机 - - + + \ No newline at end of file diff --git a/c/reject.html b/c/reject.html index c95d1c206a..daa5681dd0 100644 --- a/c/reject.html +++ b/c/reject.html @@ -9,7 +9,7 @@ reject 命令,Linux reject 命令详解:指示打印系统拒绝发往指定目标打印机的打印任务 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/rename.html b/c/rename.html index 8f0a2095d3..0a37210864 100644 --- a/c/rename.html +++ b/c/rename.html @@ -9,7 +9,7 @@ rename 命令,Linux rename 命令详解:用字符串替换的方式批量改变文件名 - Linux 命令搜索引擎 - + @@ -302,7 +302,7 @@ rename foo0 foo foo0[2]* - - + + \ No newline at end of file diff --git a/c/renice.html b/c/renice.html index 328b445a34..af074f9332 100644 --- a/c/renice.html +++ b/c/renice.html @@ -9,7 +9,7 @@ renice 命令,Linux renice 命令详解:修改正在运行的进程的调度优先级 - Linux 命令搜索引擎 - + @@ -113,7 +113,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/repquota.html b/c/repquota.html index ce5d50ab4f..91a47ab6ef 100644 --- a/c/repquota.html +++ b/c/repquota.html @@ -9,7 +9,7 @@ repquota 命令,Linux repquota 命令详解:报表的格式输出磁盘空间限制的状态 - Linux 命令搜索引擎 - + @@ -114,7 +114,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/resize.html b/c/resize.html index 55bc4eb6a4..e05f6a4d9e 100644 --- a/c/resize.html +++ b/c/resize.html @@ -9,7 +9,7 @@ resize 命令,Linux resize 命令详解:命令设置终端机视窗的大小 - Linux 命令搜索引擎 - + @@ -132,7 +132,7 @@ export COLUMNS LINES; - - + + \ No newline at end of file diff --git a/c/restore.html b/c/restore.html index 271f7a9321..30249a163a 100644 --- a/c/restore.html +++ b/c/restore.html @@ -9,7 +9,7 @@ restore 命令,Linux restore 命令详解:所进行的操作和dump指令相反 - Linux 命令搜索引擎 - + @@ -141,7 +141,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/restorecon.html b/c/restorecon.html index b151b97103..f8646afbba 100644 --- a/c/restorecon.html +++ b/c/restorecon.html @@ -9,7 +9,7 @@ restorecon 命令,Linux restorecon 命令详解:恢复文件的安全上下文 - Linux 命令搜索引擎 - + @@ -179,7 +179,7 @@ type=AVC msg=audit(1378974214.610:465): avc: denied { open } for pid=2359 com - - + + \ No newline at end of file diff --git a/c/return.html b/c/return.html index fb74851a2a..6b65db5dfc 100644 --- a/c/return.html +++ b/c/return.html @@ -9,7 +9,7 @@ return 命令,Linux return 命令详解:从函数中退出并返回数值。 - Linux 命令搜索引擎 - + @@ -128,7 +128,7 @@ echo $? - - + + \ No newline at end of file diff --git a/c/rev.html b/c/rev.html index aac72f3a3d..51cafa74ca 100644 --- a/c/rev.html +++ b/c/rev.html @@ -9,7 +9,7 @@ rev 命令,Linux rev 命令详解:将文件内容以字符为单位反序输出 - Linux 命令搜索引擎 - + @@ -159,7 +159,7 @@ TIMMOC - - + + \ No newline at end of file diff --git a/c/rexec.html b/c/rexec.html index 3f08aab21c..195bd42515 100644 --- a/c/rexec.html +++ b/c/rexec.html @@ -9,7 +9,7 @@ rexec 命令,Linux rexec 命令详解:远程执行Linux系统下命令 - Linux 命令搜索引擎 - + @@ -130,7 +130,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/rlogin.html b/c/rlogin.html index bf9b87fb08..5870280bce 100644 --- a/c/rlogin.html +++ b/c/rlogin.html @@ -9,7 +9,7 @@ rlogin 命令,Linux rlogin 命令详解:从当前终端登录到远程Linux主机 - Linux 命令搜索引擎 - + @@ -111,7 +111,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/rm.html b/c/rm.html index df74254f0d..cb4b9d6992 100644 --- a/c/rm.html +++ b/c/rm.html @@ -9,7 +9,7 @@ rm 命令,Linux rm 命令详解:用于删除给定的文件和目录 - Linux 命令搜索引擎 - + @@ -190,7 +190,7 @@ rm -r testdir - - + + \ No newline at end of file diff --git a/c/rmdir.html b/c/rmdir.html index 36095c7079..563682a003 100644 --- a/c/rmdir.html +++ b/c/rmdir.html @@ -9,7 +9,7 @@ rmdir 命令,Linux rmdir 命令详解:用来删除空目录 - Linux 命令搜索引擎 - + @@ -126,7 +126,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/rmmod.html b/c/rmmod.html index 07f692eb83..db69b86211 100644 --- a/c/rmmod.html +++ b/c/rmmod.html @@ -9,7 +9,7 @@ rmmod 命令,Linux rmmod 命令详解:从运行的内核中移除指定的内核模块 - Linux 命令搜索引擎 - + @@ -122,7 +122,7 @@ raid1 25153 0 - - + + \ No newline at end of file diff --git a/c/route.html b/c/route.html index 7ba907a363..5924b1cba5 100644 --- a/c/route.html +++ b/c/route.html @@ -9,7 +9,7 @@ route 命令,Linux route 命令详解:显示并设置Linux中静态路由表 - Linux 命令搜索引擎 - + @@ -201,7 +201,7 @@ route add default gw 192.168.120.240 - - + + \ No newline at end of file diff --git a/c/rpm.html b/c/rpm.html index eb66df678b..c5e82d594f 100644 --- a/c/rpm.html +++ b/c/rpm.html @@ -9,7 +9,7 @@ rpm 命令,Linux rpm 命令详解:RPM软件包的管理工具 - Linux 命令搜索引擎 - + @@ -323,7 +323,7 @@ rpm2cpio | cpio -idv - - + + \ No newline at end of file diff --git a/c/rpm2cpio.html b/c/rpm2cpio.html index dab07288e2..521a1e7eee 100644 --- a/c/rpm2cpio.html +++ b/c/rpm2cpio.html @@ -9,7 +9,7 @@ rpm2cpio 命令,Linux rpm2cpio 命令详解:将RPM软件包转换为cpio格式的文件 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/rpmbuild.html b/c/rpmbuild.html index debaa89c6f..e79d3d178e 100644 --- a/c/rpmbuild.html +++ b/c/rpmbuild.html @@ -9,7 +9,7 @@ rpmbuild 命令,Linux rpmbuild 命令详解:创建RPM的二进制软件包和源码软件包 - Linux 命令搜索引擎 - + @@ -114,7 +114,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/rpmdb.html b/c/rpmdb.html index 634283afd9..18f663d0d2 100644 --- a/c/rpmdb.html +++ b/c/rpmdb.html @@ -9,7 +9,7 @@ rpmdb 命令,Linux rpmdb 命令详解:初始化和重建RPM数据库 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/rpmquery.html b/c/rpmquery.html index fab400e41f..84d46da018 100644 --- a/c/rpmquery.html +++ b/c/rpmquery.html @@ -9,7 +9,7 @@ rpmquery 命令,Linux rpmquery 命令详解:从RPM数据库中查询软件包信息 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ httpd-2.2.3-81.el5.centos - - + + \ No newline at end of file diff --git a/c/rpmsign.html b/c/rpmsign.html index 5e13751f4c..384b9fc9bf 100644 --- a/c/rpmsign.html +++ b/c/rpmsign.html @@ -9,7 +9,7 @@ rpmsign 命令,Linux rpmsign 命令详解:使用RPM软件包的签名管理工具 - Linux 命令搜索引擎 - + @@ -113,7 +113,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/rpmverify.html b/c/rpmverify.html index 6ec1d457f6..03a8dfdc28 100644 --- a/c/rpmverify.html +++ b/c/rpmverify.html @@ -9,7 +9,7 @@ rpmverify 命令,Linux rpmverify 命令详解:验证已安装的RPM软件包的正确性 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/rsh.html b/c/rsh.html index 4283b941fc..878ad03279 100644 --- a/c/rsh.html +++ b/c/rsh.html @@ -9,7 +9,7 @@ rsh 命令,Linux rsh 命令详解:连接远程主机并执行命令 - Linux 命令搜索引擎 - + @@ -110,7 +110,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/rsync.html b/c/rsync.html index e664e7807f..47061054bf 100644 --- a/c/rsync.html +++ b/c/rsync.html @@ -9,7 +9,7 @@ rsync 命令,Linux rsync 命令详解:远程数据同步工具 - Linux 命令搜索引擎 - + @@ -488,7 +488,7 @@ $ rsync -av --exclude '*.txt' source/ destination - - + + \ No newline at end of file diff --git a/c/runlevel.html b/c/runlevel.html index 56fffeb8b9..e8a99c7b29 100644 --- a/c/runlevel.html +++ b/c/runlevel.html @@ -9,7 +9,7 @@ runlevel 命令,Linux runlevel 命令详解:打印当前Linux系统的运行等级 - Linux 命令搜索引擎 - + @@ -120,7 +120,7 @@ S s Single user mode - - + + \ No newline at end of file diff --git a/c/sar.html b/c/sar.html index ef16454a7b..4ac8f6f8c9 100644 --- a/c/sar.html +++ b/c/sar.html @@ -9,7 +9,7 @@ sar 命令,Linux sar 命令详解:系统运行状态统计工具 - Linux 命令搜索引擎 - + @@ -166,7 +166,7 @@ Average: 324346 964374 74.83 - - + + \ No newline at end of file diff --git a/c/scp.html b/c/scp.html index 672cf0a4df..477dc87987 100644 --- a/c/scp.html +++ b/c/scp.html @@ -9,7 +9,7 @@ scp 命令,Linux scp 命令详解:加密的方式在本地主机和远程主机之间复制文件 - Linux 命令搜索引擎 - + @@ -163,7 +163,7 @@ scp -rp -P 2222 /opt/soft/nginx-0.5.38.tar.gz root@10.10.10.10:/opt/soft/scptest - - + + \ No newline at end of file diff --git a/c/screen.html b/c/screen.html index 05cee2c4ec..72182aba3d 100644 --- a/c/screen.html +++ b/c/screen.html @@ -9,7 +9,7 @@ screen 命令,Linux screen 命令详解:用于命令行终端切换 - Linux 命令搜索引擎 - + @@ -295,7 +295,7 @@ There are screens on: - - + + \ No newline at end of file diff --git a/c/script.html b/c/script.html index 3dada3b6bd..10d5b99df0 100644 --- a/c/script.html +++ b/c/script.html @@ -9,7 +9,7 @@ script 命令,Linux script 命令详解:记录终端会话的所有操作 - Linux 命令搜索引擎 - + @@ -240,7 +240,7 @@ sudo chmod 733 /var/log/script-records/ - - + + \ No newline at end of file diff --git a/c/scriptreplay.html b/c/scriptreplay.html index cbbdbe3b28..93021781cc 100644 --- a/c/scriptreplay.html +++ b/c/scriptreplay.html @@ -9,7 +9,7 @@ scriptreplay 命令,Linux scriptreplay 命令详解:重新播放终端会话的所有操作 - Linux 命令搜索引擎 - + @@ -209,7 +209,7 @@ zfb@localhost:~$ - - + + \ No newline at end of file diff --git a/c/sed.html b/c/sed.html index 28027018f4..40cd52f570 100644 --- a/c/sed.html +++ b/c/sed.html @@ -9,7 +9,7 @@ sed 命令,Linux sed 命令详解:功能强大的流式文本编辑器 - Linux 命令搜索引擎 - + @@ -431,7 +431,7 @@ awk '/SCC/{getline; print}' URFILE - - + + \ No newline at end of file diff --git a/c/seinfo.html b/c/seinfo.html index a2622c0d69..e4973e9691 100644 --- a/c/seinfo.html +++ b/c/seinfo.html @@ -9,7 +9,7 @@ seinfo 命令,Linux seinfo 命令详解:查询SELinux的策略提供多少相关规则 - Linux 命令搜索引擎 - + @@ -114,7 +114,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/semanage.html b/c/semanage.html index 7358ed66d5..66f833efeb 100644 --- a/c/semanage.html +++ b/c/semanage.html @@ -9,7 +9,7 @@ semanage 命令,Linux semanage 命令详解:默认目录的安全上下文查询与修改 - Linux 命令搜索引擎 - + @@ -174,7 +174,7 @@ drwxr-xr-x root root system_u:object_r:public_content_t /srv/samba/ #有默认 - - + + \ No newline at end of file diff --git a/c/sendmail.html b/c/sendmail.html index 59b29299b1..2926c65f63 100644 --- a/c/sendmail.html +++ b/c/sendmail.html @@ -9,7 +9,7 @@ sendmail 命令,Linux sendmail 命令详解:著名电子邮件服务器 - Linux 命令搜索引擎 - + @@ -121,7 +121,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/seq.html b/c/seq.html index fcddc4fc26..32177f3fbd 100644 --- a/c/seq.html +++ b/c/seq.html @@ -9,7 +9,7 @@ seq 命令,Linux seq 命令详解:以指定增量从首数开始打印数字到尾数 - Linux 命令搜索引擎 - + @@ -163,7 +163,7 @@ str009 str010 str011 - - + + \ No newline at end of file diff --git a/c/service.html b/c/service.html index 37ba970b63..9c278f4c51 100644 --- a/c/service.html +++ b/c/service.html @@ -9,7 +9,7 @@ service 命令,Linux service 命令详解:控制系统服务的实用工具 - Linux 命令搜索引擎 - + @@ -149,7 +149,7 @@ service mysqld restart - - + + \ No newline at end of file diff --git a/c/sesearch.html b/c/sesearch.html index cfb09347f6..b08689080f 100644 --- a/c/sesearch.html +++ b/c/sesearch.html @@ -9,7 +9,7 @@ sesearch 命令,Linux sesearch 命令详解:查询SELinux策略的规则详情 - Linux 命令搜索引擎 - + @@ -118,7 +118,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/set.html b/c/set.html index b808296bd8..cac34cbd6c 100644 --- a/c/set.html +++ b/c/set.html @@ -9,7 +9,7 @@ set 命令,Linux set 命令详解:显示或设置shell特性及shell变量 - Linux 命令搜索引擎 - + @@ -151,7 +151,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/setfacl.html b/c/setfacl.html index db8971f57d..bee744df0d 100644 --- a/c/setfacl.html +++ b/c/setfacl.html @@ -9,7 +9,7 @@ setfacl 命令,Linux setfacl 命令详解:设置文件访问控制列表 - Linux 命令搜索引擎 - + @@ -384,7 +384,7 @@ other::r-- - - + + \ No newline at end of file diff --git a/c/setpci.html b/c/setpci.html index 630a7070d5..0111a92f03 100644 --- a/c/setpci.html +++ b/c/setpci.html @@ -9,7 +9,7 @@ setpci 命令,Linux setpci 命令详解:查询和配置PCI设备的使用工具 - Linux 命令搜索引擎 - + @@ -151,7 +151,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/setsebool.html b/c/setsebool.html index 0d1c0e322d..c54fa86f9c 100644 --- a/c/setsebool.html +++ b/c/setsebool.html @@ -9,7 +9,7 @@ setsebool 命令,Linux setsebool 命令详解:修改SElinux策略内各项规则的布尔值 - Linux 命令搜索引擎 - + @@ -194,7 +194,7 @@ service smb restart - - + + \ No newline at end of file diff --git a/c/setsid.html b/c/setsid.html index d8e37b7730..d62cab7f4d 100644 --- a/c/setsid.html +++ b/c/setsid.html @@ -9,7 +9,7 @@ setsid 命令,Linux setsid 命令详解:在新的会话中运行程序 - Linux 命令搜索引擎 - + @@ -118,7 +118,7 @@ root 31102 29217 0 07:29 pts/4 00:00:00 grep www.ibm.com - - + + \ No newline at end of file diff --git a/c/sftp-server.html b/c/sftp-server.html index 25b9a916ad..cdadeed576 100644 --- a/c/sftp-server.html +++ b/c/sftp-server.html @@ -9,7 +9,7 @@ sftp-server 命令,Linux sftp-server 命令详解:sftp协议的服务器端程序 - Linux 命令搜索引擎 - + @@ -97,7 +97,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/sftp.html b/c/sftp.html index 0a81f5c57e..d830b18a90 100644 --- a/c/sftp.html +++ b/c/sftp.html @@ -9,7 +9,7 @@ sftp 命令,Linux sftp 命令详解:交互式的文件传输程序 - Linux 命令搜索引擎 - + @@ -138,7 +138,7 @@ Uploading /Users/my/Downloads/re-produce.gif to /export/sftp/re-produce.gif - - + + \ No newline at end of file diff --git a/c/sh.html b/c/sh.html index 6b158cbe62..70a2c2c3dc 100644 --- a/c/sh.html +++ b/c/sh.html @@ -9,7 +9,7 @@ sh 命令,Linux sh 命令详解:shell命令解释器 - Linux 命令搜索引擎 - + @@ -168,7 +168,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/shift.html b/c/shift.html index d850c36d47..2a5f435285 100644 --- a/c/shift.html +++ b/c/shift.html @@ -9,7 +9,7 @@ shift 命令,Linux shift 命令详解:移动位置参数。 - Linux 命令搜索引擎 - + @@ -132,7 +132,7 @@ e r t - - + + \ No newline at end of file diff --git a/c/shopt.html b/c/shopt.html index 5a4cdc921e..c655ef73aa 100644 --- a/c/shopt.html +++ b/c/shopt.html @@ -9,7 +9,7 @@ shopt 命令,Linux shopt 命令详解:显示和设置shell操作选项 - Linux 命令搜索引擎 - + @@ -139,7 +139,7 @@ extdebug off - - + + \ No newline at end of file diff --git a/c/showmount.html b/c/showmount.html index 702f84a748..abf1a64394 100644 --- a/c/showmount.html +++ b/c/showmount.html @@ -9,7 +9,7 @@ showmount 命令,Linux showmount 命令详解:显示NFS服务器加载的信息 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/shuf.html b/c/shuf.html index 3b9d71569f..2829530f2b 100644 --- a/c/shuf.html +++ b/c/shuf.html @@ -9,7 +9,7 @@ shuf 命令,Linux shuf 命令详解:产生随机的排列。 - Linux 命令搜索引擎 - + @@ -176,7 +176,7 @@ shuf -i LO-HI [OPTION]... - - + + \ No newline at end of file diff --git a/c/shutdown.html b/c/shutdown.html index 02dc6d8422..6688793066 100644 --- a/c/shutdown.html +++ b/c/shutdown.html @@ -9,7 +9,7 @@ shutdown 命令,Linux shutdown 命令详解:用来执行系统关机的命令 - Linux 命令搜索引擎 - + @@ -129,7 +129,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/skill.html b/c/skill.html index f7f3006324..3774b5711d 100644 --- a/c/skill.html +++ b/c/skill.html @@ -9,7 +9,7 @@ skill 命令,Linux skill 命令详解:向选定的进程发送信号冻结进程 - Linux 命令搜索引擎 - + @@ -218,7 +218,7 @@ Swap: 2041192k av, 83152k used, 1958040k free 851200k cached - - + + \ No newline at end of file diff --git a/c/slabtop.html b/c/slabtop.html index c4ebfec105..3a49b60256 100644 --- a/c/slabtop.html +++ b/c/slabtop.html @@ -9,7 +9,7 @@ slabtop 命令,Linux slabtop 命令详解:实时显示内核slab内存缓存信息 - Linux 命令搜索引擎 - + @@ -210,7 +210,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/sleep.html b/c/sleep.html index 6924cd47ed..dcc63ea1c0 100644 --- a/c/sleep.html +++ b/c/sleep.html @@ -9,7 +9,7 @@ sleep 命令,Linux sleep 命令详解:将目前动作延迟一段时间 - Linux 命令搜索引擎 - + @@ -123,7 +123,7 @@ echo - - + + \ No newline at end of file diff --git a/c/slocate.html b/c/slocate.html index c8edde4aea..bb3e04f5e1 100644 --- a/c/slocate.html +++ b/c/slocate.html @@ -9,7 +9,7 @@ slocate 命令,Linux slocate 命令详解:命令查找文件或目录 - Linux 命令搜索引擎 - + @@ -130,7 +130,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/smbclient.html b/c/smbclient.html index ecb83e9985..cf1523c8b9 100644 --- a/c/smbclient.html +++ b/c/smbclient.html @@ -9,7 +9,7 @@ smbclient 命令,Linux smbclient 命令详解:交互方式访问samba服务器 - Linux 命令搜索引擎 - + @@ -166,7 +166,7 @@ smb:/>ls - - + + \ No newline at end of file diff --git a/c/smbpasswd.html b/c/smbpasswd.html index 2052809255..42f556ad3e 100644 --- a/c/smbpasswd.html +++ b/c/smbpasswd.html @@ -9,7 +9,7 @@ smbpasswd 命令,Linux smbpasswd 命令详解:samba用户和密码管理工具 - Linux 命令搜索引擎 - + @@ -113,7 +113,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/sort.html b/c/sort.html index 6972fe2eec..7a64685c5b 100644 --- a/c/sort.html +++ b/c/sort.html @@ -9,7 +9,7 @@ sort 命令,Linux sort 命令详解:对文本文件中所有行进行排序。 - Linux 命令搜索引擎 - + @@ -394,7 +394,7 @@ guge 50 3000 - - + + \ No newline at end of file diff --git a/c/source.html b/c/source.html index 7af10a78e6..0939eb5974 100644 --- a/c/source.html +++ b/c/source.html @@ -9,7 +9,7 @@ source 命令,Linux source 命令详解:在当前Shell环境中从指定文件读取和执行命令。 - Linux 命令搜索引擎 - + @@ -133,7 +133,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/speedtest-cli.html b/c/speedtest-cli.html index 308c2fa97e..46f09a29fd 100644 --- a/c/speedtest-cli.html +++ b/c/speedtest-cli.html @@ -9,7 +9,7 @@ speedtest-cli 命令,Linux speedtest-cli 命令详解:命令行下测试服务器外网速度 - Linux 命令搜索引擎 - + @@ -218,7 +218,7 @@ Share results: http://www.speedtest.net/result/3240988007.png - - + + \ No newline at end of file diff --git a/c/spell.html b/c/spell.html index ca5af67f69..92dcbb48e0 100644 --- a/c/spell.html +++ b/c/spell.html @@ -9,7 +9,7 @@ spell 命令,Linux spell 命令详解:对文件进行拼写检查 - Linux 命令搜索引擎 - + @@ -99,7 +99,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/split.html b/c/split.html index 2a741aebe5..e0269a331d 100644 --- a/c/split.html +++ b/c/split.html @@ -9,7 +9,7 @@ split 命令,Linux split 命令详解:分割任意大小的文件 - Linux 命令搜索引擎 - + @@ -144,7 +144,7 @@ date.file split_file000 split_file001 split_file002 split_file003 split_fil - - + + \ No newline at end of file diff --git a/c/squid.html b/c/squid.html index aa4bc655fd..d074afa339 100644 --- a/c/squid.html +++ b/c/squid.html @@ -9,7 +9,7 @@ squid 命令,Linux squid 命令详解:squid服务器守护进程 - Linux 命令搜索引擎 - + @@ -117,7 +117,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/squidclient.html b/c/squidclient.html index 6d67360d93..303236c149 100644 --- a/c/squidclient.html +++ b/c/squidclient.html @@ -9,7 +9,7 @@ squidclient 命令,Linux squidclient 命令详解:squid服务器的客户端管理工具 - Linux 命令搜索引擎 - + @@ -117,7 +117,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ss.html b/c/ss.html index 988ae3c4a2..1c5d1ba3b8 100644 --- a/c/ss.html +++ b/c/ss.html @@ -9,7 +9,7 @@ ss 命令,Linux ss 命令详解:比 netstat 好用的socket统计信息,iproute2 包附带的另一个工具,允许你查询 socket 的有关统计信息 - Linux 命令搜索引擎 - + @@ -390,7 +390,7 @@ TIME-WAIT 28 - - + + \ No newline at end of file diff --git a/c/ssh-add.html b/c/ssh-add.html index 9965b4a2d9..26d947a5ab 100644 --- a/c/ssh-add.html +++ b/c/ssh-add.html @@ -9,7 +9,7 @@ ssh-add 命令,Linux ssh-add 命令详解:把专用密钥添加到ssh-agent的高速缓存中 - Linux 命令搜索引擎 - + @@ -134,7 +134,7 @@ ssh-add -e pkcs11 - - + + \ No newline at end of file diff --git a/c/ssh-agent.html b/c/ssh-agent.html index 09428add9d..32947954df 100644 --- a/c/ssh-agent.html +++ b/c/ssh-agent.html @@ -9,7 +9,7 @@ ssh-agent 命令,Linux ssh-agent 命令详解:ssh密钥管理器 - Linux 命令搜索引擎 - + @@ -120,7 +120,7 @@ ssh-agent [-c | -s] -k - - + + \ No newline at end of file diff --git a/c/ssh-copy-id.html b/c/ssh-copy-id.html index 566e9cecb7..ecded409e6 100644 --- a/c/ssh-copy-id.html +++ b/c/ssh-copy-id.html @@ -9,7 +9,7 @@ ssh-copy-id 命令,Linux ssh-copy-id 命令详解:把本地的ssh公钥文件安装到远程主机对应的账户下 - Linux 命令搜索引擎 - + @@ -108,7 +108,7 @@ ssh-copy-id -i ~/.ssh/id_rsa.pub user@server - - + + \ No newline at end of file diff --git a/c/ssh-keygen.html b/c/ssh-keygen.html index 2b192583e6..b5ec074b95 100644 --- a/c/ssh-keygen.html +++ b/c/ssh-keygen.html @@ -9,7 +9,7 @@ ssh-keygen 命令,Linux ssh-keygen 命令详解:为ssh生成、管理和转换认证密钥 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ssh-keyscan.html b/c/ssh-keyscan.html index 76716efc39..d70070d8ec 100644 --- a/c/ssh-keyscan.html +++ b/c/ssh-keyscan.html @@ -9,7 +9,7 @@ ssh-keyscan 命令,Linux ssh-keyscan 命令详解:收集主机公钥的使用工具 - Linux 命令搜索引擎 - + @@ -115,7 +115,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/ssh.html b/c/ssh.html index 14207cb86b..282347b3b8 100644 --- a/c/ssh.html +++ b/c/ssh.html @@ -9,7 +9,7 @@ ssh 命令,Linux ssh 命令详解:openssh套件中的客户端连接工具 - Linux 命令搜索引擎 - + @@ -224,7 +224,7 @@ iptables -A OUTPUT -p tcp --sport 22 -m conntrack --ctstate ESTABLISHED -j ACCEP - - + + \ No newline at end of file diff --git a/c/sshd.html b/c/sshd.html index 404e1dbb27..aa6de35839 100644 --- a/c/sshd.html +++ b/c/sshd.html @@ -9,7 +9,7 @@ sshd 命令,Linux sshd 命令详解:openssh软件套件中的服务器守护进程 - Linux 命令搜索引擎 - + @@ -123,7 +123,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/startx.html b/c/startx.html index d631d8bc19..1e33e3872d 100644 --- a/c/startx.html +++ b/c/startx.html @@ -9,7 +9,7 @@ startx 命令,Linux startx 命令详解:用来启动X Window - Linux 命令搜索引擎 - + @@ -175,7 +175,7 @@ $HOME/.uwmrc uwm 配置文件。 - - + + \ No newline at end of file diff --git a/c/stat.html b/c/stat.html index 9b130dc674..8f1729f5ef 100644 --- a/c/stat.html +++ b/c/stat.html @@ -9,7 +9,7 @@ stat 命令,Linux stat 命令详解:用于显示文件的状态信息 - Linux 命令搜索引擎 - + @@ -155,7 +155,7 @@ myfile 0 8 81a4 0 0 fd00 194805815 1 0 0 1292127755 1286628261 1286628261 4096 - - + + \ No newline at end of file diff --git a/c/strace.html b/c/strace.html index fb15963785..67cf12c2b7 100644 --- a/c/strace.html +++ b/c/strace.html @@ -9,7 +9,7 @@ strace 命令,Linux strace 命令详解:跟踪系统调用和信号 - Linux 命令搜索引擎 - + @@ -589,7 +589,7 @@ lrwx------ 1 oracle dba 64 Dec 30 10:55 25 -> /db/databases/orcl - - + + \ No newline at end of file diff --git a/c/strings.html b/c/strings.html index 640cf9f76b..f41cf3776e 100644 --- a/c/strings.html +++ b/c/strings.html @@ -9,7 +9,7 @@ strings 命令,Linux strings 命令详解:在对象文件或二进制文件中查找可打印的字符串 - Linux 命令搜索引擎 - + @@ -130,7 +130,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/stty.html b/c/stty.html index b9d81cc4c8..9fb0c60a52 100644 --- a/c/stty.html +++ b/c/stty.html @@ -9,7 +9,7 @@ stty 命令,Linux stty 命令详解:修改终端命令行的相关设置 - Linux 命令搜索引擎 - + @@ -165,7 +165,7 @@ stty -igncr #恢复 - - + + \ No newline at end of file diff --git a/c/su.html b/c/su.html index 88d72afe8d..152a9e5b30 100644 --- a/c/su.html +++ b/c/su.html @@ -9,7 +9,7 @@ su 命令,Linux su 命令详解:用于切换当前用户身份到其他用户身份 - Linux 命令搜索引擎 - + @@ -128,7 +128,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/sudo.html b/c/sudo.html index 5dc8e7e8a6..96ab23ef0f 100644 --- a/c/sudo.html +++ b/c/sudo.html @@ -9,7 +9,7 @@ sudo 命令,Linux sudo 命令详解:以其他身份来执行命令 - Linux 命令搜索引擎 - + @@ -255,7 +255,7 @@ PWD=/home/foobar ; USER=root ; COMMAND=/bin/cat /etc/shadow - - + + \ No newline at end of file diff --git a/c/sum.html b/c/sum.html index 62cf2a20b5..6d781cb00d 100644 --- a/c/sum.html +++ b/c/sum.html @@ -9,7 +9,7 @@ sum 命令,Linux sum 命令详解:计算文件的校验码和显示块数 - Linux 命令搜索引擎 - + @@ -112,7 +112,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/supervisord.html b/c/supervisord.html index fb281ba250..22454cd054 100644 --- a/c/supervisord.html +++ b/c/supervisord.html @@ -9,7 +9,7 @@ supervisord 命令,Linux supervisord 命令详解:配置后台服务/常驻进程的进程管家工具 - Linux 命令搜索引擎 - + @@ -118,7 +118,7 @@ supervisorctl reload # 修改/添加配置文件需要执行这个 - - + + \ No newline at end of file diff --git a/c/suspend.html b/c/suspend.html index 9d86ee3133..dead2f16d7 100644 --- a/c/suspend.html +++ b/c/suspend.html @@ -9,7 +9,7 @@ suspend 命令,Linux suspend 命令详解:挂起shell的执行。 - Linux 命令搜索引擎 - + @@ -133,7 +133,7 @@ kill -s SIGCONT PID - - + + \ No newline at end of file diff --git a/c/swapoff.html b/c/swapoff.html index 3de7849095..0292d59883 100644 --- a/c/swapoff.html +++ b/c/swapoff.html @@ -9,7 +9,7 @@ swapoff 命令,Linux swapoff 命令详解:关闭指定的交换空间 - Linux 命令搜索引擎 - + @@ -108,7 +108,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/swapon.html b/c/swapon.html index 8138f3e935..e745b71dee 100644 --- a/c/swapon.html +++ b/c/swapon.html @@ -9,7 +9,7 @@ swapon 命令,Linux swapon 命令详解:激活Linux系统中交换空间 - Linux 命令搜索引擎 - + @@ -125,7 +125,7 @@ Filename type Size Used Priority - - + + \ No newline at end of file diff --git a/c/sync.html b/c/sync.html index b3754db0f4..e5003eac41 100644 --- a/c/sync.html +++ b/c/sync.html @@ -9,7 +9,7 @@ sync 命令,Linux sync 命令详解:用于强制被改变的内容立刻写入磁盘 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/sysctl.html b/c/sysctl.html index 66eb08b989..1d24b02e8b 100644 --- a/c/sysctl.html +++ b/c/sysctl.html @@ -9,7 +9,7 @@ sysctl 命令,Linux sysctl 命令详解:时动态地修改内核的运行参数 - Linux 命令搜索引擎 - + @@ -363,7 +363,7 @@ net.ipv4.icmp_echo_ignore_all = 1 - - + + \ No newline at end of file diff --git a/c/syslog.html b/c/syslog.html index a13c296f8c..a893ac4bfb 100644 --- a/c/syslog.html +++ b/c/syslog.html @@ -9,7 +9,7 @@ syslog 命令,Linux syslog 命令详解:系统默认的日志守护进程 - Linux 命令搜索引擎 - + @@ -121,7 +121,7 @@ Jan 5 10:37:14 localhost TAG: this is a test log line - - + + \ No newline at end of file diff --git a/c/systemctl.html b/c/systemctl.html index 1ac3d77518..b181a56639 100644 --- a/c/systemctl.html +++ b/c/systemctl.html @@ -9,7 +9,7 @@ systemctl 命令,Linux systemctl 命令详解:系统服务管理器指令 - Linux 命令搜索引擎 - + @@ -173,7 +173,7 @@ sudo systemctl disable firewalld.service - - + + \ No newline at end of file diff --git a/c/systool.html b/c/systool.html index 7a14106ba5..45d662df41 100644 --- a/c/systool.html +++ b/c/systool.html @@ -9,7 +9,7 @@ systool 命令,Linux systool 命令详解:显示基于总线、类和拓扑显示系统中设备的信息 - Linux 命令搜索引擎 - + @@ -451,7 +451,7 @@ Supported sysfs modules: - - + + \ No newline at end of file diff --git a/c/tac.html b/c/tac.html index 0793f954e2..391db1589f 100644 --- a/c/tac.html +++ b/c/tac.html @@ -9,7 +9,7 @@ tac 命令,Linux tac 命令详解:连接多个文件并以行为单位反向打印到标准输出。 - Linux 命令搜索引擎 - + @@ -165,7 +165,7 @@ seq 1 3 |tac -b - - + + \ No newline at end of file diff --git a/c/tail.html b/c/tail.html index 65a7c63f63..60a5cc8c10 100644 --- a/c/tail.html +++ b/c/tail.html @@ -9,7 +9,7 @@ tail 命令,Linux tail 命令详解:在屏幕上显示指定文件的末尾若干行 - Linux 命令搜索引擎 - + @@ -157,7 +157,7 @@ tail -F mail.log # 等同于--follow=name --retry,根据文件名进行追踪 - - + + \ No newline at end of file diff --git a/c/tailf.html b/c/tailf.html index a98469b0d5..77e597a70b 100644 --- a/c/tailf.html +++ b/c/tailf.html @@ -9,7 +9,7 @@ tailf 命令,Linux tailf 命令详解:在屏幕上显示指定文件的末尾若干行内容,通常用于日志文件的跟踪输出 - Linux 命令搜索引擎 - + @@ -120,7 +120,7 @@ tailf -n 5 log2014.log # 显示文件最后5行内容 - - + + \ No newline at end of file diff --git a/c/talk.html b/c/talk.html index d8636dbd06..5e2bf440d0 100644 --- a/c/talk.html +++ b/c/talk.html @@ -9,7 +9,7 @@ talk 命令,Linux talk 命令详解:让用户和其他用户聊天 - Linux 命令搜索引擎 - + @@ -147,7 +147,7 @@ talk: respond with: talk jdx@rs6000.cic.test.com - - + + \ No newline at end of file diff --git a/c/tar.html b/c/tar.html index 9d63fa6372..deed747e06 100644 --- a/c/tar.html +++ b/c/tar.html @@ -9,7 +9,7 @@ tar 命令,Linux tar 命令详解:将许多文件一起保存至一个单独的磁带或磁盘归档,并能从归档中单独还原所需文件。 - Linux 命令搜索引擎 - + @@ -833,7 +833,7 @@ tar -jcvf log.tar.bz2 log2012.log 打包后,以 bzip2 压缩 - - + + \ No newline at end of file diff --git a/c/tcpdump.html b/c/tcpdump.html index 880b4ac618..c338144841 100644 --- a/c/tcpdump.html +++ b/c/tcpdump.html @@ -9,7 +9,7 @@ tcpdump 命令,Linux tcpdump 命令详解:一款sniffer工具,是Linux上的抓包工具,嗅探器 - Linux 命令搜索引擎 - + @@ -225,7 +225,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/tcpreplay.html b/c/tcpreplay.html index 4eb6cc7454..19c2691787 100644 --- a/c/tcpreplay.html +++ b/c/tcpreplay.html @@ -9,7 +9,7 @@ tcpreplay 命令,Linux tcpreplay 命令详解:将PCAP包重新发送,用于性能或者功能测试 - Linux 命令搜索引擎 - + @@ -187,7 +187,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/tee.html b/c/tee.html index c0545c23d2..5cdff55b20 100644 --- a/c/tee.html +++ b/c/tee.html @@ -9,7 +9,7 @@ tee 命令,Linux tee 命令详解:从标准输入读取数据并重定向到标准输出和文件。 - Linux 命令搜索引擎 - + @@ -158,7 +158,7 @@ ps -ef |tee -a info_a.log info_b.log - - + + \ No newline at end of file diff --git a/c/telint.html b/c/telint.html index a12aec2d07..b426ca6089 100644 --- a/c/telint.html +++ b/c/telint.html @@ -9,7 +9,7 @@ telint 命令,Linux telint 命令详解:切换当前正在运行系统的运行等级 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/telnet.html b/c/telnet.html index 952bb44153..4fb1369cd6 100644 --- a/c/telnet.html +++ b/c/telnet.html @@ -9,7 +9,7 @@ telnet 命令,Linux telnet 命令详解:登录远程主机和管理(测试ip端口是否连通) - Linux 命令搜索引擎 - + @@ -238,7 +238,7 @@ telnet 23/udp - - + + \ No newline at end of file diff --git a/c/tempfile.html b/c/tempfile.html index 02de3fea43..2a4db244af 100644 --- a/c/tempfile.html +++ b/c/tempfile.html @@ -9,7 +9,7 @@ tempfile 命令,Linux tempfile 命令详解:shell中给临时文件命名 - Linux 命令搜索引擎 - + @@ -110,7 +110,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/test.html b/c/test.html index 6738b5a007..31adf95fb6 100644 --- a/c/test.html +++ b/c/test.html @@ -9,7 +9,7 @@ test 命令,Linux test 命令详解:执行条件表达式。 - Linux 命令搜索引擎 - + @@ -223,7 +223,7 @@ arg1 OP arg2 算术表达式测试; OP是 -eq,-ne,-lt,-le,-gt,- - - + + \ No newline at end of file diff --git a/c/tftp.html b/c/tftp.html index 1acb3beb3f..51ec4f54a5 100644 --- a/c/tftp.html +++ b/c/tftp.html @@ -9,7 +9,7 @@ tftp 命令,Linux tftp 命令详解:在本机和tftp服务器之间使用TFTP协议传输文件 - Linux 命令搜索引擎 - + @@ -234,7 +234,7 @@ tftp>q - - + + \ No newline at end of file diff --git a/c/time.html b/c/time.html index a236460dde..66958b0e0b 100644 --- a/c/time.html +++ b/c/time.html @@ -9,7 +9,7 @@ time 命令,Linux time 命令详解:统计给定命令所花费的总时间 - Linux 命令搜索引擎 - + @@ -196,7 +196,7 @@ sys 0m0.007s - - + + \ No newline at end of file diff --git a/c/times.html b/c/times.html index 8eae9cdcea..63b3fbce26 100644 --- a/c/times.html +++ b/c/times.html @@ -9,7 +9,7 @@ times 命令,Linux times 命令详解:显示进程累计时间。 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ times - - + + \ No newline at end of file diff --git a/c/tload.html b/c/tload.html index 910c6d9d44..796aaeca8c 100644 --- a/c/tload.html +++ b/c/tload.html @@ -9,7 +9,7 @@ tload 命令,Linux tload 命令详解:显示系统负载状况 - Linux 命令搜索引擎 - + @@ -120,7 +120,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/tmux.html b/c/tmux.html index 012bf71375..bd38c384f7 100644 --- a/c/tmux.html +++ b/c/tmux.html @@ -9,7 +9,7 @@ tmux 命令,Linux tmux 命令详解:Tmux是一个优秀的终端复用软件,类似GNU Screen,但来自于OpenBSD,采用BSD授权 - Linux 命令搜索引擎 - + @@ -465,7 +465,7 @@ ctrl+b d # 脱离当前会话;这样可以暂时返回Shell界面, - - + + \ No newline at end of file diff --git a/c/top.html b/c/top.html index d5d15a0258..0b63de3b73 100644 --- a/c/top.html +++ b/c/top.html @@ -9,7 +9,7 @@ top 命令,Linux top 命令详解:显示或管理执行中的程序 - Linux 命令搜索引擎 - + @@ -194,7 +194,7 @@ Swap: 5144568k total, 56k used, 5144512k free, 2013180k cached - - + + \ No newline at end of file diff --git a/c/touch.html b/c/touch.html index 35d20b0bda..c54e18390d 100644 --- a/c/touch.html +++ b/c/touch.html @@ -9,7 +9,7 @@ touch 命令,Linux touch 命令详解:创建新的空文件 - Linux 命令搜索引擎 - + @@ -124,7 +124,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/tput.html b/c/tput.html index ec167d3487..f316ad3f2e 100644 --- a/c/tput.html +++ b/c/tput.html @@ -9,7 +9,7 @@ tput 命令,Linux tput 命令详解:通过terminfo数据库对终端会话进行初始化和操作 - Linux 命令搜索引擎 - + @@ -354,7 +354,7 @@ exit 0 - - + + \ No newline at end of file diff --git a/c/tr.html b/c/tr.html index 6caafcb3b9..5da826a8e0 100644 --- a/c/tr.html +++ b/c/tr.html @@ -9,7 +9,7 @@ tr 命令,Linux tr 命令详解:将字符进行替换压缩和删除 - Linux 命令搜索引擎 - + @@ -183,7 +183,7 @@ cat file | tr -d "\r" > new_file - - + + \ No newline at end of file diff --git a/c/tracepath.html b/c/tracepath.html index 5fe7ff1e39..2d2b33ed63 100644 --- a/c/tracepath.html +++ b/c/tracepath.html @@ -9,7 +9,7 @@ tracepath 命令,Linux tracepath 命令详解:追踪目的主机经过的路由信息 - Linux 命令搜索引擎 - + @@ -136,7 +136,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/traceroute.html b/c/traceroute.html index df5b5846f9..f414d7e00f 100644 --- a/c/traceroute.html +++ b/c/traceroute.html @@ -9,7 +9,7 @@ traceroute 命令,Linux traceroute 命令详解:显示数据包到主机间的路径 - Linux 命令搜索引擎 - + @@ -207,7 +207,7 @@ traceroute -w 3 www.baidu.com # 把对外发探测包的等待响应时间设 - - + + \ No newline at end of file diff --git a/c/trap.html b/c/trap.html index e56a5203c1..252e5f73ba 100644 --- a/c/trap.html +++ b/c/trap.html @@ -9,7 +9,7 @@ trap 命令,Linux trap 命令详解:捕捉信号和其他事件并执行命令。 - Linux 命令搜索引擎 - + @@ -201,7 +201,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/tree.html b/c/tree.html index 20b3d29db7..bb40611a63 100644 --- a/c/tree.html +++ b/c/tree.html @@ -9,7 +9,7 @@ tree 命令,Linux tree 命令详解:树状图列出目录的内容 - Linux 命令搜索引擎 - + @@ -258,7 +258,7 @@ tree -L 2 > /home/www/tree.txt # 当前目录结果存到 tree.txt 文件中 - - + + \ No newline at end of file diff --git a/c/true.html b/c/true.html index 8c38f44fc3..634014ac4f 100644 --- a/c/true.html +++ b/c/true.html @@ -9,7 +9,7 @@ true 命令,Linux true 命令详解:返回状态为成功。 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ some_command || true - - + + \ No newline at end of file diff --git a/c/tty.html b/c/tty.html index 661b4edbf6..3748068d2d 100644 --- a/c/tty.html +++ b/c/tty.html @@ -9,7 +9,7 @@ tty 命令,Linux tty 命令详解:显示连接到当前标准输入的终端设备文件名 - Linux 命令搜索引擎 - + @@ -126,7 +126,7 @@ ps -ef | egrep "pts/2 " | grep -v grep - - + + \ No newline at end of file diff --git a/c/type.html b/c/type.html index 3a1f3ebaeb..84fb607ec2 100644 --- a/c/type.html +++ b/c/type.html @@ -9,7 +9,7 @@ type 命令,Linux type 命令详解:显示指定命令的类型。 - Linux 命令搜索引擎 - + @@ -261,7 +261,7 @@ file - - + + \ No newline at end of file diff --git a/c/ulimit.html b/c/ulimit.html index 086a7b3b20..bab6427398 100644 --- a/c/ulimit.html +++ b/c/ulimit.html @@ -9,7 +9,7 @@ ulimit 命令,Linux ulimit 命令详解:控制shell程序的资源 - Linux 命令搜索引擎 - + @@ -167,7 +167,7 @@ file locks (-x) unlimited #所能锁住的文件的最大 - - + + \ No newline at end of file diff --git a/c/umask.html b/c/umask.html index 9f8b8e03f2..e2df8e71ab 100644 --- a/c/umask.html +++ b/c/umask.html @@ -9,7 +9,7 @@ umask 命令,Linux umask 命令详解:显示或设置创建文件的权限掩码。 - Linux 命令搜索引擎 - + @@ -201,7 +201,7 @@ stat newdir - - + + \ No newline at end of file diff --git a/c/umount.html b/c/umount.html index 878b634249..528f5f8a7c 100644 --- a/c/umount.html +++ b/c/umount.html @@ -9,7 +9,7 @@ umount 命令,Linux umount 命令详解:用于卸载已经加载的文件系统 - Linux 命令搜索引擎 - + @@ -152,7 +152,7 @@ bash 9341 francois cwd DIR 8,1 1024 2 /mnt/mymount - - + + \ No newline at end of file diff --git a/c/unalias.html b/c/unalias.html index 1eb5b2cbfb..bc4dd2df29 100644 --- a/c/unalias.html +++ b/c/unalias.html @@ -9,7 +9,7 @@ unalias 命令,Linux unalias 命令详解:删除由alias设置的别名 - Linux 命令搜索引擎 - + @@ -147,7 +147,7 @@ unalias ls grep - - + + \ No newline at end of file diff --git a/c/uname.html b/c/uname.html index bb136873da..8fe4f8be47 100644 --- a/c/uname.html +++ b/c/uname.html @@ -9,7 +9,7 @@ uname 命令,Linux uname 命令详解:打印系统信息。 - Linux 命令搜索引擎 - + @@ -198,7 +198,7 @@ GNU/Linux - - + + \ No newline at end of file diff --git a/c/unarj.html b/c/unarj.html index b601ad3404..3a9259ed32 100644 --- a/c/unarj.html +++ b/c/unarj.html @@ -9,7 +9,7 @@ unarj 命令,Linux unarj 命令详解:解压缩由arj命令创建的压缩包 - Linux 命令搜索引擎 - + @@ -109,7 +109,7 @@ x:解压缩时保留原有的路径。 - - + + \ No newline at end of file diff --git a/c/uncompress.html b/c/uncompress.html index f7f194370f..01b353a97b 100644 --- a/c/uncompress.html +++ b/c/uncompress.html @@ -9,7 +9,7 @@ uncompress 命令,Linux uncompress 命令详解:用来解压.Z文件 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/unexpand.html b/c/unexpand.html index 971faa66e3..11749d090c 100644 --- a/c/unexpand.html +++ b/c/unexpand.html @@ -9,7 +9,7 @@ unexpand 命令,Linux unexpand 命令详解:将文件的空白字符转换为制表符 - Linux 命令搜索引擎 - + @@ -107,7 +107,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/uniq.html b/c/uniq.html index 8b7d8c1855..1f228ce547 100644 --- a/c/uniq.html +++ b/c/uniq.html @@ -9,7 +9,7 @@ uniq 命令,Linux uniq 命令详解:显示或忽略重复的行。 - Linux 命令搜索引擎 - + @@ -165,7 +165,7 @@ sort file.txt | uniq -u - - + + \ No newline at end of file diff --git a/c/unlink.html b/c/unlink.html index 8b29c13224..70ccb1bd85 100644 --- a/c/unlink.html +++ b/c/unlink.html @@ -9,7 +9,7 @@ unlink 命令,Linux unlink 命令详解:系统调用函数unlink去删除指定的文件 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/unprotoize.html b/c/unprotoize.html index ad9953f6ca..4702200f50 100644 --- a/c/unprotoize.html +++ b/c/unprotoize.html @@ -9,7 +9,7 @@ unprotoize 命令,Linux unprotoize 命令详解:删除C语言源代码文件中的函数原型 - Linux 命令搜索引擎 - + @@ -105,7 +105,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/unrar.html b/c/unrar.html index 7078d41842..d0b0dcea6f 100644 --- a/c/unrar.html +++ b/c/unrar.html @@ -9,7 +9,7 @@ unrar 命令,Linux unrar 命令详解:解压rar文件命令,从 rar 压缩包中提取文件 - Linux 命令搜索引擎 - + @@ -188,7 +188,7 @@ x # 用绝对路径解压文件 - - + + \ No newline at end of file diff --git a/c/unset.html b/c/unset.html index fd5ec30df0..15530114fa 100644 --- a/c/unset.html +++ b/c/unset.html @@ -9,7 +9,7 @@ unset 命令,Linux unset 命令详解:删除指定的shell变量或函数。 - Linux 命令搜索引擎 - + @@ -215,7 +215,7 @@ declare -p a - - + + \ No newline at end of file diff --git a/c/unzip.html b/c/unzip.html index eee6ddae3c..e63bf676ff 100644 --- a/c/unzip.html +++ b/c/unzip.html @@ -9,7 +9,7 @@ unzip 命令,Linux unzip 命令详解:用于解压缩由zip命令压缩的压缩包 - Linux 命令搜索引擎 - + @@ -170,7 +170,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/updatedb.html b/c/updatedb.html index 2b2c4e4cf4..35548e74f0 100644 --- a/c/updatedb.html +++ b/c/updatedb.html @@ -9,7 +9,7 @@ updatedb 命令,Linux updatedb 命令详解:创建或更新slocate命令所必需的数据库文件 - Linux 命令搜索引擎 - + @@ -111,7 +111,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/uptime.html b/c/uptime.html index a6a0aa12a4..41f02c1de8 100644 --- a/c/uptime.html +++ b/c/uptime.html @@ -9,7 +9,7 @@ uptime 命令,Linux uptime 命令详解:查看Linux系统负载信息 - Linux 命令搜索引擎 - + @@ -127,7 +127,7 @@ load average: 0.00, 0.00, 0.00 # 系统平均负载,统计最近1,5 - - + + \ No newline at end of file diff --git a/c/useradd.html b/c/useradd.html index 1573cdb04d..bccb89398a 100644 --- a/c/useradd.html +++ b/c/useradd.html @@ -9,7 +9,7 @@ useradd 命令,Linux useradd 命令详解:创建的新的系统用户 - Linux 命令搜索引擎 - + @@ -138,7 +138,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/userdel.html b/c/userdel.html index 2e4a88ff0c..3eda9b2b55 100644 --- a/c/userdel.html +++ b/c/userdel.html @@ -9,7 +9,7 @@ userdel 命令,Linux userdel 命令详解:用于删除给定的用户以及与用户相关的文件 - Linux 命令搜索引擎 - + @@ -114,7 +114,7 @@ userdel -r linuxde # 删除用户linuxde,其家目录及文件一并删除 - - + + \ No newline at end of file diff --git a/c/usermod.html b/c/usermod.html index 130aabff2b..8bad51c14d 100644 --- a/c/usermod.html +++ b/c/usermod.html @@ -9,7 +9,7 @@ usermod 命令,Linux usermod 命令详解:用于修改用户的基本信息 - Linux 命令搜索引擎 - + @@ -165,7 +165,7 @@ new_home - - + + \ No newline at end of file diff --git a/c/usernetctl.html b/c/usernetctl.html index 8c0b07bbb0..41c4b64c6f 100644 --- a/c/usernetctl.html +++ b/c/usernetctl.html @@ -9,7 +9,7 @@ usernetctl 命令,Linux usernetctl 命令详解:被允许时操作指定的网络接口 - Linux 命令搜索引擎 - + @@ -104,7 +104,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/users.html b/c/users.html index c3005073a8..6dea217e88 100644 --- a/c/users.html +++ b/c/users.html @@ -9,7 +9,7 @@ users 命令,Linux users 命令详解:打印当前主机所有登陆用户的名称。 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ root root - - + + \ No newline at end of file diff --git a/c/uucico.html b/c/uucico.html index 8433535ee0..8d7c3956cf 100644 --- a/c/uucico.html +++ b/c/uucico.html @@ -9,7 +9,7 @@ uucico 命令,Linux uucico 命令详解:UUCP文件传输服务程序 - Linux 命令搜索引擎 - + @@ -141,7 +141,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/uupick.html b/c/uupick.html index b698bc2e34..8d34e0d3aa 100644 --- a/c/uupick.html +++ b/c/uupick.html @@ -9,7 +9,7 @@ uupick 命令,Linux uupick 命令详解:命令处理传送进来的文件 - Linux 命令搜索引擎 - + @@ -113,7 +113,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/uuto.html b/c/uuto.html index e65a550314..6aee0be1ec 100644 --- a/c/uuto.html +++ b/c/uuto.html @@ -9,7 +9,7 @@ uuto 命令,Linux uuto 命令详解:将文件传送到远端的UUCP主机 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/vdfuse.html b/c/vdfuse.html index f35c057d4d..f045efaa21 100644 --- a/c/vdfuse.html +++ b/c/vdfuse.html @@ -9,7 +9,7 @@ vdfuse 命令,Linux vdfuse 命令详解:VirtualBox软件挂载VDI分区文件工具 - Linux 命令搜索引擎 - + @@ -134,7 +134,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/vgchange.html b/c/vgchange.html index d764a58f5d..1b16c80dae 100644 --- a/c/vgchange.html +++ b/c/vgchange.html @@ -9,7 +9,7 @@ vgchange 命令,Linux vgchange 命令详解:修改卷组属性 - Linux 命令搜索引擎 - + @@ -112,7 +112,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/vgconvert.html b/c/vgconvert.html index 1961d21cfd..8fdd716160 100644 --- a/c/vgconvert.html +++ b/c/vgconvert.html @@ -9,7 +9,7 @@ vgconvert 命令,Linux vgconvert 命令详解:转换卷组元数据格式 - Linux 命令搜索引擎 - + @@ -132,7 +132,7 @@ Volume group vg1000 successfully converted - - + + \ No newline at end of file diff --git a/c/vgcreate.html b/c/vgcreate.html index c92388a194..6e5211ab26 100644 --- a/c/vgcreate.html +++ b/c/vgcreate.html @@ -9,7 +9,7 @@ vgcreate 命令,Linux vgcreate 命令详解:用于创建LVM卷组 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/vgdisplay.html b/c/vgdisplay.html index 40f8d8f99c..12b5db3e51 100644 --- a/c/vgdisplay.html +++ b/c/vgdisplay.html @@ -9,7 +9,7 @@ vgdisplay 命令,Linux vgdisplay 命令详解:显示LVM卷组的信息 - Linux 命令搜索引擎 - + @@ -122,7 +122,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/vgextend.html b/c/vgextend.html index 722f7a83b4..891454a9dd 100644 --- a/c/vgextend.html +++ b/c/vgextend.html @@ -9,7 +9,7 @@ vgextend 命令,Linux vgextend 命令详解:向卷组中添加物理卷 - Linux 命令搜索引擎 - + @@ -117,7 +117,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/vgreduce.html b/c/vgreduce.html index 6e74dbe2f9..b7d2fd8cac 100644 --- a/c/vgreduce.html +++ b/c/vgreduce.html @@ -9,7 +9,7 @@ vgreduce 命令,Linux vgreduce 命令详解:从卷组中删除物理卷 - Linux 命令搜索引擎 - + @@ -117,7 +117,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/vgremove.html b/c/vgremove.html index d146b3274c..ca82c7346a 100644 --- a/c/vgremove.html +++ b/c/vgremove.html @@ -9,7 +9,7 @@ vgremove 命令,Linux vgremove 命令详解:用于用户删除LVM卷组 - Linux 命令搜索引擎 - + @@ -110,7 +110,7 @@ Volume group "vg1000" successfully removed - - + + \ No newline at end of file diff --git a/c/vgrename.html b/c/vgrename.html index 83f166c3e0..86fc2e32a2 100644 --- a/c/vgrename.html +++ b/c/vgrename.html @@ -9,7 +9,7 @@ vgrename 命令,Linux vgrename 命令详解:使用vgrename命令可以重命名卷组的名称 - Linux 命令搜索引擎 - + @@ -116,7 +116,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/vgscan.html b/c/vgscan.html index cf3a49e3b7..e53a29a250 100644 --- a/c/vgscan.html +++ b/c/vgscan.html @@ -9,7 +9,7 @@ vgscan 命令,Linux vgscan 命令详解:扫描并显示系统中的卷组 - Linux 命令搜索引擎 - + @@ -115,7 +115,7 @@ Found volume group "vg1000" using metadata type lvm2 - - + + \ No newline at end of file diff --git a/c/vi.html b/c/vi.html index 035f183c13..e7f0206b28 100644 --- a/c/vi.html +++ b/c/vi.html @@ -9,7 +9,7 @@ vi 命令,Linux vi 命令详解:功能强大的纯文本编辑器 - Linux 命令搜索引擎 - + @@ -208,7 +208,7 @@ O:在当前行前面插入一空行; - - + + \ No newline at end of file diff --git a/c/vmstat.html b/c/vmstat.html index 19a8acc264..4d4495cc0f 100644 --- a/c/vmstat.html +++ b/c/vmstat.html @@ -9,7 +9,7 @@ vmstat 命令,Linux vmstat 命令详解:显示虚拟内存状态 - Linux 命令搜索引擎 - + @@ -185,7 +185,7 @@ procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu----- - - + + \ No newline at end of file diff --git a/c/volname.html b/c/volname.html index 540c3cd311..864981d2c1 100644 --- a/c/volname.html +++ b/c/volname.html @@ -9,7 +9,7 @@ volname 命令,Linux volname 命令详解:显示指定的ISO-9660格式的设备的卷名称 - Linux 命令搜索引擎 - + @@ -99,7 +99,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/w.html b/c/w.html index 712804e1a1..96b9748080 100644 --- a/c/w.html +++ b/c/w.html @@ -9,7 +9,7 @@ w 命令,Linux w 命令详解:显示目前登入系统的用户信息 - Linux 命令搜索引擎 - + @@ -129,7 +129,7 @@ root pts/0 222.94.97.122 20:39 1.00s 0.00s 0.00s w - - + + \ No newline at end of file diff --git a/c/wait.html b/c/wait.html index bdc84ac84e..6c46a4d95d 100644 --- a/c/wait.html +++ b/c/wait.html @@ -9,7 +9,7 @@ wait 命令,Linux wait 命令详解:等待进程执行完后返回 - Linux 命令搜索引擎 - + @@ -108,7 +108,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/wall.html b/c/wall.html index cf666be6d1..ee0117cbc2 100644 --- a/c/wall.html +++ b/c/wall.html @@ -9,7 +9,7 @@ wall 命令,Linux wall 命令详解:向系统当前所有打开的终端上输出信息 - Linux 命令搜索引擎 - + @@ -111,7 +111,7 @@ this is a test line - - + + \ No newline at end of file diff --git a/c/watch.html b/c/watch.html index bfd1ff37ad..7b948076b9 100644 --- a/c/watch.html +++ b/c/watch.html @@ -9,7 +9,7 @@ watch 命令,Linux watch 命令详解:可以将命令的输出结果输出到标准输出设备,多用于周期性执行命令/定时执行命令 - Linux 命令搜索引擎 - + @@ -136,7 +136,7 @@ watch -n 1 "df -i;df" # 监测磁盘inode和block数目变化情 - - + + \ No newline at end of file diff --git a/c/wc.html b/c/wc.html index 49d95dbe76..b81e5d1746 100644 --- a/c/wc.html +++ b/c/wc.html @@ -9,7 +9,7 @@ wc 命令,Linux wc 命令详解:统计文件的字节数、字数、行数 - Linux 命令搜索引擎 - + @@ -179,7 +179,7 @@ wc: node_modules: read: Is a directory - - + + \ No newline at end of file diff --git a/c/wget.html b/c/wget.html index f0dd4e3036..91a7f9bd19 100644 --- a/c/wget.html +++ b/c/wget.html @@ -9,7 +9,7 @@ wget 命令,Linux wget 命令详解:Linux系统下载文件工具 - Linux 命令搜索引擎 - + @@ -465,7 +465,7 @@ wget --ftp-user=USERNAME --ftp-password=PASSWORD url - - + + \ No newline at end of file diff --git a/c/whatis.html b/c/whatis.html index 2d91186fe6..4ada21b767 100644 --- a/c/whatis.html +++ b/c/whatis.html @@ -9,7 +9,7 @@ whatis 命令,Linux whatis 命令详解:查询一个命令执行什么功能 - Linux 命令搜索引擎 - + @@ -142,7 +142,7 @@ man.config [man] (5) - configuration data for man - - + + \ No newline at end of file diff --git a/c/whereis.html b/c/whereis.html index 9a85d81a56..948d1cd721 100644 --- a/c/whereis.html +++ b/c/whereis.html @@ -9,7 +9,7 @@ whereis 命令,Linux whereis 命令详解:查找二进制程序、代码等相关文件路径 - Linux 命令搜索引擎 - + @@ -152,7 +152,7 @@ svn: - - + + \ No newline at end of file diff --git a/c/which.html b/c/which.html index 23a43e3ce0..23278879ae 100644 --- a/c/which.html +++ b/c/which.html @@ -9,7 +9,7 @@ which 命令,Linux which 命令详解:查找并显示给定命令的绝对路径 - Linux 命令搜索引擎 - + @@ -130,7 +130,7 @@ cd: shell built-in command - - + + \ No newline at end of file diff --git a/c/who.html b/c/who.html index 82d49e62b9..ba9135f272 100644 --- a/c/who.html +++ b/c/who.html @@ -9,7 +9,7 @@ who 命令,Linux who 命令详解:显示当前所有登陆用户的信息。 - Linux 命令搜索引擎 - + @@ -186,7 +186,7 @@ root + pts/1 2013-12-20 10:37 (180.111.155.40) - - + + \ No newline at end of file diff --git a/c/whoami.html b/c/whoami.html index af39babf99..9d42c3c2cf 100644 --- a/c/whoami.html +++ b/c/whoami.html @@ -9,7 +9,7 @@ whoami 命令,Linux whoami 命令详解:打印当前有效的用户ID对应的名称 - Linux 命令搜索引擎 - + @@ -119,7 +119,7 @@ root - - + + \ No newline at end of file diff --git a/c/write.html b/c/write.html index 604a2a5f7d..11d1e55627 100644 --- a/c/write.html +++ b/c/write.html @@ -9,7 +9,7 @@ write 命令,Linux write 命令详解:向指定登录用户终端上发送信息 - Linux 命令搜索引擎 - + @@ -115,7 +115,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/xargs.html b/c/xargs.html index de185698fe..e791016c71 100644 --- a/c/xargs.html +++ b/c/xargs.html @@ -9,7 +9,7 @@ xargs 命令,Linux xargs 命令详解:给其他命令传递参数的一个过滤器 - Linux 命令搜索引擎 - + @@ -307,7 +307,7 @@ COMMAND7 - - + + \ No newline at end of file diff --git a/c/xauth.html b/c/xauth.html index 9c12c5539d..e356f1652d 100644 --- a/c/xauth.html +++ b/c/xauth.html @@ -9,7 +9,7 @@ xauth 命令,Linux xauth 命令详解:显示和编辑被用于连接X服务器的认证信息 - Linux 命令搜索引擎 - + @@ -123,7 +123,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/xclip.html b/c/xclip.html index 0696e1c62a..f1893111fe 100644 --- a/c/xclip.html +++ b/c/xclip.html @@ -9,7 +9,7 @@ xclip 命令,Linux xclip 命令详解:管理 X 粘贴板 - Linux 命令搜索引擎 - + @@ -102,7 +102,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/xhost.html b/c/xhost.html index 26b431598c..46ad540e4d 100644 --- a/c/xhost.html +++ b/c/xhost.html @@ -9,7 +9,7 @@ xhost 命令,Linux xhost 命令详解:制哪些X客户端能够在X服务器上显示 - Linux 命令搜索引擎 - + @@ -107,7 +107,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/xinit.html b/c/xinit.html index ceaa7ba2f8..91310a1575 100644 --- a/c/xinit.html +++ b/c/xinit.html @@ -9,7 +9,7 @@ xinit 命令,Linux xinit 命令详解:是Linux下X-Window系统的初始化程序 - Linux 命令搜索引擎 - + @@ -103,7 +103,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/xlsatoms.html b/c/xlsatoms.html index ff643a2da1..d0eba64b64 100644 --- a/c/xlsatoms.html +++ b/c/xlsatoms.html @@ -9,7 +9,7 @@ xlsatoms 命令,Linux xlsatoms 命令详解:列出X服务器内部所有定义的原子成分 - Linux 命令搜索引擎 - + @@ -104,7 +104,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/xlsclients.html b/c/xlsclients.html index 21565ae4a5..84d60942d7 100644 --- a/c/xlsclients.html +++ b/c/xlsclients.html @@ -9,7 +9,7 @@ xlsclients 命令,Linux xlsclients 命令详解:列出显示器中的客户端应用程序 - Linux 命令搜索引擎 - + @@ -107,7 +107,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/xlsfonts.html b/c/xlsfonts.html index 8c29ad86ae..1cd8afd138 100644 --- a/c/xlsfonts.html +++ b/c/xlsfonts.html @@ -9,7 +9,7 @@ xlsfonts 命令,Linux xlsfonts 命令详解:列出X Server使用的字体 - Linux 命令搜索引擎 - + @@ -115,7 +115,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/xset.html b/c/xset.html index 23b3f2bbf2..9848f6ebc7 100644 --- a/c/xset.html +++ b/c/xset.html @@ -9,7 +9,7 @@ xset 命令,Linux xset 命令详解:设置X-Window系统中的用户爱好的实用工具 - Linux 命令搜索引擎 - + @@ -108,7 +108,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/xz.html b/c/xz.html index 746b8a1fb5..62c6e1e199 100644 --- a/c/xz.html +++ b/c/xz.html @@ -9,7 +9,7 @@ xz 命令,Linux xz 命令详解:POSIX 平台开发具有高压缩率的工具 - Linux 命令搜索引擎 - + @@ -191,7 +191,7 @@ find /var/log -type f -iname "*.log" -print0 | xargs -P4 -n16 xz -T1 - - + + \ No newline at end of file diff --git a/c/yes.html b/c/yes.html index 820259c2e9..ff3717f365 100644 --- a/c/yes.html +++ b/c/yes.html @@ -9,7 +9,7 @@ yes 命令,Linux yes 命令详解:重复打印指定字符串 - Linux 命令搜索引擎 - + @@ -123,7 +123,7 @@ testline - - + + \ No newline at end of file diff --git a/c/ypdomainname.html b/c/ypdomainname.html index 1c9f74ac5a..d4e8540dd2 100644 --- a/c/ypdomainname.html +++ b/c/ypdomainname.html @@ -9,7 +9,7 @@ ypdomainname 命令,Linux ypdomainname 命令详解:显示主机的NIS的域名 - Linux 命令搜索引擎 - + @@ -101,7 +101,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/yum.html b/c/yum.html index 9051381114..a38580662f 100644 --- a/c/yum.html +++ b/c/yum.html @@ -9,7 +9,7 @@ yum 命令,Linux yum 命令详解:基于RPM的软件包管理器 - Linux 命令搜索引擎 - + @@ -245,7 +245,7 @@ yum groupinstall "Chinese Support" # 添加中文语言支持 - - + + \ No newline at end of file diff --git a/c/zcat.html b/c/zcat.html index 1a2fd85e83..5f164f0658 100644 --- a/c/zcat.html +++ b/c/zcat.html @@ -9,7 +9,7 @@ zcat 命令,Linux zcat 命令详解:显示压缩包中文件的内容 - Linux 命令搜索引擎 - + @@ -123,7 +123,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/zfore.html b/c/zfore.html index 4b3640f137..f685d9a03f 100644 --- a/c/zfore.html +++ b/c/zfore.html @@ -9,7 +9,7 @@ zfore 命令,Linux zfore 命令详解:强制为gzip格式的压缩文件添加.gz后缀 - Linux 命令搜索引擎 - + @@ -99,7 +99,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/zip.html b/c/zip.html index 199d30154b..3912eeb1c5 100644 --- a/c/zip.html +++ b/c/zip.html @@ -9,7 +9,7 @@ zip 命令,Linux zip 命令详解:可以用来解压缩文件 - Linux 命令搜索引擎 - + @@ -218,7 +218,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/zipinfo.html b/c/zipinfo.html index 3f5d9336a8..5c0bf0e41e 100644 --- a/c/zipinfo.html +++ b/c/zipinfo.html @@ -9,7 +9,7 @@ zipinfo 命令,Linux zipinfo 命令详解:用来列出压缩文件信息 - Linux 命令搜索引擎 - + @@ -125,7 +125,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/zipsplit.html b/c/zipsplit.html index 5cdd5e40c9..1c62dff431 100644 --- a/c/zipsplit.html +++ b/c/zipsplit.html @@ -9,7 +9,7 @@ zipsplit 命令,Linux zipsplit 命令详解:将较大的zip压缩包分割成各个较小的压缩包 - Linux 命令搜索引擎 - + @@ -107,7 +107,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/c/znew.html b/c/znew.html index b5c1be20e8..8775876da6 100644 --- a/c/znew.html +++ b/c/znew.html @@ -9,7 +9,7 @@ znew 命令,Linux znew 命令详解:将.Z压缩包重新转化为gzip命令压缩的.gz压缩包 - Linux 命令搜索引擎 - + @@ -113,7 +113,7 @@ function copied(target, str) { - - + + \ No newline at end of file diff --git a/contributors.html b/contributors.html index 6924975583..a4b2a8d6a7 100644 --- a/contributors.html +++ b/contributors.html @@ -9,7 +9,7 @@ 搜索 命令,Linux 搜索 命令详解:最专业的Linux命令大全,命令搜索引擎,内容包含Linux命令手册、详解、学习,值得收藏的Linux命令速查手册。 - Linux 命令搜索引擎 - + @@ -262,7 +262,7 @@ - - + + diff --git a/hot.html b/hot.html index 364de144b7..124dfd3438 100644 --- a/hot.html +++ b/hot.html @@ -9,7 +9,7 @@ 搜索 命令,Linux 搜索 命令详解:最专业的Linux命令大全,命令搜索引擎,内容包含Linux命令手册、详解、学习,值得收藏的Linux命令速查手册。 - Linux 命令搜索引擎 - + @@ -1217,7 +1217,7 @@ - - + + diff --git a/index.html b/index.html index cd9dc0e23d..83260dc1bd 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ Linux命令搜索引擎 命令,Linux Linux命令搜索引擎 命令详解:最专业的Linux命令大全,内容包含Linux命令手册、详解、学习,值得收藏的Linux命令速查手册。 - Linux 命令搜索引擎 - +
    @@ -64,7 +64,7 @@
    - - + + \ No newline at end of file diff --git a/linux-command.docset.zip b/linux-command.docset.zip index 39550d6787..12a216ef0b 100644 Binary files a/linux-command.docset.zip and b/linux-command.docset.zip differ diff --git a/list.html b/list.html index c8994ce57e..d0100a55eb 100644 --- a/list.html +++ b/list.html @@ -9,7 +9,7 @@ 搜索 命令,Linux 搜索 命令详解:最专业的Linux命令大全,命令搜索引擎,内容包含Linux命令手册、详解、学习,值得收藏的Linux命令速查手册。 - Linux 命令搜索引擎 - +
    @@ -72,7 +72,7 @@ - - + + \ No newline at end of file