diff --git a/c/ab.html b/c/ab.html index ca233b1f9f..36fcb71601 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 77595c89e6..9601b25065 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 558672f453..56f787d243 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 a99ff007ec..ea4cfae1be 100644 --- a/c/alias.html +++ b/c/alias.html @@ -9,7 +9,7 @@ alias 命令,Linux alias 命令详解:定义或显示别名。 - Linux 命令搜索引擎 - + @@ -176,9 +176,12 @@ alias ls=ls --color=never

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

注意

    -
  1. 执行脚本时请注意:
  2. -
  3. 使用 source 命令执行的bash脚本如果执行了 aliasunalias 命令,那么有可能会对终端环境的别名设置产生影响;终端环境的别名设置也可能改变运行结果;
  4. -
  5. 通过 sh 方式调用的 bash 脚本或直接运行当前用户有执行权限的脚本不受终端环境的别名影响。
  6. +
  7. 执行脚本时请注意: + +
  8. 删除别名,请查看unalias命令。
  9. 建议您不要对 mv cp rm 等命令的别名设置危险的 -f 选项,比如 alias rm='rm -f'
  10. 需要注意别名是否和其他命令有冲突的情况。
  11. @@ -211,7 +214,7 @@ alias ls=ls --color=never - - + + \ No newline at end of file diff --git a/c/apachectl.html b/c/apachectl.html index a71d2db7d0..85279f2b8c 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 e2a60a5f28..bbb7dc39d0 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 4ae552d7a6..7e19a3de20 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 43c8046af9..fbb895c496 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 efc746ad2f..ad673c2950 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 7d12f4e2bb..760ce4b37f 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 80b9bf4fbe..1ee4e7291d 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 260d1460ca..5974fbdce8 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 30cb269cbb..2c0568f09d 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 761667281d..d06f9f10d8 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 f49f5bfef0..7716a0ffd1 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 bcab97afce..8f2006bc89 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 0c42aad9ec..07caf8691c 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 5241dab3f6..b855e6eba8 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 4bce770749..125bde1cd7 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 60f1b74be2..c49afe719a 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 44dc396121..2ffa8e96e2 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 6af45d9b5d..1d199f269d 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 ec960f638d..a7a1b9e2f1 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 3e1236cd36..e3a2f55960 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 993a253c36..f81a30dbf5 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 fec23efafe..378b16b8c6 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 2bb1b59886..4e56741340 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 0f1872fc7e..53129c52fd 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 3341b6cb77..7799f770b8 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 7daf7e61bf..837cbc812b 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 b50e710c32..0a103fd6db 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 8af6b91dda..a05bfc6494 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 2e53c77a5d..7d46ce257a 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 09ce82d0e9..cdd654bf76 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 94f818c1b6..92fd470c4e 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 ac9deea902..ce04cefe39 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 7f3c8b872c..9cc43d468a 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 fe7aa8f127..f9b63acace 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 bcc21dc383..b817e15ac7 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 29542c0259..b530435644 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 d8053b1acc..e74aeadf2b 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 5d436b702f..1a141689f1 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 ba0b7c048b..c496e439a7 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 46d0aa4189..3d269facd9 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 7494c0e6d1..1f0ab9f013 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 76f39b2fb0..9b81d157e5 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 a590928d44..57b21835f8 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 2db9989a97..df20109add 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 7b9ebd0c8f..ce5217cbce 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 9b1d84885e..c808470b46 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 2b22921c8b..76fd04b693 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 02e7e376b8..a94360605a 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 9ba96ac0fb..b66679e879 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 0fcf9b17b2..6a1202aee2 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 2e8f25743a..2c69e15377 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 f3d9a6bd32..6a1c4f5bdf 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 3f307a16c8..329b185905 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 8cdf1d1a53..2724c61289 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 b2fdec9ac8..8873c28cb5 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 b61fc02090..7b1b57b149 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 c153566c6a..623ba004b0 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 2c181825ca..214837bde7 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 d7fb5680c1..be54a4a40c 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 7912e3dcf8..c9d9b50c0c 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 79ab8ce5a4..9f296510bf 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 c8945d20a8..f1fc360134 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 2da012cac4..876e291e44 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 d8df62ac47..cbe57d8a9e 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 0b8c91c834..acadc73c44 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 7aa85685b0..af6185aaeb 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 ca77845834..37993f1c43 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 ea1b5ca299..309207436f 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 0e340e3bea..06950471b0 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 37a809c02e..6dce163201 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 5e15231fa9..1c270834d9 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 f0253b5ee7..916781afc6 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 0d7cb4653c..7c013e8721 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 2b90479ed4..c3927eb6df 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 b6b1fdbb2d..c0c66bc51d 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 a594e7104e..078a9d9f46 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 ccb2ac869f..33390dc17b 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 b9fba9cfb0..72cf5832a2 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 189451dd05..0f3dec9c45 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 febbcc5052..da73d04f2c 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 c8f9bc706d..971ce0beff 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 4eb8ee19ca..308f33819a 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 729d189d2f..917ecc6094 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 325b7cae90..9d7ea3b827 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 4ad18aeec2..92ed9740ec 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 072a91a255..4cd63f1fa5 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 a305380107..8b45994b62 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 947bb37eb8..7c0931994e 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 6934ef4ff2..c29e9bfb32 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 0149b88d3d..74643c4e16 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 07295357ae..0b1a1e12b2 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 9327c4e1c3..0f67c1a599 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 fefbce1cc6..9bcf29da14 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 aa4d7bc8b7..f892d3f77b 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 0d4fc02e11..a7774dc961 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 9416a91b29..0d916ed571 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 9e2271baea..48aa18ebd6 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 484d54cbe5..14c1ed1af4 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 daa24bcdad..c3d23b4601 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 39d9898296..fe5c6b0240 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 9bb3a0940c..2fe868808c 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 31f20daeac..f27e2d088d 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 bbfaacc9d2..565fd15540 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 680e0fc1b3..f21407c5ca 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 8c8e444947..ece84e3cb9 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 d0201de309..3ce1172303 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 762a37fd36..b803be5b13 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 6c068915c9..a29f494258 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 ce02af391e..c17b23765d 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 6f2d1a0290..9ee2b52876 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 09d2dac881..6d7567474d 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 8735417115..e24e7f3230 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 79885fee1c..b9d2ad377d 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 03b90fa541..f1771a9c05 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 7b1c714698..e768ec1c5f 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 b6b5d152bf..4dd4d79aa5 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 98e5c39fe9..84dab93057 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 766ac0b655..4634e48e54 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 8e4253e23c..14e95bf77f 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 343bc2bf8c..709a8eec92 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 68c18f657d..bd23f393fb 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 b8a7ba34b3..7bc2d84250 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 232e57de5b..03a82ecf53 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 d78d0b194b..9c485723c2 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 e9ca9e5a49..96c44df1c2 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 59cb4bc18b..8da2e1801b 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 04e4835a5f..a0bc5d4220 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 4da197aacb..a7be38c3ed 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 722acd9f78..60e88f7018 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 cb3bfad1df..6ebc3ee3bc 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 f2aaffc6f0..bb49916538 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 302bc5651b..bced11474f 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 1cf0b74645..d06d864ae0 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 928ffbd407..0d57c72ec6 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 1d1393d7f1..74ff777692 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 de61def4fb..db075922c1 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 bebc498491..45e8ce403e 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 f4833d47f2..9654497197 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 01dfe952df..27e8dfce0e 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 1791fe7832..f138b9dcd0 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 bd96fedb02..06ca88306e 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 ef05f5324c..a4b0d5f6d7 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 691095d833..a3fcf9f4bf 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 c2974ae471..9e92240685 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 ded65edd73..6a31f9dc26 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 0f676a4ac2..d120cb885d 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 11bc38207f..a3bc1329eb 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 291b4ba683..971f330f33 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 c10ae45669..b87d6d21f3 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 cbe7670b76..dcce25d115 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 ef0cf9ca92..96d226687f 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 680b10443a..d54a05a8f7 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 70e487f01e..016cd2e752 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 02465e6d41..7f6f79135f 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 1bfd281180..08b027c2cf 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 26cde50cc7..22158cabb0 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 8297c28d44..b4cc0953ae 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 272dbbe4ea..18c63c5569 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 86a4a439ff..5871ce2f28 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 195f46a954..a724e368f5 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 b5383a14cd..608256e854 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 949dafc154..a19946a489 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 89b16a074c..b43089509c 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 28fb60469f..2f0d4a2290 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 f18b07424a..0beb2a4f77 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 98bb28005a..f1c70f0962 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 a92a9086f8..c661f8afbf 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 f14c7f0826..ffb1bac180 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 6ac238f42b..af7bbbf989 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 6ad9e2fa6e..2493a552f4 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 c55cc0f66b..fdca9fd95f 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 ce97293994..98f9be044d 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 5a130e37fa..67a45cc78d 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 22ba7e6a07..2c823c3dbf 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 baf1f6687f..c62abcc105 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 2430df93a3..0d8ed2583d 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 94adcb91d3..8642a5a6b2 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 a118b22d54..748f8c7a17 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 a0cb9c0e30..6ab9f09e70 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 90ee207852..9ed8472b55 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 923623ac5d..583075e196 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 5bd16b7080..0164dd2e6d 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 bd84ef85fa..cb86367d91 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 39dcec7d09..6aa12ecb53 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 4d3133cc2c..85a1be252d 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 a95e586845..0abcfa3b00 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 e68d2d2a68..689ba44efe 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 c8a295e2c1..b8c4158375 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 428b5a9197..7eee059251 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 ec1dfdca45..d7c3cb4a62 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 06fbf820e3..727cc5d547 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 f81aa97146..4e4774e850 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 7b0db8446d..b2aa586d07 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 b7aa2c7a19..6d888ba6fa 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 d14abb1131..108743a6d4 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 4532c838bc..053e48723a 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 62e1763d1c..4769e82a2f 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 1f1d3f191f..acb838bd2b 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 3c1afa95a2..e809a0b348 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 03a865f1aa..68e63a1cc9 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 f77c67b653..200f803f2f 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 88f1774ae9..ddf5602017 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 990d9a53d8..dfb983aeb4 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 e43eeca8ea..1e9204aff1 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 eb008c0ab7..358934d048 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 70801f955a..81890e94d0 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 48f7df84fd..5802274000 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 1f9b9f945e..85e7fe56f3 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 e016a22e68..beb23b71e4 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 170c1ca6c5..1e04295a28 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 2a6f5110ad..90865dc744 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 055495f388..1029739233 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 ae2eb668bc..93c8a2811e 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 e7da1edd5e..fc4f7765a1 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 6b50ef62e8..fbd2136518 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 ab47856d2a..21647fce42 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 03a53e5a78..44bc390b0d 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 e7e8876e07..ef6ebb69d7 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 f8a1f186fa..a0f153bff3 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 c1feb09180..21d652da73 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 904863176f..44824e4e65 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 42041003fe..fef88048b7 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 5bd39d06ca..63b99b8aea 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 96170a09a7..9d155f43ae 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 3df30771fc..44d79bc801 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 634c2d4cea..942442e8ee 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 bbe0ea019f..b26887b227 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 7c4bb4a425..548046dafe 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 2c0feb987d..c46798b4ff 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 63b29d074d..3de9245948 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 b2899eb7a5..776e70633f 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 b83bd4c23d..fabff89820 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 0053fa3673..c16ea68524 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 c60a51d61c..5ba5961f6b 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 3b117c0a2a..5c58fd8fb3 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 66d9a2630c..d8024175aa 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 8b20dcc2dc..84b9777a50 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 c4f2a23e5b..e5d82c3a8e 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 0e04332e43..bc8ebc2c33 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 e9e1060f88..5c95f2a182 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 f3921325da..6df4b4096e 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 3fd11d5235..3362176994 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 1a2b11b7f3..fd55c1fde0 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 0659b48b7f..0b757d9d7f 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 a700b310dc..63593a52af 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 0a56bbbe57..d94b7d0ca0 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 047f2de29c..0757870d1e 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 de57df4584..f685f1d21a 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 d8067771f3..93beb7c0bf 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 e1bf4f965d..ed940e5391 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 68f102ee90..2fd1f1e3bc 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 b39a0b8037..3b19076c7b 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 add0f8faf6..0ed2a2c689 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 857740fd15..6d72a0661c 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 fb835af3f1..fd2c76a31b 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 dccdb46841..f7c90a8d0f 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 3c3b356a7d..b4b4fd2eee 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 bf05a3e85f..faa3d4b297 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 38755c4657..42da2edf28 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 9d41fe012c..08d7ce3f25 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 23acf3755c..45a160c28f 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 e123f71900..df0a7dac02 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 c3fd01a549..affa7aca18 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 b7ec3f6d0f..9abc2623f3 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 8154ca390c..64ea4819e1 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 080e664c69..5592a55dcc 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 d665afa418..75e35db6ad 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 08ebcb47a1..55d8edb763 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 0795f5c9e1..bbf5d01352 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 9a97d63272..04d536ee1b 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 3044734d46..1ddfcb28be 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 be2144b433..1a3464fac5 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 5b6e93f33c..cff3e1cbe4 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 e903239913..16da95ddb4 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 261caf8b35..33f4ba06a1 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 914aa260d2..8605181804 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 c5c0092b60..f76bb07e88 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 1bb3db38d4..c76983c85e 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 aa0fe68e3f..14a6a601a1 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 60361baaf8..c56fc75e00 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 a5e10e049c..35a85be3ee 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 33e3d3e446..e27a95c53b 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 f72020be2f..5a5a33a05d 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 8f1fa62ec4..b4cfab5ca4 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 7916b16eb3..4d9e041129 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 abb1614bf1..04675906fb 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 d3298911fe..ad4aa034aa 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 aaa3749193..d5370012d3 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 ff555aa9e9..5da2e2a785 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 f349a58b63..4231e67c45 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 6d56e2160a..177e816def 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 66331ffc3f..7b2d4dd1f4 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 19c8376f0c..dfb1e219b3 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 1854b8fc5a..a36e76d75f 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 3d4e4b4b57..32eb00eea8 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 722546508d..4787ca8c65 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 843b60298e..10dcc775b7 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 e6ffe93f8a..74a15067d8 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 df3449a04c..383340f90a 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 fe1584e15a..9991de3266 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 42e4718d28..4665016c93 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 8ab6e2ccbc..cd95682f62 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 b7f47213c3..21fc3eb29d 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 480616553d..1c42f5c05a 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 3bf7a362b0..839dc42c2c 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 fffaf53619..93700859dc 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 f897e33e50..52b50e5911 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 0491a91bed..95b720ffc0 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 ad43d662d3..607aeb78bf 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 bb77575fd4..e37603be9e 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 981037e720..7020120387 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 05c259604e..497e7062fc 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 70fbb53bcb..3b13141545 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 14516d0f50..8b1a93381d 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 d8426c8fb2..4874fa85f7 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 2e61b33dd6..06371e6246 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 cb67daa971..6db8275489 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 61188a84ce..be6ff43c83 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 e3d281712a..8496b58ce0 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 6f0bd8574d..444b8c536f 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 693ecba53b..b948bfaa2f 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 65b95a45da..9bc1cf084d 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 fd6bb90571..59bd137c17 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 967b11064c..f3f5e97e21 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 c6641ee81e..f50a4363ea 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 aa713811b1..3e536d32cd 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 9aa0b1a2ed..692795c923 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 e0e79efa31..c1d62b069d 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 bafac1a36b..13fdb6e15c 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 ef00ec28f8..840128f798 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 aab3a60978..718e2fc3c0 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 253f070ccf..fa5d277b5a 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 05eb714aba..d51f1a3d5a 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 e2b1354291..1a1bf50051 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 73d3f97a6b..25576afe98 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 4d479ff455..b15c48a639 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 12d570ab18..4c6baa84f9 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 4924067cd5..80e9bc094f 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 8f0c08db18..1dc8363cb0 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 3ff44ffc5e..f50aad37cf 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 edae5b3065..a877d69b0d 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 571b3edff8..6120ff1e6c 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 42fa063efb..6a8c45c675 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 470a1eb7cf..a607e63147 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 71faae7509..2c50e32976 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 0915c08228..3589912742 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 9de24d8b21..1cb96374fb 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 92ff406778..a29cc1ec97 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 230b66b95b..87711ab43e 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 27555bbdbe..38938a8453 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 f05c828927..afdd613b2e 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 effd3d858b..a78fc80b47 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 1d64a43d09..1de40cbb5a 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 52afc2f880..eacffe08f2 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 96b9f91655..c3b7e6f0fb 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 bc83bfce41..39e6bfcf75 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 509ce68873..5aaf410ae1 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 6ee4085a1f..caef1d07cc 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 5e865a525f..7d424ae94e 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 7101ddd731..652f4ad286 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 e985930098..fc8d700f43 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 edaabd408b..d41e5c74a2 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 64c69aecf2..9683aee75b 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 062b90a3df..220fa90248 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 5de769b996..22a2aa0291 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 b8085727e9..2c49539177 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 5bd1ff1518..2a087db3b1 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 79799eeda5..2441876999 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 ce1a1ed269..ae469f2d5a 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 35b0d63ab3..31b981ff0d 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 a6406ac4ab..44eb8525f8 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 04354f519c..ba0d293dd6 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 2a12cd3fa1..ff5d8de18e 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 41ea940594..6f24e6d616 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 e08156c2dc..9319d65748 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 186c379228..89b1d13608 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 cf87c7ba08..0e2066d24f 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 95bf692f54..7ba6c64e3c 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 96b18b9955..0b77a3ca2a 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 e2e659b311..603e59169b 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 1cbe7cf4e0..d174d779c6 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 904735c800..b394236f85 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 40e4cfde2e..10d7be569b 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 16b71e089f..f7c7fc0419 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 7391f630a6..0d013b5880 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 86f30c1564..771987043c 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 a4a829607e..3e0b0d04a6 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 daa5681dd0..a20a1c0a7b 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 0a37210864..0e9985836a 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 af074f9332..6e01e024c9 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 91a47ab6ef..ecdd6b90fe 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 e05f6a4d9e..f8f07bd2a8 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 30249a163a..fe80659f0b 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 f8646afbba..1d88463f86 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 6b65db5dfc..40ceab952f 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 51cafa74ca..5d39c32fd2 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 195bd42515..34a7e08a5b 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 5870280bce..2c0fe8e84a 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 cb4b9d6992..724f19896e 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 563682a003..211d94ab31 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 db69b86211..367c96701a 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 5924b1cba5..6252e63b9d 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 c5e82d594f..09da0b2a4f 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 521a1e7eee..2e03490ca4 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 e79d3d178e..406efa00e4 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 18f663d0d2..3e12eac57c 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 84d46da018..ae0fc7bd17 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 384b9fc9bf..cb86b2d0cb 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 03a8dfdc28..e105749a05 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 878ad03279..6af8c21778 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 47061054bf..bc71c1afd3 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 e8a99c7b29..ab687ff5c1 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 4ac8f6f8c9..c5f1e162cd 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 477dc87987..86337bff91 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 72182aba3d..d9b3f76f52 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 10d5b99df0..ff6734709b 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 93021781cc..344f185ea5 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 40cd52f570..44d2f88652 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 e4973e9691..bda19c653c 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 66f833efeb..86106ebf5b 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 2926c65f63..e4d2c7eecc 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 32177f3fbd..d9ddfe5f50 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 9c278f4c51..e20955c664 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 b08689080f..62fe546e09 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 cac34cbd6c..c50fec1e4d 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 bee744df0d..bf311f929a 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 0111a92f03..21bc16fd52 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 c54fa86f9c..4ebfcf64c8 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 d62cab7f4d..c92566493f 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 cdadeed576..d57e3c0b75 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 d830b18a90..aaa81d3597 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 70a2c2c3dc..1a14d461e9 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 2a5f435285..a527b61b37 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 c655ef73aa..ae89977bf2 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 abf1a64394..8021f4034d 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 2829530f2b..29d6386e22 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 6688793066..66464bf8cd 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 3774b5711d..c2a076ac81 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 3a49b60256..980882e740 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 dcc63ea1c0..f1c565cfc0 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 bb3e04f5e1..cb2816c2cb 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 cf1523c8b9..aa921ad5b0 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 42f556ad3e..d26d9e4099 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 7a64685c5b..c7a4ff3032 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 0939eb5974..1af925b455 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 46f09a29fd..234037498a 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 92dcbb48e0..e9747d16c1 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 e0269a331d..dda11b2261 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 d074afa339..a740fb14ef 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 303236c149..eb59701c31 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 1c5d1ba3b8..9fbdcc01cb 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 26d947a5ab..8da9fafda7 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 32947954df..2eee68ecd7 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 ecded409e6..9a29167079 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 b5ec074b95..eb607e99c6 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 d70070d8ec..3037c6fdb7 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 282347b3b8..f5ad00bb2b 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 aa6de35839..8a1d8cf57e 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 1e33e3872d..f219e7899c 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 8f1729f5ef..bf9e9614f3 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 67cf12c2b7..a8c76963b5 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 f41cf3776e..72843917c4 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 9fb0c60a52..e71a50d50f 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 152a9e5b30..f95b568f61 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 96ab23ef0f..254f5372f2 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 6d781cb00d..d5d69252be 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 22454cd054..92f59e26d7 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 dead2f16d7..3f636cf240 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 0292d59883..aaef567bc9 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 e745b71dee..8e53ebf8a4 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 e5003eac41..e9c2fa4577 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 1d24b02e8b..30acf5bcdb 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 a893ac4bfb..94f905923b 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 b181a56639..39a1daec35 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 45d662df41..e7647cb6ab 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 391db1589f..138a4236cd 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 60a5cc8c10..b8cffa6ee4 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 77e597a70b..6c32e77ed9 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 5e2bf440d0..26a36a04ca 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 deed747e06..956c44dada 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 c338144841..b1329da663 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 19c2691787..9bd1477328 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 5cdff55b20..c3385712e8 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 b426ca6089..5676f054b1 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 4fb1369cd6..a69fc65165 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 2a4db244af..375fd151ca 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 31adf95fb6..6ffd71bed7 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 51ec4f54a5..5831a957d2 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 66958b0e0b..3543d31b8d 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 63b3fbce26..fbab054fde 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 796aaeca8c..208cd3450c 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 bd38c384f7..a0b9b83b89 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 0b63de3b73..c46342387e 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 c54e18390d..1d79e2b9a3 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 f316ad3f2e..bbb15c6c3f 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 5da826a8e0..cccff138ca 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 2d2b33ed63..ec2d3687ec 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 f414d7e00f..a44dbd360b 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 252e5f73ba..27cd782f4e 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 bb40611a63..e3dbbea469 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 634014ac4f..e8565806de 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 3748068d2d..1862a89bda 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 84fb607ec2..e5d61993bd 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 bab6427398..a2f03884e5 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 e2df8e71ab..66c02f134e 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 528f5f8a7c..4a18dcae5a 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 bc4dd2df29..0e4982be40 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 8fe4f8be47..7b4924b727 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 3a9259ed32..5331bebe43 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 01b353a97b..4d2fac59a3 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 11749d090c..f437a24a3b 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 1f228ce547..d0d2fe4e7c 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 70ccb1bd85..da72f6ef70 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 4702200f50..5b1060bfa4 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 d0b0dcea6f..a8aecd6127 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 15530114fa..72f02e2c3e 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 e63bf676ff..2bd1f7cbd2 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 35548e74f0..7d324b4f32 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 41f02c1de8..474a48fa36 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 bccb89398a..df82ec4264 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 3eda9b2b55..c6187d74d5 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 8bad51c14d..12a657e234 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 41c4b64c6f..c4370f4ce2 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 6dea217e88..2a9e224859 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 8d7c3956cf..7d11a2253a 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 8d34e0d3aa..623e7eeb6f 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 6aee0be1ec..d2e50993c6 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 f045efaa21..6ad991610a 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 1b16c80dae..2210975a48 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 8fdd716160..5979701ecd 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 6e5211ab26..d441d1501e 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 12b5db3e51..6c24ade826 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 891454a9dd..13eb811f26 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 b7d2fd8cac..6dc0d56d02 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 ca82c7346a..87e1a6e74d 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 86fc2e32a2..a445859ec2 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 e53a29a250..f31f64a750 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 e7f0206b28..fcd4ea95b1 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 4d4495cc0f..7e9f9af5a3 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 864981d2c1..1350f4f338 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 96b9748080..1935e3a11b 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 6c46a4d95d..369b8c0403 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 ee0117cbc2..b98a74cdbb 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 7b948076b9..53441f2717 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 b81e5d1746..e5143fa368 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 91a7f9bd19..da05963652 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 4ada21b767..0305e82f8f 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 948d1cd721..92a4a6ea73 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 23278879ae..15d9be7581 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 ba9135f272..8d258613f3 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 9d42c3c2cf..1a13ef9afe 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 11d1e55627..7d21252d98 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 e791016c71..4993cd066e 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 e356f1652d..065e013730 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 f1893111fe..ae4713ec64 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 46ad540e4d..82da27507a 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 91310a1575..1818e19fe0 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 d0eba64b64..9c30daeeb6 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 84d60942d7..11956880a8 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 1cd8afd138..1abce445ec 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 9848f6ebc7..c430a9b188 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 62c6e1e199..d07625d6c4 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 ff3717f365..af22c060a7 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 d4e8540dd2..f7d697341e 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 a38580662f..4c8059cfad 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 5f164f0658..32fae4681b 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 f685d9a03f..42a8141aba 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 3912eeb1c5..85f4a418b9 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 5c0bf0e41e..fcb52f077f 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 1c62dff431..ea10a51049 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 8775876da6..7e6986be01 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 a4b2a8d6a7..3bfd7cf681 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 124dfd3438..b65bbc345b 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 83260dc1bd..dee3fffdce 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 12a216ef0b..fe1c1ace04 100644 Binary files a/linux-command.docset.zip and b/linux-command.docset.zip differ diff --git a/list.html b/list.html index d0100a55eb..3dc0a6b70c 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