diff --git a/c/ab.html b/c/ab.html index 07100b92df..579bfbf4fc 100644 --- a/c/ab.html +++ b/c/ab.html @@ -10,7 +10,7 @@ ab 命令,Linux ab 命令详解:Apache服务器的性能测试工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -164,7 +164,7 @@ name[:port - - + + \ No newline at end of file diff --git a/c/accept.html b/c/accept.html index 61dee1aba8..18bf008c05 100644 --- a/c/accept.html +++ b/c/accept.html @@ -10,7 +10,7 @@ accept 命令,Linux accept 命令详解:指示打印系统接受发往指定目标打印机的打印任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/ack.html b/c/ack.html index 4610b3395b..57b5cfdb5e 100644 --- a/c/ack.html +++ b/c/ack.html @@ -10,7 +10,7 @@ ack 命令,Linux ack 命令详解:比grep好用的文本搜索工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -111,7 +111,7 @@ ack-grep -G hello.py$ hello # 查找匹配正 - - + + \ No newline at end of file diff --git a/c/alias.html b/c/alias.html index a53f162701..dd4f2e1a5c 100644 --- a/c/alias.html +++ b/c/alias.html @@ -10,7 +10,7 @@ alias 命令,Linux alias 命令详解:定义或显示别名。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -144,7 +144,7 @@ - - + + \ No newline at end of file diff --git a/c/apachectl.html b/c/apachectl.html index e111da0350..98af057d48 100644 --- a/c/apachectl.html +++ b/c/apachectl.html @@ -10,7 +10,7 @@ apachectl 命令,Linux apachectl 命令详解:Apache服务器前端控制工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/c/apk.html b/c/apk.html index cee4e6ecc5..05e5831829 100644 --- a/c/apk.html +++ b/c/apk.html @@ -10,7 +10,7 @@ apk 命令,Linux apk 命令详解:Alpine Linux 下的包管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -163,7 +163,7 @@ apk add dropbear - - + + \ No newline at end of file diff --git a/c/apropos.html b/c/apropos.html index cb261049ba..b976bb2456 100644 --- a/c/apropos.html +++ b/c/apropos.html @@ -10,7 +10,7 @@ apropos 命令,Linux apropos 命令详解:在 whatis 数据库中查找字符串 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -105,7 +105,7 @@ w ( - - + + \ No newline at end of file diff --git a/c/apt-get.html b/c/apt-get.html index 13397d42f1..d2ccf53262 100644 --- a/c/apt-get.html +++ b/c/apt-get.html @@ -10,7 +10,7 @@ apt-get 命令,Linux apt-get 命令详解:Debian Linux发行版中的APT软件包管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -42,8 +42,18 @@

apt-get

Debian Linux发行版中的APT软件包管理工具

补充说明

apt-get命令 是Debian Linux发行版中的APT软件包管理工具。所有基于Debian的发行都使用这个包管理系统。deb包可以把一个应用的文件包在一起,大体就如同Windows上的安装文件。

-

语法

apt-get(选项)(参数)
-

选项

-c:指定配置文件。
+

语法

apt-get [OPTION] PACKAGE
+

选项

apt-get install 安装新包
+apt-get remove 卸载已安装的包(保留配置文件)
+apt-get purge 卸载已安装的包(删除配置文件)
+apt-get update 更新软件包列表
+apt-get upgrade 更新所有已安装的包
+apt-get autoremove 卸载已不需要的包依赖
+apt-get dist-upgrade 自动处理依赖包升级
+apt-get autoclean 将已经删除了的软件包的.deb安装文件从硬盘中删除掉
+apt-get clean 删除软件包的安装包
+
+-c:指定配置文件。

参数

  • 管理指令:对APT软件包的管理操作;
  • 软件包:指定要操纵的软件包。
  • @@ -70,6 +80,7 @@

    定期运行这个命令来清除那些已经卸载的软件包的.deb文件。通过这种方式,您可以释放大量的磁盘空间。如果您的需求十分迫切,可以使用apt-get clean以释放更多空间。这个命令会将已安装软件包裹的.deb文件一并删除。大多数情况下您不会再用到这些.debs文件,因此如果您为磁盘空间不足 而感到焦头烂额,这个办法也许值得一试:

    apt-get autoclean
    + - - + + \ No newline at end of file diff --git a/c/apt-key.html b/c/apt-key.html index 1cf8347c20..1afdebc48c 100644 --- a/c/apt-key.html +++ b/c/apt-key.html @@ -10,7 +10,7 @@ apt-key 命令,Linux apt-key 命令详解:管理Debian Linux系统中的软件包密钥 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ apt-key update # 更新本地trusted数据库 - - + + \ No newline at end of file diff --git a/c/apt-sortpkgs.html b/c/apt-sortpkgs.html index 5b17032663..8f5631bdb6 100644 --- a/c/apt-sortpkgs.html +++ b/c/apt-sortpkgs.html @@ -10,7 +10,7 @@ apt-sortpkgs 命令,Linux apt-sortpkgs 命令详解:Debian Linux下对软件包索引文件进行排序的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/aptitude.html b/c/aptitude.html index eaf5137d77..438baf1e21 100644 --- a/c/aptitude.html +++ b/c/aptitude.html @@ -10,7 +10,7 @@ aptitude 命令,Linux aptitude 命令详解:Debian Linux系统中软件包管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ - - + + \ No newline at end of file diff --git a/c/ar.html b/c/ar.html index cb68cc5d9a..fd193a39d1 100644 --- a/c/ar.html +++ b/c/ar.html @@ -10,7 +10,7 @@ ar 命令,Linux ar 命令详解:建立或修改备存文件,或是从备存文件中抽取文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -182,7 +182,7 @@ d.c - - + + \ No newline at end of file diff --git a/c/arch.html b/c/arch.html index 30a1ffd0e7..9093fce29e 100644 --- a/c/arch.html +++ b/c/arch.html @@ -10,7 +10,7 @@ arch 命令,Linux arch 命令详解:显示当前主机的硬件架构类型 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ x86_64 - - + + \ No newline at end of file diff --git a/c/arj.html b/c/arj.html index d7ad5abbb6..02505dd3fc 100644 --- a/c/arj.html +++ b/c/arj.html @@ -10,7 +10,7 @@ arj 命令,Linux arj 命令详解:用于创建和管理.arj压缩包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/arp.html b/c/arp.html index 12c045bdb0..8e4fc325ad 100644 --- a/c/arp.html +++ b/c/arp.html @@ -10,7 +10,7 @@ arp 命令,Linux arp 命令详解:arp 命令用于显示和修改 IP 到 MAC 转换表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -95,7 +95,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 2749935281..8c5e3d4b59 100644 --- a/c/arpd.html +++ b/c/arpd.html @@ -10,7 +10,7 @@ arpd 命令,Linux arpd 命令详解:收集免费ARP信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/arping.html b/c/arping.html index 92213f927e..f5e2c0e21a 100644 --- a/c/arping.html +++ b/c/arping.html @@ -10,7 +10,7 @@ arping 命令,Linux arping 命令详解:通过发送ARP协议报文测试网络 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ Received 8 response - - + + \ No newline at end of file diff --git a/c/arptables.html b/c/arptables.html index f7cbbded1b..9aea043ef4 100644 --- a/c/arptables.html +++ b/c/arptables.html @@ -10,7 +10,7 @@ arptables 命令,Linux arptables 命令详解:管理ARP包过滤规则表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/c/arpwatch.html b/c/arpwatch.html index a0e27bfd2f..589aaf127f 100644 --- a/c/arpwatch.html +++ b/c/arpwatch.html @@ -10,7 +10,7 @@ arpwatch 命令,Linux arpwatch 命令详解:监听网络上ARP的记录 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/as.html b/c/as.html index 41121a4c5b..276af94c47 100644 --- a/c/as.html +++ b/c/as.html @@ -10,7 +10,7 @@ as 命令,Linux as 命令详解:汇编语言编译器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ - - + + \ No newline at end of file diff --git a/c/at.html b/c/at.html index 60f70e6906..3dba0af78b 100644 --- a/c/at.html +++ b/c/at.html @@ -10,7 +10,7 @@ at 命令,Linux at 命令详解:在指定时间执行一个任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -103,7 +103,7 @@ job 8 at 2013 - - + + \ No newline at end of file diff --git a/c/atop.html b/c/atop.html index d5d655d965..72a5f9b339 100644 --- a/c/atop.html +++ b/c/atop.html @@ -10,7 +10,7 @@ atop 命令,Linux atop 命令详解:监控Linux系统资源与进程的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -129,7 +129,7 @@ - - + + \ No newline at end of file diff --git a/c/atq.html b/c/atq.html index ff6c0e8f53..b4d3f4a562 100644 --- a/c/atq.html +++ b/c/atq.html @@ -10,7 +10,7 @@ atq 命令,Linux atq 命令详解:列出当前用户的at任务列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ atq - - + + \ No newline at end of file diff --git a/c/atrm.html b/c/atrm.html index d610e4ff01..926407661c 100644 --- a/c/atrm.html +++ b/c/atrm.html @@ -10,7 +10,7 @@ atrm 命令,Linux atrm 命令详解:删除待执行任务队列中的指定任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ atrm 2 # 删 - - + + \ No newline at end of file diff --git a/c/awk.html b/c/awk.html index 9c99f5385c..058b952e57 100644 --- a/c/awk.html +++ b/c/awk.html @@ -10,7 +10,7 @@ awk 命令,Linux awk 命令详解:文本和数据进行处理的编程语言 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -899,7 +899,7 @@ drwxr-xr-x 95 root root - - + + \ No newline at end of file diff --git a/c/axel.html b/c/axel.html index 6f56b597b7..2ab090d814 100644 --- a/c/axel.html +++ b/c/axel.html @@ -10,7 +10,7 @@ axel 命令,Linux axel 命令详解:多线程下载工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -91,7 +91,7 @@ - - + + \ No newline at end of file diff --git a/c/badblocks.html b/c/badblocks.html index 246f89ebbc..536705b4ac 100644 --- a/c/badblocks.html +++ b/c/badblocks.html @@ -10,7 +10,7 @@ badblocks 命令,Linux badblocks 命令详解:查找磁盘中损坏的区块 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -99,7 +99,7 @@ - - + + \ No newline at end of file diff --git a/c/base64.html b/c/base64.html index 57f1e0004c..25d2bfefdc 100644 --- a/c/base64.html +++ b/c/base64.html @@ -10,7 +10,7 @@ base64 命令,Linux base64 命令详解:base64 编码/解码文件或标准输入输出 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/c/basename.html b/c/basename.html index 4f1b0f1a0b..3b63d45816 100644 --- a/c/basename.html +++ b/c/basename.html @@ -10,7 +10,7 @@ basename 命令,Linux basename 命令详解:打印目录或者文件的基本名称 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/c/batch.html b/c/batch.html index 99d184be3c..89f3691247 100644 --- a/c/batch.html +++ b/c/batch.html @@ -10,7 +10,7 @@ batch 命令,Linux batch 命令详解:在系统不繁忙的时候执行定时任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ job 5 at Sun Apr 28 - - + + \ No newline at end of file diff --git a/c/bc.html b/c/bc.html index a3ee213934..8ce596d48a 100644 --- a/c/bc.html +++ b/c/bc.html @@ -10,7 +10,7 @@ bc 命令,Linux bc 命令详解:算术操作精密运算工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -96,7 +96,7 @@ - - + + \ No newline at end of file diff --git a/c/bg.html b/c/bg.html index 7d0db9f9cd..77e1973db0 100644 --- a/c/bg.html +++ b/c/bg.html @@ -10,7 +10,7 @@ bg 命令,Linux bg 命令详解:将前台终端作业移动到后台运行 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ - - + + \ No newline at end of file diff --git a/c/bind.html b/c/bind.html index 6784350f8a..042076961d 100644 --- a/c/bind.html +++ b/c/bind.html @@ -10,7 +10,7 @@ bind 命令,Linux bind 命令详解:显示或设置键盘按键与其相关的功能 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,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 f1b52f2fd6..5010690a9d 100644 --- a/c/blkid.html +++ b/c/blkid.html @@ -10,7 +10,7 @@ blkid 命令,Linux blkid 命令详解:查看块设备的文件系统类型、LABEL、UUID等信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ Low-level probing options: - - + + \ No newline at end of file diff --git a/c/blockdev.html b/c/blockdev.html index 6e0e88b432..c16d76ef9b 100644 --- a/c/blockdev.html +++ b/c/blockdev.html @@ -10,7 +10,7 @@ blockdev 命令,Linux blockdev 命令详解:从命令行调用区块设备控制程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ - - + + \ No newline at end of file diff --git a/c/bmodinfo.html b/c/bmodinfo.html index f17a98317f..d8ed124708 100644 --- a/c/bmodinfo.html +++ b/c/bmodinfo.html @@ -10,7 +10,7 @@ bmodinfo 命令,Linux bmodinfo 命令详解:显示给定模块的详细信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ depends: scsi_mod - - + + \ No newline at end of file diff --git a/c/break.html b/c/break.html index f485541905..1d9b656f07 100644 --- a/c/break.html +++ b/c/break.html @@ -10,7 +10,7 @@ break 命令,Linux break 命令详解:结束for,while或until循环。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -101,7 +101,7 @@ - - + + \ No newline at end of file diff --git a/c/builtin.html b/c/builtin.html index 6e9540fbfb..3ae77a304a 100644 --- a/c/builtin.html +++ b/c/builtin.html @@ -10,7 +10,7 @@ builtin 命令,Linux builtin 命令详解:执行bash内建命令。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -105,7 +105,7 @@ - - + + \ No newline at end of file diff --git a/c/bunzip2.html b/c/bunzip2.html index be2af73796..854b7951b5 100644 --- a/c/bunzip2.html +++ b/c/bunzip2.html @@ -10,7 +10,7 @@ bunzip2 命令,Linux bunzip2 命令详解:创一个bz2文件压缩包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/bye.html b/c/bye.html index 922e697ea5..e51cba428a 100644 --- a/c/bye.html +++ b/c/bye.html @@ -10,7 +10,7 @@ bye 命令,Linux bye 命令详解:命令用于中断FTP连线并结束程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/c/bzcat.html b/c/bzcat.html index 321fc17623..7366a98a99 100644 --- a/c/bzcat.html +++ b/c/bzcat.html @@ -10,7 +10,7 @@ bzcat 命令,Linux bzcat 命令详解:解压缩指定的.bz2文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/bzcmp.html b/c/bzcmp.html index 2f9e5bab04..a642a5456a 100644 --- a/c/bzcmp.html +++ b/c/bzcmp.html @@ -10,7 +10,7 @@ bzcmp 命令,Linux bzcmp 命令详解:比较两个压缩包中的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/bzdiff.html b/c/bzdiff.html index 27473718ec..fb7810854f 100644 --- a/c/bzdiff.html +++ b/c/bzdiff.html @@ -10,7 +10,7 @@ bzdiff 命令,Linux bzdiff 命令详解:直接比较两个.bz2压缩包中文件的不同 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/bzgrep.html b/c/bzgrep.html index 1888ba241d..32dc6c7b6e 100644 --- a/c/bzgrep.html +++ b/c/bzgrep.html @@ -10,7 +10,7 @@ bzgrep 命令,Linux bzgrep 命令详解:使用正则表达式搜索.bz2压缩包中文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/bzip2.html b/c/bzip2.html index 67b7b11cd1..23e9494b1c 100644 --- a/c/bzip2.html +++ b/c/bzip2.html @@ -10,7 +10,7 @@ bzip2 命令,Linux bzip2 命令详解:将文件压缩成bz2格式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -161,7 +161,7 @@ bzip2: For help, type: `bzip2 --help' - - + + \ No newline at end of file diff --git a/c/bzip2recover.html b/c/bzip2recover.html index d1efc32849..9ad7d8fb5a 100644 --- a/c/bzip2recover.html +++ b/c/bzip2recover.html @@ -10,7 +10,7 @@ bzip2recover 命令,Linux bzip2recover 命令详解:恢复被破坏的.bz2压缩包中的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/c/bzless.html b/c/bzless.html index 575a14cd5b..efe2fd400a 100644 --- a/c/bzless.html +++ b/c/bzless.html @@ -10,7 +10,7 @@ bzless 命令,Linux bzless 命令详解:增强.bz2压缩包查看器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/c/bzmore.html b/c/bzmore.html index e14a8dc180..e16c9c7661 100644 --- a/c/bzmore.html +++ b/c/bzmore.html @@ -10,7 +10,7 @@ bzmore 命令,Linux bzmore 命令详解:查看bzip2压缩过的文本文件的内容 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/c/cal.html b/c/cal.html index 65bba499cc..8c95268fb8 100644 --- a/c/cal.html +++ b/c/cal.html @@ -10,7 +10,7 @@ cal 命令,Linux cal 命令详解:显示当前日历或指定日期的日历 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -105,7 +105,7 @@ - - + + \ No newline at end of file diff --git a/c/cancel.html b/c/cancel.html index b11d3aa3c2..a2029af920 100644 --- a/c/cancel.html +++ b/c/cancel.html @@ -10,7 +10,7 @@ cancel 命令,Linux cancel 命令详解:取消已存在的打印任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/cat.html b/c/cat.html index e104f48bc7..b6d80a6564 100644 --- a/c/cat.html +++ b/c/cat.html @@ -10,7 +10,7 @@ cat 命令,Linux cat 命令详解:连接多个文件并打印到标准输出。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -108,7 +108,7 @@ - - + + \ No newline at end of file diff --git a/c/cd.html b/c/cd.html index f108481ee9..e5199b3174 100644 --- a/c/cd.html +++ b/c/cd.html @@ -10,7 +10,7 @@ cd 命令,Linux cd 命令详解:切换用户当前工作目录。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -116,7 +116,7 @@ - - + + \ No newline at end of file diff --git a/c/cdrecord.html b/c/cdrecord.html index cfc62eb5a9..656da37f86 100644 --- a/c/cdrecord.html +++ b/c/cdrecord.html @@ -10,7 +10,7 @@ cdrecord 命令,Linux cdrecord 命令详解:Linux系统下光盘刻录功能命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ scsibus0: - - + + \ No newline at end of file diff --git a/c/chage.html b/c/chage.html index bb69c85c79..234ea35f2a 100644 --- a/c/chage.html +++ b/c/chage.html @@ -10,7 +10,7 @@ chage 命令,Linux chage 命令详解:修改帐号和密码的有效期限 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -118,7 +118,7 @@ PASS_WARN_AGE 7 - - + + \ No newline at end of file diff --git a/c/chattr.html b/c/chattr.html index 54793b57a7..2c66942f3c 100644 --- a/c/chattr.html +++ b/c/chattr.html @@ -10,7 +10,7 @@ chattr 命令,Linux chattr 命令详解:用来改变文件属性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ u:预防意外删除。 - - + + \ No newline at end of file diff --git a/c/chcon.html b/c/chcon.html index addbf3283f..3687e9eb62 100644 --- a/c/chcon.html +++ b/c/chcon.html @@ -10,7 +10,7 @@ chcon 命令,Linux chcon 命令详解:修改对象(文件)的安全上下文 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,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 913bd1dbad..e674689a6d 100644 --- a/c/chfn.html +++ b/c/chfn.html @@ -10,7 +10,7 @@ chfn 命令,Linux chfn 命令详解:用来改变finger命令显示的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ Home Phone[ - - + + \ No newline at end of file diff --git a/c/chgrp.html b/c/chgrp.html index 3dd6fc657c..06f9f306f6 100644 --- a/c/chgrp.html +++ b/c/chgrp.html @@ -10,7 +10,7 @@ chgrp 命令,Linux chgrp 命令详解:用来变更文件或目录的所属群组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ - - + + \ No newline at end of file diff --git a/c/chkconfig.html b/c/chkconfig.html index b4c0c61b6e..b37ad54365 100644 --- a/c/chkconfig.html +++ b/c/chkconfig.html @@ -10,7 +10,7 @@ chkconfig 命令,Linux chkconfig 命令详解:检查或设置系统的各种服务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -113,7 +113,7 @@ - - + + \ No newline at end of file diff --git a/c/chmod.html b/c/chmod.html index 8fb874f700..413960a022 100644 --- a/c/chmod.html +++ b/c/chmod.html @@ -10,7 +10,7 @@ chmod 命令,Linux chmod 命令详解:用来变更文件或目录的权限 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -137,7 +137,7 @@ - - + + \ No newline at end of file diff --git a/c/chown.html b/c/chown.html index 89c17b7503..962baf1650 100644 --- a/c/chown.html +++ b/c/chown.html @@ -10,7 +10,7 @@ chown 命令,Linux chown 命令详解:用来变更文件或目录的拥有者或所属群组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/c/chpasswd.html b/c/chpasswd.html index 9b7a173c4f..9266c3929a 100644 --- a/c/chpasswd.html +++ b/c/chpasswd.html @@ -10,7 +10,7 @@ chpasswd 命令,Linux chpasswd 命令详解:批量更新用户口令的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/chroot.html b/c/chroot.html index f2ce09fc51..e531a9bbe5 100644 --- a/c/chroot.html +++ b/c/chroot.html @@ -10,7 +10,7 @@ chroot 命令,Linux chroot 命令详解:把根目录换成指定的目的目录 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -114,7 +114,7 @@ libc.so.6 = &am - - + + \ No newline at end of file diff --git a/c/chsh.html b/c/chsh.html index a67153c506..156e1e9e9f 100644 --- a/c/chsh.html +++ b/c/chsh.html @@ -10,7 +10,7 @@ chsh 命令,Linux chsh 命令详解:用来更换登录系统时使用的shell - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -104,7 +104,7 @@ Shell changed. - - + + \ No newline at end of file diff --git a/c/cksum.html b/c/cksum.html index 0bb7a320be..ca5e31ffdd 100644 --- a/c/cksum.html +++ b/c/cksum.html @@ -10,7 +10,7 @@ cksum 命令,Linux cksum 命令详解:检查文件的CRC是否正确 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/clear.html b/c/clear.html index c9017e9a49..53e200691d 100644 --- a/c/clear.html +++ b/c/clear.html @@ -10,7 +10,7 @@ clear 命令,Linux clear 命令详解:清除当前屏幕终端上的任何信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/c/clock.html b/c/clock.html index 33492cb348..df3cb65d01 100644 --- a/c/clock.html +++ b/c/clock.html @@ -10,7 +10,7 @@ clock 命令,Linux clock 命令详解:用于调整 RTC 时间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ - - + + \ No newline at end of file diff --git a/c/clockdiff.html b/c/clockdiff.html index 545efa9bc9..c5cf72379a 100644 --- a/c/clockdiff.html +++ b/c/clockdiff.html @@ -10,7 +10,7 @@ clockdiff 命令,Linux clockdiff 命令详解:检测两台linux主机的时间差 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -91,7 +91,7 @@ rtt min/avg/max/mdev = - - + + \ No newline at end of file diff --git a/c/cmp.html b/c/cmp.html index c10fe302a9..1d14d118e6 100644 --- a/c/cmp.html +++ b/c/cmp.html @@ -10,7 +10,7 @@ cmp 命令,Linux cmp 命令详解:比较两个文件是否有差异 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ testfile testfile1 #有差异:第8字节 - - + + \ No newline at end of file diff --git a/c/col.html b/c/col.html index ab918375db..44707085c3 100644 --- a/c/col.html +++ b/c/col.html @@ -10,7 +10,7 @@ col 命令,Linux col 命令详解:过滤控制字符 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/colrm.html b/c/colrm.html index 8d4f1f8039..307e002737 100644 --- a/c/colrm.html +++ b/c/colrm.html @@ -10,7 +10,7 @@ colrm 命令,Linux colrm 命令详解:删除文件中的指定列 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/comm.html b/c/comm.html index 30f66c05e2..66c5670d12 100644 --- a/c/comm.html +++ b/c/comm.html @@ -10,7 +10,7 @@ comm 命令,Linux comm 命令详解:按行比较两个已排序的文件。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -149,7 +149,7 @@ jjj - - + + \ No newline at end of file diff --git a/c/command.html b/c/command.html index 84ef5a2abe..4f54409a8b 100644 --- a/c/command.html +++ b/c/command.html @@ -10,7 +10,7 @@ command 命令,Linux command 命令详解:调用并执行指定的命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/compress.html b/c/compress.html index 3a81abe9de..c483720bbd 100644 --- a/c/compress.html +++ b/c/compress.html @@ -10,7 +10,7 @@ compress 命令,Linux compress 命令详解:使用Lempress-Ziv编码压缩数据文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -88,7 +88,7 @@ - - + + \ No newline at end of file diff --git a/c/consoletype.html b/c/consoletype.html index 796fb8159c..de8b8db6cd 100644 --- a/c/consoletype.html +++ b/c/consoletype.html @@ -10,7 +10,7 @@ consoletype 命令,Linux consoletype 命令详解:输出已连接的终端类型 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ pty - - + + \ No newline at end of file diff --git a/c/continue.html b/c/continue.html index 9e8bc5ba03..528b2b31dc 100644 --- a/c/continue.html +++ b/c/continue.html @@ -10,7 +10,7 @@ continue 命令,Linux continue 命令详解:结束本次循环,继续执行下一个for,while或until循环。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ - - + + \ No newline at end of file diff --git a/c/convertquota.html b/c/convertquota.html index 399a85b09e..d4a5976da8 100644 --- a/c/convertquota.html +++ b/c/convertquota.html @@ -10,7 +10,7 @@ convertquota 命令,Linux convertquota 命令详解:把老的配额文件转换为新的格式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/cp.html b/c/cp.html index 24a189e568..f99318a305 100644 --- a/c/cp.html +++ b/c/cp.html @@ -10,7 +10,7 @@ cp 命令,Linux cp 命令详解:将源文件或目录复制到目标文件或目录中 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -120,7 +120,7 @@ test1.py test1.py.~1~ test1.py.~2~ - - + + \ No newline at end of file diff --git a/c/cpio.html b/c/cpio.html index bad3b6d092..fd2795a3e2 100644 --- a/c/cpio.html +++ b/c/cpio.html @@ -10,7 +10,7 @@ cpio 命令,Linux cpio 命令详解:用来建立、还原备份档的工具程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -118,7 +118,7 @@ - - + + \ No newline at end of file diff --git a/c/crontab.html b/c/crontab.html index 7dfef494f0..ba7eae30f3 100644 --- a/c/crontab.html +++ b/c/crontab.html @@ -10,7 +10,7 @@ crontab 命令,Linux crontab 命令详解:提交和管理用户的需要周期性执行的任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -149,7 +149,7 @@ - - + + \ No newline at end of file diff --git a/c/csplit.html b/c/csplit.html index e8bff4f04d..e98c170043 100644 --- a/c/csplit.html +++ b/c/csplit.html @@ -10,7 +10,7 @@ csplit 命令,Linux csplit 命令详解:将一个大文件分割成小的碎片文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -105,7 +105,7 @@ server01.log server02.log server03.log server.log - - + + \ No newline at end of file diff --git a/c/cu.html b/c/cu.html index e7620fa251..6dc9266ffa 100644 --- a/c/cu.html +++ b/c/cu.html @@ -10,7 +10,7 @@ cu 命令,Linux cu 命令详解:用于连接另一个系统主机 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ cu -s 38400 - - + + \ No newline at end of file diff --git a/c/cupsdisable.html b/c/cupsdisable.html index 6be905b6eb..311492b163 100644 --- a/c/cupsdisable.html +++ b/c/cupsdisable.html @@ -10,7 +10,7 @@ cupsdisable 命令,Linux cupsdisable 命令详解:停止指定的打印机 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/cupsenable.html b/c/cupsenable.html index 313a6927f4..1b5b59b995 100644 --- a/c/cupsenable.html +++ b/c/cupsenable.html @@ -10,7 +10,7 @@ cupsenable 命令,Linux cupsenable 命令详解:启动指定的打印机 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/curl.html b/c/curl.html index bd9586e99f..3a6320cd26 100644 --- a/c/curl.html +++ b/c/curl.html @@ -10,7 +10,7 @@ curl 命令,Linux curl 命令详解:利用URL规则在命令行下工作的文件传输工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -334,7 +334,7 @@ Total Time: - - + + \ No newline at end of file diff --git a/c/cut.html b/c/cut.html index 870624a50d..8cb2d71f2d 100644 --- a/c/cut.html +++ b/c/cut.html @@ -10,7 +10,7 @@ cut 命令,Linux cut 命令详解:连接文件并打印到标准输出设备上 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -159,7 +159,7 @@ efghijklmnopqrstuvwxyz - - + + \ No newline at end of file diff --git a/c/date.html b/c/date.html index b6aa8811c5..87220c2dd6 100644 --- a/c/date.html +++ b/c/date.html @@ -10,7 +10,7 @@ date 命令,Linux date 命令详解:显示或设置系统时间与日期 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -218,7 +218,7 @@ nmap wangchujiang.com &> /dev/null - - + + \ No newline at end of file diff --git a/c/dd.html b/c/dd.html index 1f0b5d8a45..ea6a9e5502 100644 --- a/c/dd.html +++ b/c/dd.html @@ -10,7 +10,7 @@ dd 命令,Linux dd 命令详解:复制文件并对原文件的内容进行转换和格式化处理 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -136,7 +136,7 @@ wFRAnlkXeBXmWs1MyGEs - - + + \ No newline at end of file diff --git a/c/declare.html b/c/declare.html index 8630a24c12..ec95d2f355 100644 --- a/c/declare.html +++ b/c/declare.html @@ -10,7 +10,7 @@ declare 命令,Linux declare 命令详解:声明变量,设置或显示变量的值和属性。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -231,7 +231,7 @@ test2 - - + + \ No newline at end of file diff --git a/c/depmod.html b/c/depmod.html index be8570c360..d53e83a100 100644 --- a/c/depmod.html +++ b/c/depmod.html @@ -10,7 +10,7 @@ depmod 命令,Linux depmod 命令详解:分析可载入模块的相依性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -97,7 +97,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 61ba8250a7..8b532836ab 100644 --- a/c/df.html +++ b/c/df.html @@ -10,7 +10,7 @@ df 命令,Linux df 命令详解:显示磁盘的相关信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -115,7 +115,7 @@ none 0 - - + + \ No newline at end of file diff --git a/c/dhclient.html b/c/dhclient.html index bbd0cdf827..ec91d5019e 100644 --- a/c/dhclient.html +++ b/c/dhclient.html @@ -10,7 +10,7 @@ dhclient 命令,Linux dhclient 命令详解:动态获取或释放IP地址 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ dhclient #获取IP - - + + \ No newline at end of file diff --git a/c/dhcpd.html b/c/dhcpd.html index 4658ad712e..092a69024c 100644 --- a/c/dhcpd.html +++ b/c/dhcpd.html @@ -10,7 +10,7 @@ dhcpd 命令,Linux dhcpd 命令详解:运行DHCP服务器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ exiting. - - + + \ No newline at end of file diff --git a/c/dhcrelay.html b/c/dhcrelay.html index b42659cff5..eaa267148f 100644 --- a/c/dhcrelay.html +++ b/c/dhcrelay.html @@ -10,7 +10,7 @@ dhcrelay 命令,Linux dhcrelay 命令详解:使用dhcrelay命令可以提供中继DHCP和BOOTP请求 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ Sending on Socket/fallback - - + + \ No newline at end of file diff --git a/c/diff.html b/c/diff.html index 568a235c21..4a15aa2c90 100644 --- a/c/diff.html +++ b/c/diff.html @@ -10,7 +10,7 @@ diff 命令,Linux diff 命令详解:比较给定的两个文件的不同 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -112,7 +112,7 @@ n1,n2 c n3,n4 - - + + \ No newline at end of file diff --git a/c/diff3.html b/c/diff3.html index b850d70b91..de8f78e7ef 100644 --- a/c/diff3.html +++ b/c/diff3.html @@ -10,7 +10,7 @@ diff3 命令,Linux diff3 命令详解:比较3个文件不同的地方 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/c/diffstat.html b/c/diffstat.html index 9b7ed56371..9c153c821d 100644 --- a/c/diffstat.html +++ b/c/diffstat.html @@ -10,7 +10,7 @@ diffstat 命令,Linux diffstat 命令详解:显示diff命令输出信息的柱状图 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ mno - - + + \ No newline at end of file diff --git a/c/dig.html b/c/dig.html index 71968de6d6..708346178c 100644 --- a/c/dig.html +++ b/c/dig.html @@ -10,7 +10,7 @@ dig 命令,Linux dig 命令详解:域名查询工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -104,7 +104,7 @@ jsdig.com. 8 IN NS - - + + \ No newline at end of file diff --git a/c/dircolors.html b/c/dircolors.html index 0cf6695314..004d9f85fa 100644 --- a/c/dircolors.html +++ b/c/dircolors.html @@ -10,7 +10,7 @@ dircolors 命令,Linux dircolors 命令详解:置ls命令在显示目录或文件时所用的色彩 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -181,7 +181,7 @@ STICKY 37; - - + + \ No newline at end of file diff --git a/c/dirname.html b/c/dirname.html index b6a1bf60a4..4f37046a35 100644 --- a/c/dirname.html +++ b/c/dirname.html @@ -10,7 +10,7 @@ dirname 命令,Linux dirname 命令详解:去除文件名中的非目录部分 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/c/dirs.html b/c/dirs.html index e51d194eea..f341119b3d 100644 --- a/c/dirs.html +++ b/c/dirs.html @@ -10,7 +10,7 @@ dirs 命令,Linux dirs 命令详解:显示目录堆栈。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -114,7 +114,7 @@ - - + + \ No newline at end of file diff --git a/c/disown.html b/c/disown.html index 77ad9010af..22bff3634d 100644 --- a/c/disown.html +++ b/c/disown.html @@ -10,7 +10,7 @@ disown 命令,Linux disown 命令详解:从当前的shell中移除作业。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -155,7 +155,7 @@ bash: warning: deleting stopped job 1 with pro - - + + \ No newline at end of file diff --git a/c/dmesg.html b/c/dmesg.html index e1fda573a9..8aa11eee37 100644 --- a/c/dmesg.html +++ b/c/dmesg.html @@ -10,7 +10,7 @@ dmesg 命令,Linux dmesg 命令详解:显示Linux系统启动信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -90,7 +90,7 @@ BIOS-provided physical RAM map: - - + + \ No newline at end of file diff --git a/c/dmidecode.html b/c/dmidecode.html index 6f34a6d7f9..39a5267744 100644 --- a/c/dmidecode.html +++ b/c/dmidecode.html @@ -10,7 +10,7 @@ dmidecode 命令,Linux dmidecode 命令详解:在Linux系统下获取有关硬件方面的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -317,7 +317,7 @@ dmidecode|grep< - - + + \ No newline at end of file diff --git a/c/dnf.html b/c/dnf.html index 7ab8962ab9..2f4a3767ed 100644 --- a/c/dnf.html +++ b/c/dnf.html @@ -10,7 +10,7 @@ dnf 命令,Linux dnf 命令详解:新一代的RPM软件包管理器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -171,7 +171,7 @@ Error: Nothing to do. - - + + \ No newline at end of file diff --git a/c/dnsdomainname.html b/c/dnsdomainname.html index 5aebfbde2f..885b440365 100644 --- a/c/dnsdomainname.html +++ b/c/dnsdomainname.html @@ -10,7 +10,7 @@ dnsdomainname 命令,Linux dnsdomainname 命令详解:定义DNS系统中FQDN名称的域名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ Result: h_addr_list - - + + \ No newline at end of file diff --git a/c/domainname.html b/c/domainname.html index 6c64a9347c..50a22634f7 100644 --- a/c/domainname.html +++ b/c/domainname.html @@ -10,7 +10,7 @@ domainname 命令,Linux domainname 命令详解:显示和设置系统的NIS域名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ www.jsdig.com - - + + \ No newline at end of file diff --git a/c/dos2unix.html b/c/dos2unix.html index 00ce14ff17..07d7d39b57 100644 --- a/c/dos2unix.html +++ b/c/dos2unix.html @@ -10,7 +10,7 @@ dos2unix 命令,Linux dos2unix 命令详解:将DOS格式文本文件转换成Unix格式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -87,7 +87,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 9fa9ff9c29..b22a2b0260 100644 --- a/c/dpkg-deb.html +++ b/c/dpkg-deb.html @@ -10,7 +10,7 @@ dpkg-deb 命令,Linux dpkg-deb 命令详解:Debian Linux下的软件包管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ - - + + \ No newline at end of file diff --git a/c/dpkg-divert.html b/c/dpkg-divert.html index 94d8972bc1..f9d6891459 100644 --- a/c/dpkg-divert.html +++ b/c/dpkg-divert.html @@ -10,7 +10,7 @@ dpkg-divert 命令,Linux dpkg-divert 命令详解:Debian Linux中创建并管理一个转向列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/c/dpkg-preconfigure.html b/c/dpkg-preconfigure.html index 15391b73c4..d75f52364c 100644 --- a/c/dpkg-preconfigure.html +++ b/c/dpkg-preconfigure.html @@ -10,7 +10,7 @@ dpkg-preconfigure 命令,Linux dpkg-preconfigure 命令详解:Debian Linux中软件包安装之前询问问题 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/dpkg-query.html b/c/dpkg-query.html index 96918bc364..4cd6179925 100644 --- a/c/dpkg-query.html +++ b/c/dpkg-query.html @@ -10,7 +10,7 @@ dpkg-query 命令,Linux dpkg-query 命令详解:Debian Linux中软件包的查询工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ - - + + \ No newline at end of file diff --git a/c/dpkg-reconfigure.html b/c/dpkg-reconfigure.html index 263d46f0d4..bde98a886a 100644 --- a/c/dpkg-reconfigure.html +++ b/c/dpkg-reconfigure.html @@ -10,7 +10,7 @@ dpkg-reconfigure 命令,Linux dpkg-reconfigure 命令详解:Debian Linux中重新配制一个已经安装的软件包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/c/dpkg-split.html b/c/dpkg-split.html index 9d47ec5a3f..027ed01d34 100644 --- a/c/dpkg-split.html +++ b/c/dpkg-split.html @@ -10,7 +10,7 @@ dpkg-split 命令,Linux dpkg-split 命令详解:Debian Linux中将大软件包分割成小包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/dpkg-statoverride.html b/c/dpkg-statoverride.html index 7e9dd0bf5b..6e01b27c55 100644 --- a/c/dpkg-statoverride.html +++ b/c/dpkg-statoverride.html @@ -10,7 +10,7 @@ dpkg-statoverride 命令,Linux dpkg-statoverride 命令详解:Debian Linux中覆盖文件的所有权和模式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/c/dpkg-trigger.html b/c/dpkg-trigger.html index 9e8ca4a3a3..15ce6895db 100644 --- a/c/dpkg-trigger.html +++ b/c/dpkg-trigger.html @@ -10,7 +10,7 @@ dpkg-trigger 命令,Linux dpkg-trigger 命令详解:Debian Linux下的软件包触发器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/dpkg.html b/c/dpkg.html index f1a224e8c0..9fb6bf13eb 100644 --- a/c/dpkg.html +++ b/c/dpkg.html @@ -10,7 +10,7 @@ dpkg 命令,Linux dpkg 命令详解:Debian Linux系统上安装、创建和管理软件包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ dpkg --configure package # 配置包 - - + + \ No newline at end of file diff --git a/c/dris.html b/c/dris.html index b5aea3d137..d64f6f0409 100644 --- a/c/dris.html +++ b/c/dris.html @@ -10,7 +10,7 @@ dris 命令,Linux dris 命令详解:显示和清空目录堆栈中的内容 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/dstat.html b/c/dstat.html index 2b9cc5cd5e..42bf16eeaf 100644 --- a/c/dstat.html +++ b/c/dstat.html @@ -10,7 +10,7 @@ dstat 命令,Linux dstat 命令详解:通用的系统资源统计工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -140,7 +140,7 @@ internal: - - + + \ No newline at end of file diff --git a/c/du.html b/c/du.html index aaae45cfa2..170372f97c 100644 --- a/c/du.html +++ b/c/du.html @@ -10,7 +10,7 @@ du 命令,Linux du 命令详解:显示每个文件和目录的磁盘使用空间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -127,7 +127,7 @@ - - + + \ No newline at end of file diff --git a/c/dump.html b/c/dump.html index 3f88130971..40ffc95911 100644 --- a/c/dump.html +++ b/c/dump.html @@ -10,7 +10,7 @@ dump 命令,Linux dump 命令详解:用于备份ext2或者ext3文件系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ - - + + \ No newline at end of file diff --git a/c/e2fsck.html b/c/e2fsck.html index 013a64b394..43cdd558e1 100644 --- a/c/e2fsck.html +++ b/c/e2fsck.html @@ -10,7 +10,7 @@ e2fsck 命令,Linux e2fsck 命令详解:用于检查第二扩展文件系统的完整性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -99,7 +99,7 @@ - - + + \ No newline at end of file diff --git a/c/e2label.html b/c/e2label.html index 191cc149ee..82726525eb 100644 --- a/c/e2label.html +++ b/c/e2label.html @@ -10,7 +10,7 @@ e2label 命令,Linux e2label 命令详解:设置第二扩展文件系统的卷标 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/c/echo.html b/c/echo.html index 77ad6f4830..7cec4ebbd4 100644 --- a/c/echo.html +++ b/c/echo.html @@ -10,7 +10,7 @@ echo 命令,Linux echo 命令详解:输出指定的字符串或者变量 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,7 +98,7 @@ Greed Background - - + + \ No newline at end of file diff --git a/c/ed.html b/c/ed.html index b7b0780c40..f82d2ef11e 100644 --- a/c/ed.html +++ b/c/ed.html @@ -10,7 +10,7 @@ ed 命令,Linux ed 命令详解:单行纯文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ q # 退出ed编辑器。 - - + + \ No newline at end of file diff --git a/c/edquota.html b/c/edquota.html index 099d4cfd12..a984ffbb4b 100644 --- a/c/edquota.html +++ b/c/edquota.html @@ -10,7 +10,7 @@ edquota 命令,Linux edquota 命令详解:用于编辑指定用户或工作组磁盘配额 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -155,7 +155,7 @@ Filesystem blocks quota limit grace - - + + \ No newline at end of file diff --git a/c/egrep.html b/c/egrep.html index d24a7fac3d..f32bfe7ff2 100644 --- a/c/egrep.html +++ b/c/egrep.html @@ -10,7 +10,7 @@ egrep 命令,Linux egrep 命令详解:在文件内查找指定的字符串 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ testfile_2:Linux test - - + + \ No newline at end of file diff --git a/c/eject.html b/c/eject.html index ff07e35afa..4eae0b07d8 100644 --- a/c/eject.html +++ b/c/eject.html @@ -10,7 +10,7 @@ eject 命令,Linux eject 命令详解:用来退出抽取式设备 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/c/elinks.html b/c/elinks.html index 3c3f76ef31..e96eb1ff1c 100644 --- a/c/elinks.html +++ b/c/elinks.html @@ -10,7 +10,7 @@ elinks 命令,Linux elinks 命令详解:纯文本界面的WWW浏览器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/elm.html b/c/elm.html index 15e614b8da..18739d5505 100644 --- a/c/elm.html +++ b/c/elm.html @@ -10,7 +10,7 @@ elm 命令,Linux elm 命令详解:纯文本邮件客户端程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/emacs.html b/c/emacs.html index 89e7e431e6..d6e06cfce2 100644 --- a/c/emacs.html +++ b/c/emacs.html @@ -10,7 +10,7 @@ emacs 命令,Linux emacs 命令详解:功能强大的全屏文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -157,7 +157,7 @@ C-x C-q : 修改buffer的只读属 - - + + \ No newline at end of file diff --git a/c/enable.html b/c/enable.html index 4288450c82..dd8d06e335 100644 --- a/c/enable.html +++ b/c/enable.html @@ -10,7 +10,7 @@ enable 命令,Linux enable 命令详解:启动或禁用shell内建命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -140,7 +140,7 @@ - - + + \ No newline at end of file diff --git a/c/env.html b/c/env.html index 12d8167a08..047df6f8b5 100644 --- a/c/env.html +++ b/c/env.html @@ -10,7 +10,7 @@ env 命令,Linux env 命令详解:显示系统中已存在的环境变量 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ - - + + \ No newline at end of file diff --git a/c/ethtool.html b/c/ethtool.html index b90a478f36..0c9c0c4508 100644 --- a/c/ethtool.html +++ b/c/ethtool.html @@ -10,7 +10,7 @@ ethtool 命令,Linux ethtool 命令详解:显示或修改以太网卡的配置信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -183,7 +183,7 @@ driver: bnx2 version: 1.4.30 firmware-version: 1.8.0.5 bus-info: 0000:09:00.0 - - + + \ No newline at end of file diff --git a/c/ex.html b/c/ex.html index 73e5bb0545..e75ebc9a5a 100644 --- a/c/ex.html +++ b/c/ex.html @@ -10,7 +10,7 @@ ex 命令,Linux ex 命令详解:启动vim编辑器的ex编辑模式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/c/exec.html b/c/exec.html index 5df66398b7..65ac5111f3 100644 --- a/c/exec.html +++ b/c/exec.html @@ -10,7 +10,7 @@ exec 命令,Linux exec 命令详解:调用并执行指定的命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/exit.html b/c/exit.html index 5438aaa395..2983a53b14 100644 --- a/c/exit.html +++ b/c/exit.html @@ -10,7 +10,7 @@ exit 命令,Linux exit 命令详解:退出当前的shell。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -97,7 +97,7 @@ - - + + \ No newline at end of file diff --git a/c/expand.html b/c/expand.html index efd1138623..a11a9e2b64 100644 --- a/c/expand.html +++ b/c/expand.html @@ -10,7 +10,7 @@ expand 命令,Linux expand 命令详解:将文件的制表符转换为空白字符 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/c/export.html b/c/export.html index b7eced80cd..0ddcc24bcb 100644 --- a/c/export.html +++ b/c/export.html @@ -10,7 +10,7 @@ export 命令,Linux export 命令详解:为shell变量或函数设置导出属性。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -177,7 +177,7 @@ - - + + \ No newline at end of file diff --git a/c/exportfs.html b/c/exportfs.html index d75acc410f..8f81f1b320 100644 --- a/c/exportfs.html +++ b/c/exportfs.html @@ -10,7 +10,7 @@ exportfs 命令,Linux exportfs 命令详解:管理NFS共享文件系统列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/expr.html b/c/expr.html index ed4afad85d..d3eaf4211b 100644 --- a/c/expr.html +++ b/c/expr.html @@ -10,7 +10,7 @@ expr 命令,Linux expr 命令详解:一款表达式计算工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/c/false.html b/c/false.html index d4b88f893c..01537f98f7 100644 --- a/c/false.html +++ b/c/false.html @@ -10,7 +10,7 @@ false 命令,Linux false 命令详解:返回状态为失败。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/fc.html b/c/fc.html index 236e5aa0a3..3936dc7071 100644 --- a/c/fc.html +++ b/c/fc.html @@ -10,7 +10,7 @@ fc 命令,Linux fc 命令详解:显示历史列表中的命令或修改指定的历史命令并执行。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -105,7 +105,7 @@ fc -s ~=/ - - + + \ No newline at end of file diff --git a/c/fdisk.html b/c/fdisk.html index 2d586524f6..32dcd306f9 100644 --- a/c/fdisk.html +++ b/c/fdisk.html @@ -10,7 +10,7 @@ fdisk 命令,Linux fdisk 命令详解:查看磁盘使用情况和磁盘分区 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -290,7 +290,7 @@ proc /proc proc defaults - - + + \ No newline at end of file diff --git a/c/fg.html b/c/fg.html index d4b6c8229a..23f6cd0b95 100644 --- a/c/fg.html +++ b/c/fg.html @@ -10,7 +10,7 @@ fg 命令,Linux fg 命令详解:将后台作业移动到前台终端运行 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ - - + + \ No newline at end of file diff --git a/c/fgrep.html b/c/fgrep.html index 200f17cd43..bda895a155 100644 --- a/c/fgrep.html +++ b/c/fgrep.html @@ -10,7 +10,7 @@ fgrep 命令,Linux fgrep 命令详解:为文件搜索文字字符串 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ n:将文件中每行的相对行号置于行前。 - - + + \ No newline at end of file diff --git a/c/file.html b/c/file.html index 9331a903f9..27453d13fb 100644 --- a/c/file.html +++ b/c/file.html @@ -10,7 +10,7 @@ file 命令,Linux file 命令详解:用来探测给定文件的类型 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -101,7 +101,7 @@ lrwxrwxrwx 1 root root - - + + \ No newline at end of file diff --git a/c/find.html b/c/find.html index cdf8e56892..4a04033f01 100644 --- a/c/find.html +++ b/c/find.html @@ -10,7 +10,7 @@ find 命令,Linux find 命令详解:在指定目录下查找文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -239,7 +239,7 @@ - - + + \ No newline at end of file diff --git a/c/findfs.html b/c/findfs.html index 8fde38dca2..7de94da513 100644 --- a/c/findfs.html +++ b/c/findfs.html @@ -10,7 +10,7 @@ findfs 命令,Linux findfs 命令详解:标签或UUID查找文件系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/finger.html b/c/finger.html index 624e6b8335..c5023a9bec 100644 --- a/c/finger.html +++ b/c/finger.html @@ -10,7 +10,7 @@ finger 命令,Linux finger 命令详解:用于查找并显示用户信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ root root *pts/1 Dec 18 - - + + \ No newline at end of file diff --git a/c/firewall-cmd.html b/c/firewall-cmd.html index 8da8b877b6..c76c802707 100644 --- a/c/firewall-cmd.html +++ b/c/firewall-cmd.html @@ -10,7 +10,7 @@ firewall-cmd 命令,Linux firewall-cmd 命令详解:Linux上新用的防火墙软件,跟iptables差不多的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -304,7 +304,7 @@ firewall-cmd --add-forward-port=port - - + + \ No newline at end of file diff --git a/c/fishshell.html b/c/fishshell.html index 9df11cbdc0..c925ae22ce 100644 --- a/c/fishshell.html +++ b/c/fishshell.html @@ -10,7 +10,7 @@ fishshell 命令,Linux fishshell 命令详解:比 bash 更好用的 shell - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -145,7 +145,7 @@ functions # 列出 fish 下定义的函数 - - + + \ No newline at end of file diff --git a/c/fmt.html b/c/fmt.html index b092df04f2..9d803148ef 100644 --- a/c/fmt.html +++ b/c/fmt.html @@ -10,7 +10,7 @@ fmt 命令,Linux fmt 命令详解:读取文件后优化处理并输出 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/fold.html b/c/fold.html index ae4ed2ba33..78d1f916eb 100644 --- a/c/fold.html +++ b/c/fold.html @@ -10,7 +10,7 @@ fold 命令,Linux fold 命令详解:控制文件内容输出时所占用的屏幕宽度 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/fping.html b/c/fping.html index 0800cfb368..33dc055ab0 100644 --- a/c/fping.html +++ b/c/fping.html @@ -10,7 +10,7 @@ fping 命令,Linux fping 命令详解:fping检测主机是否存在 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -103,7 +103,7 @@ yum install fping -y - - + + \ No newline at end of file diff --git a/c/free.html b/c/free.html index 2dfaaa2255..14e1e29778 100644 --- a/c/free.html +++ b/c/free.html @@ -10,7 +10,7 @@ free 命令,Linux free 命令详解:显示内存的使用情况 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -166,7 +166,7 @@ DirectMap1G: 5242880 kB - - + + \ No newline at end of file diff --git a/c/fsck.html b/c/fsck.html index 9142e5df62..71c4e10988 100644 --- a/c/fsck.html +++ b/c/fsck.html @@ -10,7 +10,7 @@ fsck 命令,Linux fsck 命令详解:检查并且试图修复文件系统中的错误 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ - - + + \ No newline at end of file diff --git a/c/ftp.html b/c/ftp.html index 4c15c1d910..c1afc033a4 100644 --- a/c/ftp.html +++ b/c/ftp.html @@ -10,7 +10,7 @@ ftp 命令,Linux ftp 命令详解:用来设置文件系统相关功能 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -117,7 +117,7 @@ ftp> mput *.txt - - + + \ No newline at end of file diff --git a/c/ftpcount.html b/c/ftpcount.html index 2afa587030..d665689c80 100644 --- a/c/ftpcount.html +++ b/c/ftpcount.html @@ -10,7 +10,7 @@ ftpcount 命令,Linux ftpcount 命令详解:显示目前已FTP登入的用户人数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/c/ftpshut.html b/c/ftpshut.html index 2a9352e385..88b30c6ee9 100644 --- a/c/ftpshut.html +++ b/c/ftpshut.html @@ -10,7 +10,7 @@ ftpshut 命令,Linux ftpshut 命令详解:在指定的时间关闭FTP服务器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/ftptop.html b/c/ftptop.html index 0a2984e8f8..7c9412bcd0 100644 --- a/c/ftptop.html +++ b/c/ftptop.html @@ -10,7 +10,7 @@ ftptop 命令,Linux ftptop 命令详解:proftpd服务器的连接状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/ftpwho.html b/c/ftpwho.html index 35c620086c..793c48e53b 100644 --- a/c/ftpwho.html +++ b/c/ftpwho.html @@ -10,7 +10,7 @@ ftpwho 命令,Linux ftpwho 命令详解:显示当前每个ftp会话信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/c/fuser.html b/c/fuser.html index c88f35fd66..6b9ebb6b08 100644 --- a/c/fuser.html +++ b/c/fuser.html @@ -10,7 +10,7 @@ fuser 命令,Linux fuser 命令详解:使用文件或文件结构识别进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ - - + + \ No newline at end of file diff --git a/c/gcc.html b/c/gcc.html index 80330277f1..bd8e8e5aec 100644 --- a/c/gcc.html +++ b/c/gcc.html @@ -10,7 +10,7 @@ gcc 命令,Linux gcc 命令详解:基于C/C++的编译器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ gcc -o testfun.o test.o -o test - - + + \ No newline at end of file diff --git a/c/gcov.html b/c/gcov.html index 4a24880199..9011ba9e43 100644 --- a/c/gcov.html +++ b/c/gcov.html @@ -10,7 +10,7 @@ gcov 命令,Linux gcov 命令详解:测试程序的代码覆盖率的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/gdb.html b/c/gdb.html index 2c4463846c..61780bbf87 100644 --- a/c/gdb.html +++ b/c/gdb.html @@ -10,7 +10,7 @@ gdb 命令,Linux gdb 命令详解:功能强大的程序调试器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -363,7 +363,7 @@ q 退出调试 - - + + \ No newline at end of file diff --git a/c/get_module.html b/c/get_module.html index 9eb59c76e2..e7d2a62719 100644 --- a/c/get_module.html +++ b/c/get_module.html @@ -10,7 +10,7 @@ get_module 命令,Linux get_module 命令详解:获取Linux内核模块的详细信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ Sections: - - + + \ No newline at end of file diff --git a/c/getenforce.html b/c/getenforce.html index 0a803ea1db..6ff90d6c15 100644 --- a/c/getenforce.html +++ b/c/getenforce.html @@ -10,7 +10,7 @@ getenforce 命令,Linux getenforce 命令详解:显示当前SELinux的应用模式,是强制、执行还是停用 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ Enforcing - - + + \ No newline at end of file diff --git a/c/getsebool.html b/c/getsebool.html index f27857ad64..4fe0832beb 100644 --- a/c/getsebool.html +++ b/c/getsebool.html @@ -10,7 +10,7 @@ getsebool 命令,Linux getsebool 命令详解:查询SElinux策略内各项规则的布尔值 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ setsebool -P httpd_enable_homedirs - - + + \ No newline at end of file diff --git a/c/git.html b/c/git.html index f133c3feef..e400d8b5a3 100644 --- a/c/git.html +++ b/c/git.html @@ -10,7 +10,7 @@ git 命令,Linux git 命令详解:是目前世界上最先进的分布式版本控制系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -682,7 +682,7 @@ pick f7f3f6d changed my name a bit - - + + \ No newline at end of file diff --git a/c/gpasswd.html b/c/gpasswd.html index b1bd1fc18b..e34de17f34 100644 --- a/c/gpasswd.html +++ b/c/gpasswd.html @@ -10,7 +10,7 @@ gpasswd 命令,Linux gpasswd 命令详解:Linux下工作组文件的管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ gpasswd -a allen users - - + + \ No newline at end of file diff --git a/c/gpm.html b/c/gpm.html index d4013f482c..e40498e886 100644 --- a/c/gpm.html +++ b/c/gpm.html @@ -10,7 +10,7 @@ gpm 命令,Linux gpm 命令详解:提供文字模式下的滑鼠事件处理 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/grep.html b/c/grep.html index d36e83a4b7..a3aa877d2b 100644 --- a/c/grep.html +++ b/c/grep.html @@ -10,7 +10,7 @@ grep 命令,Linux grep 命令详解:强大的文本搜索工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -218,7 +218,7 @@ b - - + + \ No newline at end of file diff --git a/c/groupadd.html b/c/groupadd.html index b2448fcc48..4395672652 100644 --- a/c/groupadd.html +++ b/c/groupadd.html @@ -10,7 +10,7 @@ groupadd 命令,Linux groupadd 命令详解:用于创建一个新的工作组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/groupdel.html b/c/groupdel.html index 3e5200bc78..30f727dda8 100644 --- a/c/groupdel.html +++ b/c/groupdel.html @@ -10,7 +10,7 @@ groupdel 命令,Linux groupdel 命令详解:用于删除指定的工作组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/groupmod.html b/c/groupmod.html index 21c1d7f06b..7e9ccbab99 100644 --- a/c/groupmod.html +++ b/c/groupmod.html @@ -10,7 +10,7 @@ groupmod 命令,Linux groupmod 命令详解:更改群组识别码或名称 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/groups.html b/c/groups.html index 72c5dc8475..acf885d278 100644 --- a/c/groups.html +++ b/c/groups.html @@ -10,7 +10,7 @@ groups 命令,Linux groups 命令详解:打印指定用户所在组的名称。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ linux : linux adm dialout cdrom pl - - + + \ No newline at end of file diff --git a/c/grpck.html b/c/grpck.html index b9c294774d..26a66c6556 100644 --- a/c/grpck.html +++ b/c/grpck.html @@ -10,7 +10,7 @@ grpck 命令,Linux grpck 命令详解:用于验证组文件的完整性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ grpck: the files have been updated # 这时已经 - - + + \ No newline at end of file diff --git a/c/grpconv.html b/c/grpconv.html index 5934e31820..e84fc9e3c7 100644 --- a/c/grpconv.html +++ b/c/grpconv.html @@ -10,7 +10,7 @@ grpconv 命令,Linux grpconv 命令详解:用来开启群组的投影密码 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ cdy:123456:: # 已经移到影子文件了 - - + + \ No newline at end of file diff --git a/c/grpunconv.html b/c/grpunconv.html index 2e57b6a595..1fdc3b831d 100644 --- a/c/grpunconv.html +++ b/c/grpunconv.html @@ -10,7 +10,7 @@ grpunconv 命令,Linux grpunconv 命令详解:用来关闭群组的投影密码 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ cdy:123456:1000: - - + + \ No newline at end of file diff --git a/c/grub.html b/c/grub.html index 42494c1442..d044b574bc 100644 --- a/c/grub.html +++ b/c/grub.html @@ -10,7 +10,7 @@ grub 命令,Linux grub 命令详解:多重引导程序grub的命令行shell工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -96,7 +96,7 @@ boot - - + + \ No newline at end of file diff --git a/c/gunzip.html b/c/gunzip.html index a969872020..9eeca17a07 100644 --- a/c/gunzip.html +++ b/c/gunzip.html @@ -10,7 +10,7 @@ gunzip 命令,Linux gunzip 命令详解:用来解压缩文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ compressed uncompressed ratio uncompressed_name - - + + \ No newline at end of file diff --git a/c/gzexe.html b/c/gzexe.html index b592058cbf..b1b31ad936 100644 --- a/c/gzexe.html +++ b/c/gzexe.html @@ -10,7 +10,7 @@ gzexe 命令,Linux gzexe 命令详解:用来压缩可执行文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/c/gzip.html b/c/gzip.html index d0516ff754..aa6e1346b9 100644 --- a/c/gzip.html +++ b/c/gzip.html @@ -10,7 +10,7 @@ gzip 命令,Linux gzip 命令详解:用来压缩文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ - - + + \ No newline at end of file diff --git a/c/halt.html b/c/halt.html index 628c7f2c50..4b51a4963a 100644 --- a/c/halt.html +++ b/c/halt.html @@ -10,7 +10,7 @@ halt 命令,Linux halt 命令详解:关闭正在运行的Linux操作系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/hdparm.html b/c/hdparm.html index 616d96cc80..16ea987d3d 100644 --- a/c/hdparm.html +++ b/c/hdparm.html @@ -10,7 +10,7 @@ hdparm 命令,Linux hdparm 命令详解:显示与设定硬盘的参数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -130,7 +130,7 @@ hdparm -m #参数值为整数值如8 /dev/sda - - + + \ No newline at end of file diff --git a/c/head.html b/c/head.html index f9296736c5..e7d0288a5d 100644 --- a/c/head.html +++ b/c/head.html @@ -10,7 +10,7 @@ head 命令,Linux head 命令详解:显示文件的开头部分。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -131,7 +131,7 @@ T、P、E、Z、Y等以此类推。 - - + + \ No newline at end of file diff --git a/c/help.html b/c/help.html index b1d3fdc30a..d610efaba1 100644 --- a/c/help.html +++ b/c/help.html @@ -10,7 +10,7 @@ help 命令,Linux help 命令详解:该命令是bash内建命令,用于显示bash内建命令的帮助信息。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ shopt: shopt - - + + \ No newline at end of file diff --git a/c/hexdump.html b/c/hexdump.html index a51cfb0017..e54a5cd847 100644 --- a/c/hexdump.html +++ b/c/hexdump.html @@ -10,7 +10,7 @@ hexdump 命令,Linux hexdump 命令详解:显示文件十六进制格式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -90,7 +90,7 @@ - - + + \ No newline at end of file diff --git a/c/history.html b/c/history.html index 431ff0ef5e..8e96d4cc2c 100644 --- a/c/history.html +++ b/c/history.html @@ -10,7 +10,7 @@ history 命令,Linux history 命令详解:显示或操作历史列表。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -112,7 +112,7 @@ - - + + \ No newline at end of file diff --git a/c/host.html b/c/host.html index 03a1c303b7..026bd61a58 100644 --- a/c/host.html +++ b/c/host.html @@ -10,7 +10,7 @@ host 命令,Linux host 命令详解:常用的分析域名查询工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ Received 54 bytes from - - + + \ No newline at end of file diff --git a/c/hostid.html b/c/hostid.html index 007f853da0..677e947338 100644 --- a/c/hostid.html +++ b/c/hostid.html @@ -10,7 +10,7 @@ hostid 命令,Linux hostid 命令详解:显示当前主机的十六进制数字标识。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/hostname.html b/c/hostname.html index 342ec930fe..6baa20eb6f 100644 --- a/c/hostname.html +++ b/c/hostname.html @@ -10,7 +10,7 @@ hostname 命令,Linux hostname 命令详解:显示和设置系统的主机名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ AY1307311912260196fcZ - - + + \ No newline at end of file diff --git a/c/hping3.html b/c/hping3.html index cdb3faa114..293b450b83 100644 --- a/c/hping3.html +++ b/c/hping3.html @@ -10,7 +10,7 @@ hping3 命令,Linux hping3 命令详解:测试网络及主机的安全 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -145,7 +145,7 @@ hping3 192.168.10.44 -p53 -d - - + + \ No newline at end of file diff --git a/c/htdigest.html b/c/htdigest.html index 8ee30ef562..88cda13436 100644 --- a/c/htdigest.html +++ b/c/htdigest.html @@ -10,7 +10,7 @@ htdigest 命令,Linux htdigest 命令详解:Apache服务器内置工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/htop.html b/c/htop.html index 688adad72c..8557dcb1e9 100644 --- a/c/htop.html +++ b/c/htop.html @@ -10,7 +10,7 @@ htop 命令,Linux htop 命令详解:[非内部命令]一个互动的进程查看器,可以动态观察系统进程状况 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -129,7 +129,7 @@ P:按CPU排序
    T:按运行时间排序

    - - + + \ No newline at end of file diff --git a/c/htpasswd.html b/c/htpasswd.html index 84b96b4ac5..fee5f8e4f9 100644 --- a/c/htpasswd.html +++ b/c/htpasswd.html @@ -10,7 +10,7 @@ htpasswd 命令,Linux htpasswd 命令详解:apache服务器创建密码认证文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -92,7 +92,7 @@ htpasswd -b .passwd Jack 123456 - - + + \ No newline at end of file diff --git a/c/hwclock.html b/c/hwclock.html index de2b10099b..223705c993 100644 --- a/c/hwclock.html +++ b/c/hwclock.html @@ -10,7 +10,7 @@ hwclock 命令,Linux hwclock 命令详解:显示与设定硬件时钟 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -90,7 +90,7 @@ hwclock --systohc –-utc - - + + \ No newline at end of file diff --git a/c/iconv.html b/c/iconv.html index 1f24cb907c..d1c56714b7 100644 --- a/c/iconv.html +++ b/c/iconv.html @@ -10,7 +10,7 @@ iconv 命令,Linux iconv 命令详解:转换文件的编码方式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/c/id.html b/c/id.html index 2af460137f..134b167d6c 100644 --- a/c/id.html +++ b/c/id.html @@ -10,7 +10,7 @@ id 命令,Linux id 命令详解:打印真实以及有效的用户和所在组的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -113,7 +113,7 @@ - - + + \ No newline at end of file diff --git a/c/ifcfg.html b/c/ifcfg.html index 7809fedec1..3703a0ee64 100644 --- a/c/ifcfg.html +++ b/c/ifcfg.html @@ -10,7 +10,7 @@ ifcfg 命令,Linux ifcfg 命令详解:置Linux中的网络接口参数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ Stop:停用指定的网络接口的IP地址。 - - + + \ No newline at end of file diff --git a/c/ifconfig.html b/c/ifconfig.html index 3cd5f75ecb..585c50acaf 100644 --- a/c/ifconfig.html +++ b/c/ifconfig.html @@ -10,7 +10,7 @@ ifconfig 命令,Linux ifconfig 命令详解:配置和显示Linux系统网卡的网络参数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -135,7 +135,7 @@ lo Link encap:Local Loopback - - + + \ No newline at end of file diff --git a/c/ifdown.html b/c/ifdown.html index 16691e2327..91960a3a43 100644 --- a/c/ifdown.html +++ b/c/ifdown.html @@ -10,7 +10,7 @@ ifdown 命令,Linux ifdown 命令详解:禁用指定的网络接口 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/c/ifstat.html b/c/ifstat.html index 2004aa8f5f..9dbd5918b8 100644 --- a/c/ifstat.html +++ b/c/ifstat.html @@ -10,7 +10,7 @@ ifstat 命令,Linux ifstat 命令详解:统计网络接口流量状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -112,7 +112,7 @@ HH:MM:ss KB/s in KB/s out KB/s - - + + \ No newline at end of file diff --git a/c/iftop.html b/c/iftop.html index 274e95a0d0..c062a4a868 100644 --- a/c/iftop.html +++ b/c/iftop.html @@ -10,7 +10,7 @@ iftop 命令,Linux iftop 命令详解:一款实时流量监控工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -112,7 +112,7 @@ iftop -F 192.168.1.0/24 or - - + + \ No newline at end of file diff --git a/c/ifup.html b/c/ifup.html index d12daf29e2..ce80b30c1e 100644 --- a/c/ifup.html +++ b/c/ifup.html @@ -10,7 +10,7 @@ ifup 命令,Linux ifup 命令详解:激活指定的网络接口 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/c/indent.html b/c/indent.html index 669fd3ce23..f4fde094ea 100644 --- a/c/indent.html +++ b/c/indent.html @@ -10,7 +10,7 @@ indent 命令,Linux indent 命令详解:格式化C语言的源文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -124,7 +124,7 @@ indent(选项) - - + + \ No newline at end of file diff --git a/c/info.html b/c/info.html index fa4aa343d2..397b75f50d 100644 --- a/c/info.html +++ b/c/info.html @@ -10,7 +10,7 @@ info 命令,Linux info 命令详解:Linux下info格式的帮助指令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -108,7 +108,7 @@ - - + + \ No newline at end of file diff --git a/c/init.html b/c/init.html index 1230d51caa..ca71f138db 100644 --- a/c/init.html +++ b/c/init.html @@ -10,7 +10,7 @@ init 命令,Linux init 命令详解:init进程是所有Linux进程的父进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/c/inotifywait.html b/c/inotifywait.html index cc65042d17..43b5c80ff3 100644 --- a/c/inotifywait.html +++ b/c/inotifywait.html @@ -10,7 +10,7 @@ inotifywait 命令,Linux inotifywait 命令详解:异步文件系统监控机制 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -174,7 +174,7 @@ total 0 - - + + \ No newline at end of file diff --git a/c/insmod.html b/c/insmod.html index 7f466f7c4b..4ab6623108 100644 --- a/c/insmod.html +++ b/c/insmod.html @@ -10,7 +10,7 @@ insmod 命令,Linux insmod 命令详解:将给定的模块加载到内核中 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ raid1 25153 - - + + \ No newline at end of file diff --git a/c/install.html b/c/install.html index b52ac085ab..4c244eb7c3 100644 --- a/c/install.html +++ b/c/install.html @@ -10,7 +10,7 @@ install 命令,Linux install 命令详解:安装或升级软件或备份数据 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -99,7 +99,7 @@ - - + + \ No newline at end of file diff --git a/c/iostat.html b/c/iostat.html index a33dc127a8..98d49eaec3 100644 --- a/c/iostat.html +++ b/c/iostat.html @@ -10,7 +10,7 @@ iostat 命令,Linux iostat 命令详解:监视系统输入输出设备和CPU的使用情况 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -157,7 +157,7 @@ sda1 0.02 - - + + \ No newline at end of file diff --git a/c/iotop.html b/c/iotop.html index 192340c144..168a381065 100644 --- a/c/iotop.html +++ b/c/iotop.html @@ -10,7 +10,7 @@ iotop 命令,Linux iotop 命令详解:用来监视磁盘I/O使用状况的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ python setup.py install - - + + \ No newline at end of file diff --git a/c/ip.html b/c/ip.html index a2b8adefbd..e8df76ceda 100644 --- a/c/ip.html +++ b/c/ip.html @@ -10,7 +10,7 @@ ip 命令,Linux ip 命令详解:网络配置工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -152,7 +152,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 0452b27f29..bc1501f9de 100644 --- a/c/ip6tables-restore.html +++ b/c/ip6tables-restore.html @@ -10,7 +10,7 @@ ip6tables-restore 命令,Linux ip6tables-restore 命令详解:还原ip6tables表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/c/ip6tables-save.html b/c/ip6tables-save.html index d4951d9ddc..ee21e104de 100644 --- a/c/ip6tables-save.html +++ b/c/ip6tables-save.html @@ -10,7 +10,7 @@ ip6tables-save 命令,Linux ip6tables-save 命令详解:保存ip6tables表配置 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/c/ip6tables.html b/c/ip6tables.html index d71a013503..38e9a5c629 100644 --- a/c/ip6tables.html +++ b/c/ip6tables.html @@ -10,7 +10,7 @@ ip6tables 命令,Linux ip6tables 命令详解:linux中防火墙软件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -188,7 +188,7 @@ num pkts bytes target prot opt in o - - + + \ No newline at end of file diff --git a/c/ipcalc.html b/c/ipcalc.html index b554b02620..771c7b444b 100644 --- a/c/ipcalc.html +++ b/c/ipcalc.html @@ -10,7 +10,7 @@ ipcalc 命令,Linux ipcalc 命令详解:简单的IP地址计算器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -90,7 +90,7 @@ - - + + \ No newline at end of file diff --git a/c/ipcrm.html b/c/ipcrm.html index 3c12662fef..958b814f0c 100644 --- a/c/ipcrm.html +++ b/c/ipcrm.html @@ -10,7 +10,7 @@ ipcrm 命令,Linux ipcrm 命令详解:删除消息队列、信号集、或者共享内存标识 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/ipcs.html b/c/ipcs.html index ca81505441..220a85dd10 100644 --- a/c/ipcs.html +++ b/c/ipcs.html @@ -10,7 +10,7 @@ ipcs 命令,Linux ipcs 命令详解:分析消息队列共享内存和信号量 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,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 5fddfe933e..657d2692a7 100644 --- a/c/iperf.html +++ b/c/iperf.html @@ -10,7 +10,7 @@ iperf 命令,Linux iperf 命令详解:网络性能测试工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -258,7 +258,7 @@ $ iperf -c -F - - + + \ No newline at end of file diff --git a/c/iptables-restore.html b/c/iptables-restore.html index 0851d5f1f2..2774406858 100644 --- a/c/iptables-restore.html +++ b/c/iptables-restore.html @@ -10,7 +10,7 @@ iptables-restore 命令,Linux iptables-restore 命令详解:还原iptables表的配置 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/iptables-save.html b/c/iptables-save.html index 8bb54aa31f..56c6e9ebd8 100644 --- a/c/iptables-save.html +++ b/c/iptables-save.html @@ -10,7 +10,7 @@ iptables-save 命令,Linux iptables-save 命令详解:备份iptables的表配置 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ COMMIT - - + + \ No newline at end of file diff --git a/c/iptables.html b/c/iptables.html index fea3412908..8ee2d132e6 100644 --- a/c/iptables.html +++ b/c/iptables.html @@ -10,7 +10,7 @@ iptables 命令,Linux iptables 命令详解:Linux上常用的防火墙软件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -473,7 +473,7 @@ iptables -I INPUT -m limit --limit 3/hour --li - - + + \ No newline at end of file diff --git a/c/iptraf.html b/c/iptraf.html index dcbcbfd2c9..64784afe3a 100644 --- a/c/iptraf.html +++ b/c/iptraf.html @@ -10,7 +10,7 @@ iptraf 命令,Linux iptraf 命令详解:实时地监视网卡流量 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/c/iptstate.html b/c/iptstate.html index 44ce663349..48abc69474 100644 --- a/c/iptstate.html +++ b/c/iptstate.html @@ -10,7 +10,7 @@ iptstate 命令,Linux iptstate 命令详解:显示iptables的工作状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/ispell.html b/c/ispell.html index b6ac87c380..8a9f67749b 100644 --- a/c/ispell.html +++ b/c/ispell.html @@ -10,7 +10,7 @@ ispell 命令,Linux ispell 命令详解:检查文件中出现的拼写错误 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/c/jed.html b/c/jed.html index b1f7fbedd5..0f3aa00149 100644 --- a/c/jed.html +++ b/c/jed.html @@ -10,7 +10,7 @@ jed 命令,Linux jed 命令详解:主要用于编辑代码的编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ unset_setkey ( - - + + \ No newline at end of file diff --git a/c/jobs.html b/c/jobs.html index 73143958e8..b4806adc18 100644 --- a/c/jobs.html +++ b/c/jobs.html @@ -10,7 +10,7 @@ jobs 命令,Linux jobs 命令详解:显示作业的状态。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -117,7 +117,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 ab4307dfc0..2380cbf031 100644 --- a/c/joe.html +++ b/c/joe.html @@ -10,7 +10,7 @@ joe 命令,Linux joe 命令详解:强大的纯文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ - - + + \ No newline at end of file diff --git a/c/join.html b/c/join.html index 7e1a86d595..1c04505b03 100644 --- a/c/join.html +++ b/c/join.html @@ -10,7 +10,7 @@ join 命令,Linux join 命令详解:两个文件中指定栏位内容相同的行连接起来 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/c/jwhois.html b/c/jwhois.html index 6e4b116f93..70a2aa1c96 100644 --- a/c/jwhois.html +++ b/c/jwhois.html @@ -10,7 +10,7 @@ jwhois 命令,Linux jwhois 命令详解:whois 客户端服务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -97,7 +97,7 @@ Registrar WHOIS Server: whois.west263.com - - + + \ No newline at end of file diff --git a/c/kernelversion.html b/c/kernelversion.html index 7ba2df125b..5463ae0a2b 100644 --- a/c/kernelversion.html +++ b/c/kernelversion.html @@ -10,7 +10,7 @@ kernelversion 命令,Linux kernelversion 命令详解:打印当前内核的主版本号 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -66,7 +66,7 @@ - - + + \ No newline at end of file diff --git a/c/kexec.html b/c/kexec.html index 6bd5950ca9..49207befdd 100644 --- a/c/kexec.html +++ b/c/kexec.html @@ -10,7 +10,7 @@ kexec 命令,Linux kexec 命令详解:从当前正在运行的内核引导到一个新内核 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/kill.html b/c/kill.html index 2855c232ba..0327a3cc16 100644 --- a/c/kill.html +++ b/c/kill.html @@ -10,7 +10,7 @@ kill 命令,Linux kill 命令详解:发送信号到进程。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -209,7 +209,7 @@ STOP 19 暂停(同 Ctrl + Z) - - + + \ No newline at end of file diff --git a/c/killall.html b/c/killall.html index 30a1facc5e..5a7b93a3f5 100644 --- a/c/killall.html +++ b/c/killall.html @@ -10,7 +10,7 @@ killall 命令,Linux killall 命令详解:使用进程的名称来杀死一组进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/c/last.html b/c/last.html index 818ce3c1d1..4a21a56186 100644 --- a/c/last.html +++ b/c/last.html @@ -10,7 +10,7 @@ last 命令,Linux last 命令详解:列出目前与过去登入系统的用户相关信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -88,7 +88,7 @@ root pts/0 221.6.45.34 Mon Dec - - + + \ No newline at end of file diff --git a/c/lastb.html b/c/lastb.html index b4e747b199..332af98c4f 100644 --- a/c/lastb.html +++ b/c/lastb.html @@ -10,7 +10,7 @@ lastb 命令,Linux lastb 命令详解:列出登入系统失败的用户相关信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ admin ssh:notty 129.171.193.99 Mon Dec - - + + \ No newline at end of file diff --git a/c/lastlog.html b/c/lastlog.html index 665427025f..f8381d2d82 100644 --- a/c/lastlog.html +++ b/c/lastlog.html @@ -10,7 +10,7 @@ lastlog 命令,Linux lastlog 命令详解:显示系统中所有用户最近一次登录信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -97,7 +97,7 @@ mysql **Never logged in** - - + + \ No newline at end of file diff --git a/c/ld.html b/c/ld.html index 6bfb7f1543..273e31aa43 100644 --- a/c/ld.html +++ b/c/ld.html @@ -10,7 +10,7 @@ ld 命令,Linux ld 命令详解:将目标文件连接为可执行程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,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 96b4078e15..73a4f0b361 100644 --- a/c/ldconfig.html +++ b/c/ldconfig.html @@ -10,7 +10,7 @@ ldconfig 命令,Linux ldconfig 命令详解:动态链接库管理命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ - - + + \ No newline at end of file diff --git a/c/ldd.html b/c/ldd.html index f6313cda1c..bfebc12d67 100644 --- a/c/ldd.html +++ b/c/ldd.html @@ -10,7 +10,7 @@ ldd 命令,Linux ldd 命令详解:打印程序或者库文件所依赖的共享库列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/c/less.html b/c/less.html index 64f3fbc22c..30af61f6d2 100644 --- a/c/less.html +++ b/c/less.html @@ -10,7 +10,7 @@ less 命令,Linux less 命令详解:分屏上下翻页浏览文件内容 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/let.html b/c/let.html index 08a97e3dd5..e862b60c1e 100644 --- a/c/let.html +++ b/c/let.html @@ -10,7 +10,7 @@ let 命令,Linux let 命令详解:简单的计算器,执行算术表达式。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -205,7 +205,7 @@ bash:3:command not found... - - + + \ No newline at end of file diff --git a/c/lftp.html b/c/lftp.html index 02c9ed0fd4..71fe112ea0 100644 --- a/c/lftp.html +++ b/c/lftp.html @@ -10,7 +10,7 @@ lftp 命令,Linux lftp 命令详解:优秀的文件客户端程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ pget -c -n 10 file.dat - - + + \ No newline at end of file diff --git a/c/lftpget.html b/c/lftpget.html index 5d8248f418..50cc75ac46 100644 --- a/c/lftpget.html +++ b/c/lftpget.html @@ -10,7 +10,7 @@ lftpget 命令,Linux lftpget 命令详解:调用lftp指令下载指定的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/lha.html b/c/lha.html index cc4f1d14ed..6ca81a1664 100644 --- a/c/lha.html +++ b/c/lha.html @@ -10,7 +10,7 @@ lha 命令,Linux lha 命令详解:压缩或解压缩lzh格式文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -90,7 +90,7 @@ lha -xiw=agis abc - - + + \ No newline at end of file diff --git a/c/lilo.html b/c/lilo.html index 0ba7fb0f22..fc6b9d56a7 100644 --- a/c/lilo.html +++ b/c/lilo.html @@ -10,7 +10,7 @@ lilo 命令,Linux lilo 命令详解:安装核心载入开机管理程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -145,7 +145,7 @@ compact - - + + \ No newline at end of file diff --git a/c/ln.html b/c/ln.html index 274f92c91e..4e5e04f08b 100644 --- a/c/ln.html +++ b/c/ln.html @@ -10,7 +10,7 @@ ln 命令,Linux ln 命令详解:用来为文件创建链接 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -124,7 +124,7 @@ simple, never # 永远使用普通方式备份 - - + + \ No newline at end of file diff --git a/c/lnstat.html b/c/lnstat.html index ad64aeaffa..259346eb28 100644 --- a/c/lnstat.html +++ b/c/lnstat.html @@ -10,7 +10,7 @@ lnstat 命令,Linux lnstat 命令详解:显示Linux系统的网路状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/local.html b/c/local.html index 56dc7a8547..783c13d957 100644 --- a/c/local.html +++ b/c/local.html @@ -10,7 +10,7 @@ local 命令,Linux local 命令详解:在函数内定义局部变量。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ - - + + \ No newline at end of file diff --git a/c/locate.html b/c/locate.html index 1253c7c91c..33907abf09 100644 --- a/c/locate.html +++ b/c/locate.html @@ -10,7 +10,7 @@ locate 命令,Linux locate 命令详解:比 find 好用的文件查找工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -120,7 +120,7 @@ - - + + \ No newline at end of file diff --git a/c/logger.html b/c/logger.html index 216a6f7e2d..ce26f07c32 100644 --- a/c/logger.html +++ b/c/logger.html @@ -10,7 +10,7 @@ logger 命令,Linux logger 命令详解:在系统日志中记录相应条目 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ - - + + \ No newline at end of file diff --git a/c/login.html b/c/login.html index b6634e2753..e7dd77498e 100644 --- a/c/login.html +++ b/c/login.html @@ -10,7 +10,7 @@ login 命令,Linux login 命令详解:登录系统或切换用户身份 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/logname.html b/c/logname.html index 51d8b61fe7..a83c462051 100644 --- a/c/logname.html +++ b/c/logname.html @@ -10,7 +10,7 @@ logname 命令,Linux logname 命令详解:打印当前终端登录用户的名称。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ root - - + + \ No newline at end of file diff --git a/c/logout.html b/c/logout.html index e186cdd315..c8a4f4786d 100644 --- a/c/logout.html +++ b/c/logout.html @@ -10,7 +10,7 @@ logout 命令,Linux logout 命令详解:退出当前登录的Shell - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -66,7 +66,7 @@ - - + + \ No newline at end of file diff --git a/c/logrotate.html b/c/logrotate.html index ba58450af1..4fd46a49c4 100644 --- a/c/logrotate.html +++ b/c/logrotate.html @@ -10,7 +10,7 @@ logrotate 命令,Linux logrotate 命令详解:系统日志进行轮转、压缩和删除 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -126,7 +126,7 @@ size(或minsize - - + + \ No newline at end of file diff --git a/c/logsave.html b/c/logsave.html index f43e6e9d5c..280f6e267c 100644 --- a/c/logsave.html +++ b/c/logsave.html @@ -10,7 +10,7 @@ logsave 命令,Linux logsave 命令详解:将命令的输出信息保存到指定的日志文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/logwatch.html b/c/logwatch.html index 2654f4b74c..468564f22e 100644 --- a/c/logwatch.html +++ b/c/logwatch.html @@ -10,7 +10,7 @@ logwatch 命令,Linux logwatch 命令详解:可定制和可插入式的日志监视系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -95,7 +95,7 @@ logwatch --service sshd --detail High 只看sshd的日志 - - + + \ No newline at end of file diff --git a/c/look.html b/c/look.html index 397463a939..02a3f2053c 100644 --- a/c/look.html +++ b/c/look.html @@ -10,7 +10,7 @@ look 命令,Linux look 命令详解:显示文件中以指定字符串开头的任意行 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/losetup.html b/c/losetup.html index 5412bbe7e5..ffbb7adf3f 100644 --- a/c/losetup.html +++ b/c/losetup.html @@ -10,7 +10,7 @@ losetup 命令,Linux losetup 命令详解:设定与控制循环(loop)设备 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ losetup -d /dev/loop1 - - + + \ No newline at end of file diff --git a/c/lp.html b/c/lp.html index 88ac548840..ba34f6e5b0 100644 --- a/c/lp.html +++ b/c/lp.html @@ -10,7 +10,7 @@ lp 命令,Linux lp 命令详解:打印文件或修改排队的打印任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -95,7 +95,7 @@ - - + + \ No newline at end of file diff --git a/c/lpadmin.html b/c/lpadmin.html index a2d5e1a749..7ad8e5816c 100644 --- a/c/lpadmin.html +++ b/c/lpadmin.html @@ -10,7 +10,7 @@ lpadmin 命令,Linux lpadmin 命令详解:配置CUPS套件中的打印机和类 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/c/lpc.html b/c/lpc.html index dd0af872e8..6c7bf0acdf 100644 --- a/c/lpc.html +++ b/c/lpc.html @@ -10,7 +10,7 @@ lpc 命令,Linux lpc 命令详解:命令行方式打印机控制程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ lpc> - - + + \ No newline at end of file diff --git a/c/lpq.html b/c/lpq.html index d55c1e610c..71af91a1a9 100644 --- a/c/lpq.html +++ b/c/lpq.html @@ -10,7 +10,7 @@ lpq 命令,Linux lpq 命令详解:显示打印队列中的打印任务的状态信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/lpr.html b/c/lpr.html index 4863a83634..d95f79019a 100644 --- a/c/lpr.html +++ b/c/lpr.html @@ -10,7 +10,7 @@ lpr 命令,Linux lpr 命令详解:将文件发送给指定打印机进行打印 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/c/lprm.html b/c/lprm.html index 8f7bc1067e..0eadeb0d67 100644 --- a/c/lprm.html +++ b/c/lprm.html @@ -10,7 +10,7 @@ lprm 命令,Linux lprm 命令详解:删除打印队列中的打印任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/lpstat.html b/c/lpstat.html index b2e1de42cc..18e3cff159 100644 --- a/c/lpstat.html +++ b/c/lpstat.html @@ -10,7 +10,7 @@ lpstat 命令,Linux lpstat 命令详解:显示CUPS中打印机的状态信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/ls.html b/c/ls.html index c4db2709be..6a0a68d8a1 100644 --- a/c/ls.html +++ b/c/ls.html @@ -10,7 +10,7 @@ ls 命令,Linux ls 命令详解:显示目录内容列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -393,7 +393,7 @@ auto CHANGES CHANGES.ru conf configure contrib html LICENSE Makefile - - + + \ No newline at end of file diff --git a/c/lsattr.html b/c/lsattr.html index ad585176a1..9c49b4497a 100644 --- a/c/lsattr.html +++ b/c/lsattr.html @@ -10,7 +10,7 @@ lsattr 命令,Linux lsattr 命令详解:查看文件的第二扩展文件系统属性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ lsattr -EO -l rmt0 - - + + \ No newline at end of file diff --git a/c/lsb_release.html b/c/lsb_release.html index 440e3cc133..e4dae85030 100644 --- a/c/lsb_release.html +++ b/c/lsb_release.html @@ -10,7 +10,7 @@ lsb_release 命令,Linux lsb_release 命令详解:显示发行版本信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/lsblk.html b/c/lsblk.html index b5fb71311b..0643a01c63 100644 --- a/c/lsblk.html +++ b/c/lsblk.html @@ -10,7 +10,7 @@ lsblk 命令,Linux lsblk 命令详解:列出块设备信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -118,7 +118,7 @@ lsblk --bytes /dev/sda - - + + \ No newline at end of file diff --git a/c/lscpu.html b/c/lscpu.html index 61661fe81c..9a2dc86a9e 100644 --- a/c/lscpu.html +++ b/c/lscpu.html @@ -10,7 +10,7 @@ lscpu 命令,Linux lscpu 命令详解:显示有关CPU架构的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -111,7 +111,7 @@ NUMA node0 CPU(s - - + + \ No newline at end of file diff --git a/c/lsmod.html b/c/lsmod.html index 2b62da4f05..c3dbc12e9c 100644 --- a/c/lsmod.html +++ b/c/lsmod.html @@ -10,7 +10,7 @@ lsmod 命令,Linux lsmod 命令详解:显示已载入系统的模块 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -147,7 +147,7 @@ ehci_hcd 34509 - - + + \ No newline at end of file diff --git a/c/lsof.html b/c/lsof.html index 39dad1d79b..5d09ca0388 100644 --- a/c/lsof.html +++ b/c/lsof.html @@ -10,7 +10,7 @@ lsof 命令,Linux lsof 命令详解:显示Linux系统当前已打开的所有文件列表 `lsof -p pid` - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -177,7 +177,7 @@ events/1 7 root cwd DIR - - + + \ No newline at end of file diff --git a/c/lspci.html b/c/lspci.html index 86c70dcac8..f6de982e08 100644 --- a/c/lspci.html +++ b/c/lspci.html @@ -10,7 +10,7 @@ lspci 命令,Linux lspci 命令详解:显示当前主机的所有PCI总线信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -119,7 +119,7 @@ - - + + \ No newline at end of file diff --git a/c/lsusb.html b/c/lsusb.html index e20f05dbf6..157d0dcfe7 100644 --- a/c/lsusb.html +++ b/c/lsusb.html @@ -10,7 +10,7 @@ lsusb 命令,Linux lsusb 命令详解:显示本机的USB设备列表信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -97,7 +97,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 727df62ac6..0ff2c8251b 100644 --- a/c/ltrace.html +++ b/c/ltrace.html @@ -10,7 +10,7 @@ ltrace 命令,Linux ltrace 命令详解:用来跟踪进程调用库函数的情况 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -118,7 +118,7 @@ SYS_mmap2(0x424000, - - + + \ No newline at end of file diff --git a/c/lvcreate.html b/c/lvcreate.html index 960fbfdbda..233c987b73 100644 --- a/c/lvcreate.html +++ b/c/lvcreate.html @@ -10,7 +10,7 @@ lvcreate 命令,Linux lvcreate 命令详解:用于创建LVM的逻辑卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/lvdisplay.html b/c/lvdisplay.html index ed3ce1c809..d8464c6f86 100644 --- a/c/lvdisplay.html +++ b/c/lvdisplay.html @@ -10,7 +10,7 @@ lvdisplay 命令,Linux lvdisplay 命令详解:显示逻辑卷属性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/lvextend.html b/c/lvextend.html index b402654cc8..9066cb742e 100644 --- a/c/lvextend.html +++ b/c/lvextend.html @@ -10,7 +10,7 @@ lvextend 命令,Linux lvextend 命令详解:扩展逻辑卷空间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ Logical volume lvol0 successfully resized - - + + \ No newline at end of file diff --git a/c/lvreduce.html b/c/lvreduce.html index 8f16c7a058..955e74ebfd 100644 --- a/c/lvreduce.html +++ b/c/lvreduce.html @@ -10,7 +10,7 @@ lvreduce 命令,Linux lvreduce 命令详解:收缩逻辑卷空间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ Do you really want to reduce lvol0? [y/n< - - + + \ No newline at end of file diff --git a/c/lvremove.html b/c/lvremove.html index 8815044d40..87b175f2e8 100644 --- a/c/lvremove.html +++ b/c/lvremove.html @@ -10,7 +10,7 @@ lvremove 命令,Linux lvremove 命令详解:删除指定LVM逻辑卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ volume "lvol0"? - - + + \ No newline at end of file diff --git a/c/lvresize.html b/c/lvresize.html index 0dc680fb4b..54c3b12fc8 100644 --- a/c/lvresize.html +++ b/c/lvresize.html @@ -10,7 +10,7 @@ lvresize 命令,Linux lvresize 命令详解:调整逻辑卷空间大小 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ Logical volume lvol0 successfully resized - - + + \ No newline at end of file diff --git a/c/lvscan.html b/c/lvscan.html index 322640363a..1cad389a54 100644 --- a/c/lvscan.html +++ b/c/lvscan.html @@ -10,7 +10,7 @@ lvscan 命令,Linux lvscan 命令详解:扫描逻辑卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/lynx.html b/c/lynx.html index 3eb9636f91..05f4d08e3e 100644 --- a/c/lynx.html +++ b/c/lynx.html @@ -10,7 +10,7 @@ lynx 命令,Linux lynx 命令详解:纯文本模式的网页浏览器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -139,7 +139,7 @@ Ctrl+k:调用 Cookie Jar 页。 - - + + \ No newline at end of file diff --git a/c/mail.html b/c/mail.html index 03008ff29e..a9c910b268 100644 --- a/c/mail.html +++ b/c/mail.html @@ -10,7 +10,7 @@ mail 命令,Linux mail 命令详解:命令行下发送和接收电子邮件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -64,11 +64,11 @@ welcome to www.jsdig.com

    使用管道直接敲入这行命令即可完成邮件的发送,其中echo后的是邮件正文。

    使用文件进行邮件发送

    mail -s "Hello from jsdig.com by file" admin@jsdig.com < mail.txt
    -

    使用上面的命令后,我们就可以把mail.txt文件的内容作为邮件的内容发送给admin@jsdig.com了。

    +

    使用上面的命令后,我们就可以把mail.txt文件的内容作为邮件的内容发送给admin@jsdig.com了。

    使用上述三种方式都可以给外部邮箱进行邮件发送,但因为前面2中都是直接在shell中敲入邮件内容,因此无法输入中文,即使我们使用粘贴的方式输入了中文,那么收到的邮件也是乱码的。但第3种方式,我们可以在window下编辑好邮件内容后,放到linux下,再进行发送,这样就可以正常发送中文了。不过目前邮件的中文标题暂时没有找到解决办法。

    因为mail程序本身就是调用sendmail来进行邮件发送的,因此我们可以在mail命令中使用sendmail的参数进行配置,比如我想使用特定的发件人发送邮件,可以使用如下命令:

    mail -s "Hello from jsdig.com with sender" admin@jsdig.com -- -f user@jsdig.com<mail.txt
    -

    上面的命令中,我们使用了– -f user@jsdig.com这样的参数,这是sendmail的选项,其中-f表示邮件的发送人邮件地址。

    +

    上面的命令中,我们使用了– -f user@jsdig.com这样的参数,这是sendmail的选项,其中-f表示邮件的发送人邮件地址。

    很多情况下,我们也需要使用邮件来发送附件,在linux下使用mail命令发送附件也很简单,不过首先需要安装uuencode软件包,这个程序是对二进制文件进行编码使其适合通过邮件进行发送,在CentOS上安装该软件包如下:

    yum install sharutils

    安装完成后我们就可以来进行附件的发送了,使用如下命令:

    @@ -98,7 +98,7 @@ welcome to www.jsdig.com - - + + \ No newline at end of file diff --git a/c/mailq.html b/c/mailq.html index a0f42273ec..7cce89b473 100644 --- a/c/mailq.html +++ b/c/mailq.html @@ -10,7 +10,7 @@ mailq 命令,Linux mailq 命令详解:显示待发送的邮件队列 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/mailstat.html b/c/mailstat.html index d282af3684..e6f0bff2ff 100644 --- a/c/mailstat.html +++ b/c/mailstat.html @@ -10,7 +10,7 @@ mailstat 命令,Linux mailstat 命令详解:显示到达的邮件状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/make.html b/c/make.html index c01bd3224f..7f13c9b68a 100644 --- a/c/make.html +++ b/c/make.html @@ -10,7 +10,7 @@ make 命令,Linux make 命令详解:GNU的工程化编译工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ - - + + \ No newline at end of file diff --git a/c/man.html b/c/man.html index 09e5ba548a..a40adfb465 100644 --- a/c/man.html +++ b/c/man.html @@ -10,7 +10,7 @@ man 命令,Linux man 命令详解:查看Linux中的指令帮助 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ - - + + \ No newline at end of file diff --git a/c/mapfile.html b/c/mapfile.html index dcf342477e..38a1f2466f 100644 --- a/c/mapfile.html +++ b/c/mapfile.html @@ -10,7 +10,7 @@ mapfile 命令,Linux mapfile 命令详解:从标准输入读取行并赋值到数组。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -119,7 +119,7 @@ - - + + \ No newline at end of file diff --git a/c/md5sum.html b/c/md5sum.html index 4bef4f4677..977a15edb9 100644 --- a/c/md5sum.html +++ b/c/md5sum.html @@ -10,7 +10,7 @@ md5sum 命令,Linux md5sum 命令详解:计算和校验文件报文摘要的工具程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,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 316493f7fc..bbe50202bf 100644 --- a/c/mesg.html +++ b/c/mesg.html @@ -10,7 +10,7 @@ mesg 命令,Linux mesg 命令详解:设置当前终端的写权限 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/mii-tool.html b/c/mii-tool.html index 9732a9ab26..72d2729d38 100644 --- a/c/mii-tool.html +++ b/c/mii-tool.html @@ -10,7 +10,7 @@ mii-tool 命令,Linux mii-tool 命令详解:配置网络设备协商方式的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ eth0: 100 Mbit, full duplex, - - + + \ No newline at end of file diff --git a/c/mkbootdisk.html b/c/mkbootdisk.html index 75165e3bb1..f24e10ef92 100644 --- a/c/mkbootdisk.html +++ b/c/mkbootdisk.html @@ -10,7 +10,7 @@ mkbootdisk 命令,Linux mkbootdisk 命令详解:可建立目前系统的启动盘 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/mkdir.html b/c/mkdir.html index 0936f3b71b..2a8800130a 100644 --- a/c/mkdir.html +++ b/c/mkdir.html @@ -10,7 +10,7 @@ mkdir 命令,Linux mkdir 命令详解:用来创建目录 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/mke2fs.html b/c/mke2fs.html index 3cd33a4b10..4422c63393 100644 --- a/c/mke2fs.html +++ b/c/mke2fs.html @@ -10,7 +10,7 @@ mke2fs 命令,Linux mke2fs 命令详解:创建磁盘分区上的“etc2/etc3”文件系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -88,7 +88,7 @@ - - + + \ No newline at end of file diff --git a/c/mkfs.html b/c/mkfs.html index 4c9ad6cb50..137ef4b0bb 100644 --- a/c/mkfs.html +++ b/c/mkfs.html @@ -10,7 +10,7 @@ mkfs 命令,Linux mkfs 命令详解:用于在设备上创建Linux文件系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/c/mkinitrd.html b/c/mkinitrd.html index 56482f2352..5ace62855c 100644 --- a/c/mkinitrd.html +++ b/c/mkinitrd.html @@ -10,7 +10,7 @@ mkinitrd 命令,Linux mkinitrd 命令详解:建立要载入ramdisk的映像文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ myinitrd.img: ASCII cpio archive (SVR4 wi - - + + \ No newline at end of file diff --git a/c/mkisofs.html b/c/mkisofs.html index ca93819cc9..2de94d343e 100644 --- a/c/mkisofs.html +++ b/c/mkisofs.html @@ -10,7 +10,7 @@ mkisofs 命令,Linux mkisofs 命令详解:建立ISO 9660映像文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -115,7 +115,7 @@ - - + + \ No newline at end of file diff --git a/c/mknod.html b/c/mknod.html index 7b7222689e..cef8cb4301 100644 --- a/c/mknod.html +++ b/c/mknod.html @@ -10,7 +10,7 @@ mknod 命令,Linux mknod 命令详解:创建字符设备文件和块设备文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ crw-rw—- 1 root dialout - - + + \ No newline at end of file diff --git a/c/mkswap.html b/c/mkswap.html index adae6a9835..bdc2f0d6e3 100644 --- a/c/mkswap.html +++ b/c/mkswap.html @@ -10,7 +10,7 @@ mkswap 命令,Linux mkswap 命令详解:建立和设置SWAP交换分区 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ Swap: 572 0 - - + + \ No newline at end of file diff --git a/c/mktemp.html b/c/mktemp.html index 8a39e00433..68ce044df6 100644 --- a/c/mktemp.html +++ b/c/mktemp.html @@ -10,7 +10,7 @@ mktemp 命令,Linux mktemp 命令详解:创建临时文件供shell脚本使用 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/modprobe.html b/c/modprobe.html index dbfbf2cbee..be23704c8c 100644 --- a/c/modprobe.html +++ b/c/modprobe.html @@ -10,7 +10,7 @@ modprobe 命令,Linux modprobe 命令详解:自动处理可载入模块 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -92,7 +92,7 @@ - - + + \ No newline at end of file diff --git a/c/more.html b/c/more.html index d38f66d45c..8741ee43ec 100644 --- a/c/more.html +++ b/c/more.html @@ -10,7 +10,7 @@ more 命令,Linux more 命令详解:显示文件内容,每次显示一屏 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -87,7 +87,7 @@ - - + + \ No newline at end of file diff --git a/c/mount.html b/c/mount.html index 28ca92193c..cc3f698ab0 100644 --- a/c/mount.html +++ b/c/mount.html @@ -10,7 +10,7 @@ mount 命令,Linux mount 命令详解:用于挂载Linux系统外的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -101,7 +101,7 @@ - - + + \ No newline at end of file diff --git a/c/mpstat.html b/c/mpstat.html index 5774a83f1b..29653cb236 100644 --- a/c/mpstat.html +++ b/c/mpstat.html @@ -10,7 +10,7 @@ mpstat 命令,Linux mpstat 命令详解:显示各个可用CPU的状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -111,7 +111,7 @@ Average: all 9.27 - - + + \ No newline at end of file diff --git a/c/mtools.html b/c/mtools.html index 7b6212034d..ff70874929 100644 --- a/c/mtools.html +++ b/c/mtools.html @@ -10,7 +10,7 @@ mtools 命令,Linux mtools 命令详解:显示mtools支持的指令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ mwrite, mzip - - + + \ No newline at end of file diff --git a/c/mv.html b/c/mv.html index 50ce8097bf..e83b9df55c 100644 --- a/c/mv.html +++ b/c/mv.html @@ -10,7 +10,7 @@ mv 命令,Linux mv 命令详解:用来对文件或目录重新命名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -110,7 +110,7 @@ - - + + \ No newline at end of file diff --git a/c/mysql.html b/c/mysql.html index 6e1a00e412..cb764bcc34 100644 --- a/c/mysql.html +++ b/c/mysql.html @@ -10,7 +10,7 @@ mysql 命令,Linux mysql 命令详解:MySQL服务器客户端工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/mysqladmin.html b/c/mysqladmin.html index 2170cb6404..7bbd4f5116 100644 --- a/c/mysqladmin.html +++ b/c/mysqladmin.html @@ -10,7 +10,7 @@ mysqladmin 命令,Linux mysqladmin 命令详解:MySQL服务器管理客户端 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ version:得到服务器的版本信息。 - - + + \ No newline at end of file diff --git a/c/mysqldump.html b/c/mysqldump.html index 45ebbabae6..a0f9b369ae 100644 --- a/c/mysqldump.html +++ b/c/mysqldump.html @@ -10,7 +10,7 @@ mysqldump 命令,Linux mysqldump 命令详解:MySQL数据库中备份工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -91,7 +91,7 @@ mysqldump -u linuxde -p smgp_apps_linuxde users - - + + \ No newline at end of file diff --git a/c/mysqlimport.html b/c/mysqlimport.html index 6902490eaf..8ccc4eced4 100644 --- a/c/mysqlimport.html +++ b/c/mysqlimport.html @@ -10,7 +10,7 @@ mysqlimport 命令,Linux mysqlimport 命令详解:为MySQL服务器用命令行方式导入数据 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/mysqlshow.html b/c/mysqlshow.html index 9e8b7e17d0..b5d01568b9 100644 --- a/c/mysqlshow.html +++ b/c/mysqlshow.html @@ -10,7 +10,7 @@ mysqlshow 命令,Linux mysqlshow 命令详解:显示MySQL中数据库相关信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/named-checkzone.html b/c/named-checkzone.html index 4aae9ad349..fc412a904e 100644 --- a/c/named-checkzone.html +++ b/c/named-checkzone.html @@ -10,7 +10,7 @@ named-checkzone 命令,Linux named-checkzone 命令详解:使用named-checkzone命令可以进行区域文件有效性检查和转换,必须指定区域名称和区域文件名称 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ OK - - + + \ No newline at end of file diff --git a/c/nano.html b/c/nano.html index f5abd1212f..6381fd2e98 100644 --- a/c/nano.html +++ b/c/nano.html @@ -10,7 +10,7 @@ nano 命令,Linux nano 命令详解:字符终端文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -133,7 +133,7 @@ - - + + \ No newline at end of file diff --git a/c/nc.html b/c/nc.html index aecd4af0d8..706bb42dca 100644 --- a/c/nc.html +++ b/c/nc.html @@ -10,7 +10,7 @@ nc 命令,Linux nc 命令详解:用于设置路由器,是网络工具中的瑞士军刀 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ y //用户输入 - - + + \ No newline at end of file diff --git a/c/ncftp.html b/c/ncftp.html index ea9c68d653..1ead9c72ee 100644 --- a/c/ncftp.html +++ b/c/ncftp.html @@ -10,7 +10,7 @@ ncftp 命令,Linux ncftp 命令详解:是增强的的FTP工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -92,7 +92,7 @@ - - + + \ No newline at end of file diff --git a/c/nethogs.html b/c/nethogs.html index 124ffe6408..580ec43c5c 100644 --- a/c/nethogs.html +++ b/c/nethogs.html @@ -10,7 +10,7 @@ nethogs 命令,Linux nethogs 命令详解:终端下的网络流量监控工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -129,7 +129,7 @@ - - + + \ No newline at end of file diff --git a/c/netstat.html b/c/netstat.html index a573f73804..4bb5d11c08 100644 --- a/c/netstat.html +++ b/c/netstat.html @@ -10,7 +10,7 @@ netstat 命令,Linux netstat 命令详解:查看Linux中网络系统状态信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -148,7 +148,7 @@ netstat: no support for - - + + \ No newline at end of file diff --git a/c/newusers.html b/c/newusers.html index 638aba6d86..123f002241 100644 --- a/c/newusers.html +++ b/c/newusers.html @@ -10,7 +10,7 @@ newusers 命令,Linux newusers 命令详解:用于批处理的方式一次创建多个命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,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 b11e46ddab..7a64a11f1d 100644 --- a/c/nfsstat.html +++ b/c/nfsstat.html @@ -10,7 +10,7 @@ nfsstat 命令,Linux nfsstat 命令详解:列出NFS客户端和服务器的工作状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ - - + + \ No newline at end of file diff --git a/c/ngrep.html b/c/ngrep.html index 6c4994fa42..92306c8cfe 100644 --- a/c/ngrep.html +++ b/c/ngrep.html @@ -10,7 +10,7 @@ ngrep 命令,Linux ngrep 命令详解:方便的数据包匹配和显示工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -143,7 +143,7 @@ yi7E53UBOcv4V. - - + + \ No newline at end of file diff --git a/c/nice.html b/c/nice.html index 10e705c311..bcee132c31 100644 --- a/c/nice.html +++ b/c/nice.html @@ -10,7 +10,7 @@ nice 命令,Linux nice 命令详解:改变程序执行的优先权等级 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/nisdomainname.html b/c/nisdomainname.html index e4524477e5..92d3ad7da1 100644 --- a/c/nisdomainname.html +++ b/c/nisdomainname.html @@ -10,7 +10,7 @@ nisdomainname 命令,Linux nisdomainname 命令详解:显示主机NIS的域名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/c/nl.html b/c/nl.html index 69297787ef..d4f47ba433 100644 --- a/c/nl.html +++ b/c/nl.html @@ -10,7 +10,7 @@ nl 命令,Linux nl 命令详解:为每一个文件添加行号。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -183,7 +183,7 @@ ZhuangZhu-74 - - + + \ No newline at end of file diff --git a/c/nm.html b/c/nm.html index 2714cbcfcd..82d966b57c 100644 --- a/c/nm.html +++ b/c/nm.html @@ -10,7 +10,7 @@ nm 命令,Linux nm 命令详解:显示二进制目标文件的符号表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/nmap.html b/c/nmap.html index d0c97a8962..56ec0f3c27 100644 --- a/c/nmap.html +++ b/c/nmap.html @@ -10,7 +10,7 @@ nmap 命令,Linux nmap 命令详解:网络探测和安全审核 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -105,7 +105,7 @@ Nmap finished: 1 IP address - - + + \ No newline at end of file diff --git a/c/nmcli.html b/c/nmcli.html index f0663b093d..fe9f5c19c6 100644 --- a/c/nmcli.html +++ b/c/nmcli.html @@ -10,7 +10,7 @@ nmcli 命令,Linux nmcli 命令详解:地址配置工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -96,7 +96,7 @@ nmcli con add - - + + \ No newline at end of file diff --git a/c/nohup.html b/c/nohup.html index 08cc6c519e..47bfb67986 100644 --- a/c/nohup.html +++ b/c/nohup.html @@ -10,7 +10,7 @@ nohup 命令,Linux nohup 命令详解:将程序以忽略挂起信号的方式运行起来 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/c/nologin.html b/c/nologin.html index d50ef18f9b..d963b92997 100644 --- a/c/nologin.html +++ b/c/nologin.html @@ -10,7 +10,7 @@ nologin 命令,Linux nologin 命令详解:拒绝用户登录系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ - - + + \ No newline at end of file diff --git a/c/nproc.html b/c/nproc.html index 25dfa566a6..0ee33ca2cd 100644 --- a/c/nproc.html +++ b/c/nproc.html @@ -10,7 +10,7 @@ nproc 命令,Linux nproc 命令详解:打印可用的处理器单元数量。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/c/nslookup.html b/c/nslookup.html index f546028c57..029b15f31e 100644 --- a/c/nslookup.html +++ b/c/nslookup.html @@ -10,7 +10,7 @@ nslookup 命令,Linux nslookup 命令详解:查询域名DNS信息的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ Address: 100.42.212.8 - - + + \ No newline at end of file diff --git a/c/ntpdate.html b/c/ntpdate.html index b6cd12b15d..a6079376a7 100644 --- a/c/ntpdate.html +++ b/c/ntpdate.html @@ -10,7 +10,7 @@ ntpdate 命令,Linux ntpdate 命令详解:使用网络计时协议(NTP)设置日期和时间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -120,7 +120,7 @@ - - + + \ No newline at end of file diff --git a/c/ntsysv.html b/c/ntsysv.html index dc715aaab4..e747c1b1be 100644 --- a/c/ntsysv.html +++ b/c/ntsysv.html @@ -10,7 +10,7 @@ ntsysv 命令,Linux ntsysv 命令详解:集中管理系统的各种服务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/objdump.html b/c/objdump.html index fa72229304..d26e28a92d 100644 --- a/c/objdump.html +++ b/c/objdump.html @@ -10,7 +10,7 @@ objdump 命令,Linux objdump 命令详解:显示二进制文件信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -462,7 +462,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 c9a5ee27a4..86750ee089 100644 --- a/c/od.html +++ b/c/od.html @@ -10,7 +10,7 @@ od 命令,Linux od 命令详解:输出文件的八进制、十六进制等格式编码的字节 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -145,7 +145,7 @@ abcdef g - - + + \ No newline at end of file diff --git a/c/openssl.html b/c/openssl.html index 8fe973265a..a5264bcd3f 100644 --- a/c/openssl.html +++ b/c/openssl.html @@ -10,7 +10,7 @@ openssl 命令,Linux openssl 命令详解:强大的安全套接字层密码库 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -149,7 +149,7 @@ openssl rsa -text -in fd.key - - + + \ No newline at end of file diff --git a/c/parted.html b/c/parted.html index 62762be163..ea54eadebe 100644 --- a/c/parted.html +++ b/c/parted.html @@ -10,7 +10,7 @@ parted 命令,Linux parted 命令详解:磁盘分区和分区大小调整工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -160,7 +160,7 @@ none 252M 0 252M - - + + \ No newline at end of file diff --git a/c/partprobe.html b/c/partprobe.html index d292bd1d13..f414bce7a2 100644 --- a/c/partprobe.html +++ b/c/partprobe.html @@ -10,7 +10,7 @@ partprobe 命令,Linux partprobe 命令详解:不重启的情况下重读分区 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -170,7 +170,7 @@ tmpfs 2023936 - - + + \ No newline at end of file diff --git a/c/passwd.html b/c/passwd.html index b5be850acf..a1d7fa02bd 100644 --- a/c/passwd.html +++ b/c/passwd.html @@ -10,7 +10,7 @@ passwd 命令,Linux passwd 命令详解:用于让用户可以更改自己的密码 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -131,7 +131,7 @@ Empty password. # 空密码 - - + + \ No newline at end of file diff --git a/c/paste.html b/c/paste.html index 34ccb2bc44..a78d20dd22 100644 --- a/c/paste.html +++ b/c/paste.html @@ -10,7 +10,7 @@ paste 命令,Linux paste 命令详解:将多个文件按列队列合并 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/patch.html b/c/patch.html index 5a730122ee..3cd0c24c1c 100644 --- a/c/patch.html +++ b/c/patch.html @@ -10,7 +10,7 @@ patch 命令,Linux patch 命令详解:为开放源代码软件安装补丁程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -102,7 +102,7 @@ - - + + \ No newline at end of file diff --git a/c/pathchk.html b/c/pathchk.html index 449635364e..8d447e6f8d 100644 --- a/c/pathchk.html +++ b/c/pathchk.html @@ -10,7 +10,7 @@ pathchk 命令,Linux pathchk 命令详解:检查文件中不可移植的部分 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/perl.html b/c/perl.html index 5527a6f74a..1ad5e2ddab 100644 --- a/c/perl.html +++ b/c/perl.html @@ -10,7 +10,7 @@ perl 命令,Linux perl 命令详解:perl语言解释器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/pfctl.html b/c/pfctl.html index 0b707578d8..cdb9a5e92a 100644 --- a/c/pfctl.html +++ b/c/pfctl.html @@ -10,7 +10,7 @@ pfctl 命令,Linux pfctl 命令详解:PF防火墙的配置命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -97,7 +97,7 @@ pfctl -sa # 显示任何可显示的 - - + + \ No newline at end of file diff --git a/c/pgrep.html b/c/pgrep.html index 58ca9bbb43..c7ea914236 100644 --- a/c/pgrep.html +++ b/c/pgrep.html @@ -10,7 +10,7 @@ pgrep 命令,Linux pgrep 命令详解:根据用户给出的信息在当前运行进程中查找并列出符合条件的进程ID(PID) - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,7 +98,7 @@ - - + + \ No newline at end of file diff --git a/c/php.html b/c/php.html index e39ce3ba60..64b803e3a0 100644 --- a/c/php.html +++ b/c/php.html @@ -10,7 +10,7 @@ php 命令,Linux php 命令详解:PHP语言的命令行接口 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/pico.html b/c/pico.html index 6d662d5d2c..3ad3b94856 100644 --- a/c/pico.html +++ b/c/pico.html @@ -10,7 +10,7 @@ pico 命令,Linux pico 命令详解:功能强大全屏幕的文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -99,7 +99,7 @@ Ctrl+X:退出,当文件内容发生改变时,提供是否保存修改。 - - + + \ No newline at end of file diff --git a/c/pidof.html b/c/pidof.html index 58a0dc8f0f..b2d9b33ec0 100644 --- a/c/pidof.html +++ b/c/pidof.html @@ -10,7 +10,7 @@ pidof 命令,Linux pidof 命令详解:查找指定名称的进程的进程号ID号 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ pidof init - - + + \ No newline at end of file diff --git a/c/pigz.html b/c/pigz.html index 7f3a4ee4cf..58e6f6b1e1 100644 --- a/c/pigz.html +++ b/c/pigz.html @@ -10,7 +10,7 @@ pigz 命令,Linux pigz 命令详解:可以用来解压缩文件,gzip的并行实现升级版 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -104,7 +104,7 @@ unpigz [ -cfhikKlLmMnNqrRtz - - + + \ No newline at end of file diff --git a/c/ping.html b/c/ping.html index 8c531ac685..45051fe9b3 100644 --- a/c/ping.html +++ b/c/ping.html @@ -10,7 +10,7 @@ ping 命令,Linux ping 命令详解:测试主机之间网络的连通性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -92,7 +92,7 @@ rtt min/avg/max/mdev = - - + + \ No newline at end of file diff --git a/c/pkill.html b/c/pkill.html index 7902f0788f..03d47639cf 100644 --- a/c/pkill.html +++ b/c/pkill.html @@ -10,7 +10,7 @@ pkill 命令,Linux pkill 命令详解:可以按照进程名杀死进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/pmap.html b/c/pmap.html index 2ae68b57fb..ed4605f903 100644 --- a/c/pmap.html +++ b/c/pmap.html @@ -10,7 +10,7 @@ pmap 命令,Linux pmap 命令详解:报告进程的内存映射关系 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -160,7 +160,7 @@ total kB 72880 - - + + \ No newline at end of file diff --git a/c/popd.html b/c/popd.html index 60d45afd98..9b3359c121 100644 --- a/c/popd.html +++ b/c/popd.html @@ -10,7 +10,7 @@ popd 命令,Linux popd 命令详解:从目录堆栈中删除目录。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -110,7 +110,7 @@ - - + + \ No newline at end of file diff --git a/c/poweroff.html b/c/poweroff.html index 1cd447978c..1c8c5e208d 100644 --- a/c/poweroff.html +++ b/c/poweroff.html @@ -10,7 +10,7 @@ poweroff 命令,Linux poweroff 命令详解:关闭Linux系统,关闭记录会被写入到/var/log/wtmp日志文件中 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/ppp-off.html b/c/ppp-off.html index 757aa204cd..b2a9f7eea7 100644 --- a/c/ppp-off.html +++ b/c/ppp-off.html @@ -10,7 +10,7 @@ ppp-off 命令,Linux ppp-off 命令详解:关闭ppp连线 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -66,7 +66,7 @@ - - + + \ No newline at end of file diff --git a/c/pr.html b/c/pr.html index 2805850911..918eb2130b 100644 --- a/c/pr.html +++ b/c/pr.html @@ -10,7 +10,7 @@ pr 命令,Linux pr 命令详解:将文本文件转换成适合打印的格式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/printf.html b/c/printf.html index 120d350fca..b414db0395 100644 --- a/c/printf.html +++ b/c/printf.html @@ -10,7 +10,7 @@ printf 命令,Linux printf 命令详解:格式化并输出结果。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -190,7 +190,7 @@ value1 - - + + \ No newline at end of file diff --git a/c/protoize.html b/c/protoize.html index a15159a21f..247571f35c 100644 --- a/c/protoize.html +++ b/c/protoize.html @@ -10,7 +10,7 @@ protoize 命令,Linux protoize 命令详解:GNU-C代码转换为ANSI-C代码 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/ps.html b/c/ps.html index 1193189c64..39eb8d0423 100644 --- a/c/ps.html +++ b/c/ps.html @@ -10,7 +10,7 @@ ps 命令,Linux ps 命令详解:报告当前系统的进程状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -212,7 +212,7 @@ X:采用旧式的Linux i386登陆格式显示程序状况。 - - + + \ No newline at end of file diff --git a/c/pssh.html b/c/pssh.html index 84462e4888..94c439a5ba 100644 --- a/c/pssh.html +++ b/c/pssh.html @@ -10,7 +10,7 @@ pssh 命令,Linux pssh 命令详解:批量管理执行 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -125,7 +125,7 @@ python setup.py install - - + + \ No newline at end of file diff --git a/c/pstack.html b/c/pstack.html index 442ae86b5c..dac6b69004 100644 --- a/c/pstack.html +++ b/c/pstack.html @@ -10,7 +10,7 @@ pstack 命令,Linux pstack 命令详解:显示每个进程的栈跟踪 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -139,7 +139,7 @@ Thread 1 ( - - + + \ No newline at end of file diff --git a/c/pstree.html b/c/pstree.html index c733528692..1f9e48bf7d 100644 --- a/c/pstree.html +++ b/c/pstree.html @@ -10,7 +10,7 @@ pstree 命令,Linux pstree 命令详解:以树状图的方式展现进程之间的派生关系 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -88,7 +88,7 @@ - - + + \ No newline at end of file diff --git a/c/pushd.html b/c/pushd.html index 153dd758eb..af21898dfe 100644 --- a/c/pushd.html +++ b/c/pushd.html @@ -10,7 +10,7 @@ pushd 命令,Linux pushd 命令详解:将目录添加到目录堆栈顶部。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -108,7 +108,7 @@ - - + + \ No newline at end of file diff --git a/c/pv.html b/c/pv.html index 1d58f9eeb2..4e153464eb 100644 --- a/c/pv.html +++ b/c/pv.html @@ -10,7 +10,7 @@ pv 命令,Linux pv 命令详解:显示当前在命令行执行的命令的进度信息,管道查看器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -131,7 +131,7 @@ source: 5.2GiB 5 - - + + \ No newline at end of file diff --git a/c/pvchange.html b/c/pvchange.html index b72c5f249a..4b8a6221e8 100644 --- a/c/pvchange.html +++ b/c/pvchange.html @@ -10,7 +10,7 @@ pvchange 命令,Linux pvchange 命令详解:修改物理卷属性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/pvck.html b/c/pvck.html index a1cef49c03..ac268c8991 100644 --- a/c/pvck.html +++ b/c/pvck.html @@ -10,7 +10,7 @@ pvck 命令,Linux pvck 命令详解:检测物理卷的LVM元数据的一致性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ Found LVM2 metadata record at offset
    - - + + \ No newline at end of file diff --git a/c/pvcreate.html b/c/pvcreate.html index c4ad9d5abd..049cf9a516 100644 --- a/c/pvcreate.html +++ b/c/pvcreate.html @@ -10,7 +10,7 @@ pvcreate 命令,Linux pvcreate 命令详解:将物理硬盘分区初始化为物理卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -124,7 +124,7 @@ Physical volume "/dev/sdb1" changed - - + + \ No newline at end of file diff --git a/c/pvdisplay.html b/c/pvdisplay.html index 728415df1f..ce633a7a1c 100644 --- a/c/pvdisplay.html +++ b/c/pvdisplay.html @@ -10,7 +10,7 @@ pvdisplay 命令,Linux pvdisplay 命令详解:显示物理卷的属性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,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 acf871ff90..5ca168cab7 100644 --- a/c/pvremove.html +++ b/c/pvremove.html @@ -10,7 +10,7 @@ pvremove 命令,Linux pvremove 命令详解:删除一个存在的物理卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ Labels on physical volume "/dev/sdb2" successf - - + + \ No newline at end of file diff --git a/c/pvs.html b/c/pvs.html index 0bcd579673..300302c57a 100644 --- a/c/pvs.html +++ b/c/pvs.html @@ -10,7 +10,7 @@ pvs 命令,Linux pvs 命令详解:输出物理卷信息报表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/pvscan.html b/c/pvscan.html index 80fb082f49..8820d19cf3 100644 --- a/c/pvscan.html +++ b/c/pvscan.html @@ -10,7 +10,7 @@ pvscan 命令,Linux pvscan 命令详解:扫描系统中所有硬盘的物理卷列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ MB] - - + + \ No newline at end of file diff --git a/c/pwck.html b/c/pwck.html index 17b8970306..207fdcd632 100644 --- a/c/pwck.html +++ b/c/pwck.html @@ -10,7 +10,7 @@ pwck 命令,Linux pwck 命令详解:用来验证系统认证文件内容和格式的完整性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -91,7 +91,7 @@ pwck:无改变 - - + + \ No newline at end of file diff --git a/c/pwconv.html b/c/pwconv.html index 59194ed1ec..d34b4111e4 100644 --- a/c/pwconv.html +++ b/c/pwconv.html @@ -10,7 +10,7 @@ pwconv 命令,Linux pwconv 命令详解:用来开启用户的投影密码 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ test:$6$ - - + + \ No newline at end of file diff --git a/c/pwd.html b/c/pwd.html index edaab8ef1a..3eb4477d42 100644 --- a/c/pwd.html +++ b/c/pwd.html @@ -10,7 +10,7 @@ pwd 命令,Linux pwd 命令详解:显示当前工作目录。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -96,7 +96,7 @@ - - + + \ No newline at end of file diff --git a/c/pwunconv.html b/c/pwunconv.html index 15bd904594..664e412781 100644 --- a/c/pwunconv.html +++ b/c/pwunconv.html @@ -10,7 +10,7 @@ pwunconv 命令,Linux pwunconv 命令详解:用来关闭用户的投影密码 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ ls: cannot access /etc/shadow: No such file - - + + \ No newline at end of file diff --git a/c/quota.html b/c/quota.html index 22d45a6e37..f5867dbf8b 100644 --- a/c/quota.html +++ b/c/quota.html @@ -10,7 +10,7 @@ quota 命令,Linux quota 命令详解:显示磁盘已使用的空间与限制 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -146,7 +146,7 @@ Disk quotas for group qgroup - - + + \ No newline at end of file diff --git a/c/quotacheck.html b/c/quotacheck.html index ce01fcc7c6..85ef54be51 100644 --- a/c/quotacheck.html +++ b/c/quotacheck.html @@ -10,7 +10,7 @@ quotacheck 命令,Linux quotacheck 命令详解:检查磁盘的使用空间与限制 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ quotacheck: Checked 3 directories and - - + + \ No newline at end of file diff --git a/c/quotaoff.html b/c/quotaoff.html index 65a3dcdd01..ff34817743 100644 --- a/c/quotaoff.html +++ b/c/quotaoff.html @@ -10,7 +10,7 @@ quotaoff 命令,Linux quotaoff 命令详解:关闭Linux内核中指定文件系统的磁盘配额功能 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/quotaon.html b/c/quotaon.html index f51dfc8855..cc0dad1426 100644 --- a/c/quotaon.html +++ b/c/quotaon.html @@ -10,7 +10,7 @@ quotaon 命令,Linux quotaon 命令详解:激活Linux内核中指定文件系统的磁盘配额功能 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/rcconf.html b/c/rcconf.html index 66f5954c97..f9111c2de3 100644 --- a/c/rcconf.html +++ b/c/rcconf.html @@ -10,7 +10,7 @@ rcconf 命令,Linux rcconf 命令详解:Debian Linux下的运行等级服务配置工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/rcp.html b/c/rcp.html index bc080ab63d..e3e593ccd9 100644 --- a/c/rcp.html +++ b/c/rcp.html @@ -10,7 +10,7 @@ rcp 命令,Linux rcp 命令详解:使在两台Linux主机之间的文件复制操作更简单 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -107,7 +107,7 @@ - - + + \ No newline at end of file diff --git a/c/read.html b/c/read.html index 12885b2fbe..496760624b 100644 --- a/c/read.html +++ b/c/read.html @@ -10,7 +10,7 @@ read 命令,Linux read 命令详解:从键盘读取变量值 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -142,7 +142,7 @@ stty echo - - + + \ No newline at end of file diff --git a/c/readelf.html b/c/readelf.html index 5512baa77e..2bc509b0bd 100644 --- a/c/readelf.html +++ b/c/readelf.html @@ -10,7 +10,7 @@ readelf 命令,Linux readelf 命令详解:用于显示elf格式文件的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -558,7 +558,7 @@ Key to Flags: - - + + \ No newline at end of file diff --git a/c/readonly.html b/c/readonly.html index 0bb8e19f83..f620d5aff5 100644 --- a/c/readonly.html +++ b/c/readonly.html @@ -10,7 +10,7 @@ readonly 命令,Linux readonly 命令详解:标记shell变量或函数为只读 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -122,7 +122,7 @@ value(可选):变量的值 - - + + \ No newline at end of file diff --git a/c/reboot.html b/c/reboot.html index 127246b466..6561e938c5 100644 --- a/c/reboot.html +++ b/c/reboot.html @@ -10,7 +10,7 @@ reboot 命令,Linux reboot 命令详解:重新启动正在运行的Linux操作系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/reject.html b/c/reject.html index e1271520ab..0a48586902 100644 --- a/c/reject.html +++ b/c/reject.html @@ -10,7 +10,7 @@ reject 命令,Linux reject 命令详解:指示打印系统拒绝发往指定目标打印机的打印任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/rename.html b/c/rename.html index 8b238a17b1..ec99e2ce59 100644 --- a/c/rename.html +++ b/c/rename.html @@ -10,7 +10,7 @@ rename 命令,Linux rename 命令详解:用字符串替换的方式批量改变文件名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ - - + + \ No newline at end of file diff --git a/c/renice.html b/c/renice.html index 9dfa49964b..3640c40c70 100644 --- a/c/renice.html +++ b/c/renice.html @@ -10,7 +10,7 @@ renice 命令,Linux renice 命令详解:修改正在运行的进程的调度优先级 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/repquota.html b/c/repquota.html index e322e6f01e..8cfcab83a1 100644 --- a/c/repquota.html +++ b/c/repquota.html @@ -10,7 +10,7 @@ repquota 命令,Linux repquota 命令详解:报表的格式输出磁盘空间限制的状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/resize.html b/c/resize.html index d8a7fb549c..b88ccf5ffd 100644 --- a/c/resize.html +++ b/c/resize.html @@ -10,7 +10,7 @@ resize 命令,Linux resize 命令详解:命令设置终端机视窗的大小 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ setenv LINES - - + + \ No newline at end of file diff --git a/c/restore.html b/c/restore.html index ffd1312eff..cab24c804b 100644 --- a/c/restore.html +++ b/c/restore.html @@ -10,7 +10,7 @@ restore 命令,Linux restore 命令详解:所进行的操作和dump指令相反 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ - - + + \ No newline at end of file diff --git a/c/restorecon.html b/c/restorecon.html index e7c6cc8a28..b8ed27b7e3 100644 --- a/c/restorecon.html +++ b/c/restorecon.html @@ -10,7 +10,7 @@ restorecon 命令,Linux restorecon 命令详解:恢复文件的安全上下文 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ welcome to www.jsdig.com - - + + \ No newline at end of file diff --git a/c/return.html b/c/return.html index 95f7730261..9ca0478a4e 100644 --- a/c/return.html +++ b/c/return.html @@ -10,7 +10,7 @@ return 命令,Linux return 命令详解:从函数中退出并返回数值。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ example - - + + \ No newline at end of file diff --git a/c/rev.html b/c/rev.html index 972c2ffd72..350ac2bef1 100644 --- a/c/rev.html +++ b/c/rev.html @@ -10,7 +10,7 @@ rev 命令,Linux rev 命令详解:将文件内容以字符为单位反序输出 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -96,7 +96,7 @@ TIMMOC - - + + \ No newline at end of file diff --git a/c/rexec.html b/c/rexec.html index 23266ec08d..29f3048958 100644 --- a/c/rexec.html +++ b/c/rexec.html @@ -10,7 +10,7 @@ rexec 命令,Linux rexec 命令详解:运程执行Linux系统下命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ - - + + \ No newline at end of file diff --git a/c/rlogin.html b/c/rlogin.html index b32cf85849..8ab9061b9a 100644 --- a/c/rlogin.html +++ b/c/rlogin.html @@ -10,7 +10,7 @@ rlogin 命令,Linux rlogin 命令详解:从当前终端登录到远程Linux主机 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/rm.html b/c/rm.html index 7fa033775e..6c500c181d 100644 --- a/c/rm.html +++ b/c/rm.html @@ -10,7 +10,7 @@ rm 命令,Linux rm 命令详解:用于删除给定的文件和目录 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -116,7 +116,7 @@ rm testfile.txt - - + + \ No newline at end of file diff --git a/c/rmdir.html b/c/rmdir.html index 6059d0a40b..8773e2ab0c 100644 --- a/c/rmdir.html +++ b/c/rmdir.html @@ -10,7 +10,7 @@ rmdir 命令,Linux rmdir 命令详解:用来删除空目录 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ - - + + \ No newline at end of file diff --git a/c/rmmod.html b/c/rmmod.html index bd6c0ebbb5..673c1cdf8b 100644 --- a/c/rmmod.html +++ b/c/rmmod.html @@ -10,7 +10,7 @@ rmmod 命令,Linux rmmod 命令详解:从运行的内核中移除指定的内核模块 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ raid1 25153 - - + + \ No newline at end of file diff --git a/c/route.html b/c/route.html index 9358eb03d7..a8f150e550 100644 --- a/c/route.html +++ b/c/route.html @@ -10,7 +10,7 @@ route 命令,Linux route 命令详解:显示并设置Linux中静态路由表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -128,7 +128,7 @@ route add default gw - - + + \ No newline at end of file diff --git a/c/rpm.html b/c/rpm.html index a586ec14ac..6f83e02270 100644 --- a/c/rpm.html +++ b/c/rpm.html @@ -10,7 +10,7 @@ rpm 命令,Linux rpm 命令详解:RPM软件包的管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -192,7 +192,7 @@ rpm2cpio | cpio -idv - - + + \ No newline at end of file diff --git a/c/rpm2cpio.html b/c/rpm2cpio.html index 76d012eabe..c9ca87d3c9 100644 --- a/c/rpm2cpio.html +++ b/c/rpm2cpio.html @@ -10,7 +10,7 @@ rpm2cpio 命令,Linux rpm2cpio 命令详解:将RPM软件包转换为cpio格式的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/c/rpmbuild.html b/c/rpmbuild.html index 8f2158233b..65176ace34 100644 --- a/c/rpmbuild.html +++ b/c/rpmbuild.html @@ -10,7 +10,7 @@ rpmbuild 命令,Linux rpmbuild 命令详解:创建RPM的二进制软件包和源码软件包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/rpmdb.html b/c/rpmdb.html index fa2f20df37..c2e734e027 100644 --- a/c/rpmdb.html +++ b/c/rpmdb.html @@ -10,7 +10,7 @@ rpmdb 命令,Linux rpmdb 命令详解:初始化和重建RPM数据库 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/c/rpmquery.html b/c/rpmquery.html index 8501b31b90..497d6e2835 100644 --- a/c/rpmquery.html +++ b/c/rpmquery.html @@ -10,7 +10,7 @@ rpmquery 命令,Linux rpmquery 命令详解:从RPM数据库中查询软件包信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,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 4d75e96912..0384937391 100644 --- a/c/rpmsign.html +++ b/c/rpmsign.html @@ -10,7 +10,7 @@ rpmsign 命令,Linux rpmsign 命令详解:使用RPM软件包的签名管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/rpmverify.html b/c/rpmverify.html index 1dd6d7c0f1..bff6c9bc26 100644 --- a/c/rpmverify.html +++ b/c/rpmverify.html @@ -10,7 +10,7 @@ rpmverify 命令,Linux rpmverify 命令详解:验证已安装的RPM软件包的正确性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/rsh.html b/c/rsh.html index 00f9c3cbfb..ae68643e2a 100644 --- a/c/rsh.html +++ b/c/rsh.html @@ -10,7 +10,7 @@ rsh 命令,Linux rsh 命令详解:连接远程主机并执行命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/rsync.html b/c/rsync.html index 75ec4bd795..d8dab355c4 100644 --- a/c/rsync.html +++ b/c/rsync.html @@ -10,7 +10,7 @@ rsync 命令,Linux rsync 命令详解:远程数据同步工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -233,7 +233,7 @@ total size is 150995011 speedup is - - + + \ No newline at end of file diff --git a/c/runlevel.html b/c/runlevel.html index 985fe5f5fb..86d271c16d 100644 --- a/c/runlevel.html +++ b/c/runlevel.html @@ -10,7 +10,7 @@ runlevel 命令,Linux runlevel 命令详解:打印当前Linux系统的运行等级 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ S s Single user mode - - + + \ No newline at end of file diff --git a/c/sar.html b/c/sar.html index aceea51bf0..ab7189d5f0 100644 --- a/c/sar.html +++ b/c/sar.html @@ -10,7 +10,7 @@ sar 命令,Linux sar 命令详解:系统运行状态统计工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -101,7 +101,7 @@ Average: 324346 - - + + \ No newline at end of file diff --git a/c/scp.html b/c/scp.html index 3f07cb2d3a..635d4b473c 100644 --- a/c/scp.html +++ b/c/scp.html @@ -10,7 +10,7 @@ scp 命令,Linux scp 命令详解:加密的方式在本地主机和远程主机之间复制文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -103,7 +103,7 @@ - - + + \ No newline at end of file diff --git a/c/screen.html b/c/screen.html index 126510092d..d2c6c34baf 100644 --- a/c/screen.html +++ b/c/screen.html @@ -10,7 +10,7 @@ screen 命令,Linux screen 命令详解:用于命令行终端切换 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -168,7 +168,7 @@ screen-4.0.3-4.el5 - - + + \ No newline at end of file diff --git a/c/sed.html b/c/sed.html index 07f1efe653..ab8a80d7c8 100644 --- a/c/sed.html +++ b/c/sed.html @@ -10,7 +10,7 @@ sed 命令,Linux sed 命令详解:功能强大的流式文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -220,7 +220,7 @@ HELLO WORLD - - + + \ No newline at end of file diff --git a/c/seinfo.html b/c/seinfo.html index d196d13da8..ec095e2295 100644 --- a/c/seinfo.html +++ b/c/seinfo.html @@ -10,7 +10,7 @@ seinfo 命令,Linux seinfo 命令详解:查询SELinux的策略提供多少相关规则 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/semanage.html b/c/semanage.html index 27cd1493cf..d093d89ad9 100644 --- a/c/semanage.html +++ b/c/semanage.html @@ -10,7 +10,7 @@ semanage 命令,Linux semanage 命令详解:默认目录的安全上下文查询与修改 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -103,7 +103,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 0128e31eb1..3d8d8cd2d6 100644 --- a/c/sendmail.html +++ b/c/sendmail.html @@ -10,7 +10,7 @@ sendmail 命令,Linux sendmail 命令详解:著名电子邮件服务器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/seq.html b/c/seq.html index 45e83438b0..8d9667ff14 100644 --- a/c/seq.html +++ b/c/seq.html @@ -10,7 +10,7 @@ seq 命令,Linux seq 命令详解:以指定增量从首数开始打印数字到尾数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -99,7 +99,7 @@ str009 str010 str011 - - + + \ No newline at end of file diff --git a/c/service.html b/c/service.html index 989a64a869..ddc56feedb 100644 --- a/c/service.html +++ b/c/service.html @@ -10,7 +10,7 @@ service 命令,Linux service 命令详解:控制系统服务的实用工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -92,7 +92,7 @@ mysqld (pid 16 - - + + \ No newline at end of file diff --git a/c/sesearch.html b/c/sesearch.html index 9c29e43e17..3b0d49bb56 100644 --- a/c/sesearch.html +++ b/c/sesearch.html @@ -10,7 +10,7 @@ sesearch 命令,Linux sesearch 命令详解:查询SELinux策略的规则详情 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/set.html b/c/set.html index 1cc9ad237a..b0d183bfb5 100644 --- a/c/set.html +++ b/c/set.html @@ -10,7 +10,7 @@ set 命令,Linux set 命令详解:显示或设置shell特性及shell变量 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -92,7 +92,7 @@ - - + + \ No newline at end of file diff --git a/c/setfacl.html b/c/setfacl.html index 963e5a621c..323ef0252f 100644 --- a/c/setfacl.html +++ b/c/setfacl.html @@ -10,7 +10,7 @@ setfacl 命令,Linux setfacl 命令详解:设置文件访问控制列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -233,7 +233,7 @@ other::r-- - - + + \ No newline at end of file diff --git a/c/setpci.html b/c/setpci.html index a7da260a89..0f514bd2ca 100644 --- a/c/setpci.html +++ b/c/setpci.html @@ -10,7 +10,7 @@ setpci 命令,Linux setpci 命令详解:查询和配置PCI设备的使用工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,7 +98,7 @@ - - + + \ No newline at end of file diff --git a/c/setsebool.html b/c/setsebool.html index 2464cbdef3..da1da744bc 100644 --- a/c/setsebool.html +++ b/c/setsebool.html @@ -10,7 +10,7 @@ setsebool 命令,Linux setsebool 命令详解:修改SElinux策略内各项规则的布尔值 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -113,7 +113,7 @@ chcon -R -t httpd_sys_content_t ~user/public_html - - + + \ No newline at end of file diff --git a/c/setsid.html b/c/setsid.html index 7c054f92f2..05cf770f63 100644 --- a/c/setsid.html +++ b/c/setsid.html @@ -10,7 +10,7 @@ setsid 命令,Linux setsid 命令详解:在新的会话中运行程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ root 31102 29217 - - + + \ No newline at end of file diff --git a/c/sftp-server.html b/c/sftp-server.html index 40f0872fb1..e65678da83 100644 --- a/c/sftp-server.html +++ b/c/sftp-server.html @@ -10,7 +10,7 @@ sftp-server 命令,Linux sftp-server 命令详解:sftp协议的服务器端程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -66,7 +66,7 @@ - - + + \ No newline at end of file diff --git a/c/sftp.html b/c/sftp.html index 1939f1f6e4..3dc5d3a7ef 100644 --- a/c/sftp.html +++ b/c/sftp.html @@ -10,7 +10,7 @@ sftp 命令,Linux sftp 命令详解:交互式的文件传输程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/sh.html b/c/sh.html index d8e7033b86..f7663de791 100644 --- a/c/sh.html +++ b/c/sh.html @@ -10,7 +10,7 @@ sh 命令,Linux sh 命令详解:shell命令解释器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ - - + + \ No newline at end of file diff --git a/c/shift.html b/c/shift.html index a16bba451d..90dc118304 100644 --- a/c/shift.html +++ b/c/shift.html @@ -10,7 +10,7 @@ shift 命令,Linux shift 命令详解:移动位置参数。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ e r t - - + + \ No newline at end of file diff --git a/c/shopt.html b/c/shopt.html index 547cd237f3..4e3d19482c 100644 --- a/c/shopt.html +++ b/c/shopt.html @@ -10,7 +10,7 @@ shopt 命令,Linux shopt 命令详解:显示和设置shell操作选项 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ extdebug off - - + + \ No newline at end of file diff --git a/c/showmount.html b/c/showmount.html index e55414c5c9..2e73a5465d 100644 --- a/c/showmount.html +++ b/c/showmount.html @@ -10,7 +10,7 @@ showmount 命令,Linux showmount 命令详解:显示NFS服务器加载的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/shuf.html b/c/shuf.html index adf3c1a6d1..b35909626c 100644 --- a/c/shuf.html +++ b/c/shuf.html @@ -10,7 +10,7 @@ shuf 命令,Linux shuf 命令详解:产生随机的排列。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -108,7 +108,7 @@ - - + + \ No newline at end of file diff --git a/c/shutdown.html b/c/shutdown.html index 590c647b05..3b5a0f1a1c 100644 --- a/c/shutdown.html +++ b/c/shutdown.html @@ -10,7 +10,7 @@ shutdown 命令,Linux shutdown 命令详解:用来执行系统关机的命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ - - + + \ No newline at end of file diff --git a/c/skill.html b/c/skill.html index 66b0138853..a7164ec818 100644 --- a/c/skill.html +++ b/c/skill.html @@ -10,7 +10,7 @@ skill 命令,Linux skill 命令详解:向选定的进程发送信号冻结进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -126,7 +126,7 @@ Swap: 2041192k av, 83152k used, 1958040k free - - + + \ No newline at end of file diff --git a/c/slabtop.html b/c/slabtop.html index a7d80e6d5f..7477ce1331 100644 --- a/c/slabtop.html +++ b/c/slabtop.html @@ -10,7 +10,7 @@ slabtop 命令,Linux slabtop 命令详解:实时显示内核slab内存缓存信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -128,7 +128,7 @@ - - + + \ No newline at end of file diff --git a/c/sleep.html b/c/sleep.html index e308fa7acb..a4401ceb88 100644 --- a/c/sleep.html +++ b/c/sleep.html @@ -10,7 +10,7 @@ sleep 命令,Linux sleep 命令详解:将目前动作延迟一段时间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/c/slocate.html b/c/slocate.html index d6285111d7..a65c48b89a 100644 --- a/c/slocate.html +++ b/c/slocate.html @@ -10,7 +10,7 @@ slocate 命令,Linux slocate 命令详解:命令查找文件或目录 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ - - + + \ No newline at end of file diff --git a/c/smbclient.html b/c/smbclient.html index e561bd4518..27ca01d896 100644 --- a/c/smbclient.html +++ b/c/smbclient.html @@ -10,7 +10,7 @@ smbclient 命令,Linux smbclient 命令详解:交互方式访问samba服务器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -101,7 +101,7 @@ smb:/>ls - - + + \ No newline at end of file diff --git a/c/smbpasswd.html b/c/smbpasswd.html index 3267991054..062f0a1e07 100644 --- a/c/smbpasswd.html +++ b/c/smbpasswd.html @@ -10,7 +10,7 @@ smbpasswd 命令,Linux smbpasswd 命令详解:samba用户和密码管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/sort.html b/c/sort.html index c6218d012b..e1fc345a59 100644 --- a/c/sort.html +++ b/c/sort.html @@ -10,7 +10,7 @@ sort 命令,Linux sort 命令详解:对文本文件中所有行进行排序。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -220,7 +220,7 @@ guge 50 3000 - - + + \ No newline at end of file diff --git a/c/source.html b/c/source.html index fab6790cc0..189938cee8 100644 --- a/c/source.html +++ b/c/source.html @@ -10,7 +10,7 @@ source 命令,Linux source 命令详解:在当前Shell环境中从指定文件读取和执行命令。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -91,7 +91,7 @@ - - + + \ No newline at end of file diff --git a/c/speedtest-cli.html b/c/speedtest-cli.html index aca0e431d4..ed5cc8cb5a 100644 --- a/c/speedtest-cli.html +++ b/c/speedtest-cli.html @@ -10,7 +10,7 @@ speedtest-cli 命令,Linux speedtest-cli 命令详解:命令行下测试服务器外网速度 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -126,7 +126,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 16bfb1517c..a711a71e97 100644 --- a/c/spell.html +++ b/c/spell.html @@ -10,7 +10,7 @@ spell 命令,Linux spell 命令详解:对文件进行拼写检查 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/c/split.html b/c/split.html index 82c6a88559..0644237979 100644 --- a/c/split.html +++ b/c/split.html @@ -10,7 +10,7 @@ split 命令,Linux split 命令详解:分割任意大小的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -90,7 +90,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 9fad30b54f..4a9a11499b 100644 --- a/c/squid.html +++ b/c/squid.html @@ -10,7 +10,7 @@ squid 命令,Linux squid 命令详解:squid服务器守护进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/squidclient.html b/c/squidclient.html index 4ccd4d9a30..0bb13a41f0 100644 --- a/c/squidclient.html +++ b/c/squidclient.html @@ -10,7 +10,7 @@ squidclient 命令,Linux squidclient 命令详解:squid服务器的客户端管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/ss.html b/c/ss.html index 1486c2dbbf..8881a66425 100644 --- a/c/ss.html +++ b/c/ss.html @@ -10,7 +10,7 @@ ss 命令,Linux ss 命令详解:比 netstat 好用的socket统计信息,iproute2 包附带的另一个工具,允许你查询 socket 的有关统计信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -208,7 +208,7 @@ tcp LISTEN 0 - - + + \ No newline at end of file diff --git a/c/ssh-add.html b/c/ssh-add.html index ad2a45d2bf..50051dd205 100644 --- a/c/ssh-add.html +++ b/c/ssh-add.html @@ -10,7 +10,7 @@ ssh-add 命令,Linux ssh-add 命令详解:把专用密钥添加到ssh-agent的高速缓存中 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ ssh-add -e pkcs11 - - + + \ No newline at end of file diff --git a/c/ssh-agent.html b/c/ssh-agent.html index 38aef6fe83..bbe9d1f09a 100644 --- a/c/ssh-agent.html +++ b/c/ssh-agent.html @@ -10,7 +10,7 @@ ssh-agent 命令,Linux ssh-agent 命令详解:ssh密钥管理器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ ssh-agent [-c - - + + \ No newline at end of file diff --git a/c/ssh-copy-id.html b/c/ssh-copy-id.html index 4b3da0359d..9db7f20714 100644 --- a/c/ssh-copy-id.html +++ b/c/ssh-copy-id.html @@ -10,7 +10,7 @@ ssh-copy-id 命令,Linux ssh-copy-id 命令详解:把本地的ssh公钥文件安装到远程主机对应的账户下 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,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 dd3bf70620..339bec7cd9 100644 --- a/c/ssh-keygen.html +++ b/c/ssh-keygen.html @@ -10,7 +10,7 @@ ssh-keygen 命令,Linux ssh-keygen 命令详解:为ssh生成、管理和转换认证密钥 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/c/ssh-keyscan.html b/c/ssh-keyscan.html index 5e0015d097..0b00244a62 100644 --- a/c/ssh-keyscan.html +++ b/c/ssh-keyscan.html @@ -10,7 +10,7 @@ ssh-keyscan 命令,Linux ssh-keyscan 命令详解:收集主机公钥的使用工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/ssh.html b/c/ssh.html index 1fea39fb03..7106165563 100644 --- a/c/ssh.html +++ b/c/ssh.html @@ -10,7 +10,7 @@ ssh 命令,Linux ssh 命令详解:openssh套件中的客户端连接工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,10 +98,10 @@ ssh-copy-id user@ip:port # 将当前用户的公钥

    (LCTT 译注:DNS 协议中的 WKS 记录类型意即“众所周知的业务描述”,是类似于 A、MX 这样的 DNS 记录类型,用于描述某个 IP 所提供的服务,目前鲜见使用。参见: https://docs.oracle.com/cd/E19683-01/806-4077/dnsintro-154/index.html 。)

    第二天,我就收到了 Joyce 发来的邮件:

    -

    Date: Mon, 10 Jul 1995 15:35:33 -0700
    From: jkrey@ISI.EDU
    To: ylo@cs.hut.fi
    Subject: 回复:请求取得一个端口号
    Cc: iana@ISI.EDU
    Tatu,
    我们将端口号 22 分配给 ssh 服务了,你目前是该服务的主要联系人。
    Joyce

    +

    Date: Mon, 10 Jul 1995 15:35:33 -0700
    From: jkrey@ISI.EDU
    To: ylo@cs.hut.fi
    Subject: 回复:请求取得一个端口号
    Cc: iana@ISI.EDU
    Tatu,
    我们将端口号 22 分配给 ssh 服务了,你目前是该服务的主要联系人。
    Joyce

    这就搞定了!SSH 的端口正式使用 22!!!

    -

    1995 年 7 月 12 日上午 2 点 21 分,我给我在赫尔辛基理工大学的测试者们宣布了 SSH 的最后 beta 版本。当日下午 5 点 23 分,我给测试者们宣布了 ssh-1.0.0 版本。1995 年 7 月 12 日,下午 5 点 51 分,我将一份 SSH(安全终端)的宣告发给了 cypherpunks@toad.com 的邮件列表,此外我还将其发给了一些新闻组、邮件列表和一些在因特网上讨论相关话题的人们。

    +

    1995 年 7 月 12 日上午 2 点 21 分,我给我在赫尔辛基理工大学的测试者们宣布了 SSH 的最后 beta 版本。当日下午 5 点 23 分,我给测试者们宣布了 ssh-1.0.0 版本。1995 年 7 月 12 日,下午 5 点 51 分,我将一份 SSH(安全终端)的宣告发给了 cypherpunks@toad.com 的邮件列表,此外我还将其发给了一些新闻组、邮件列表和一些在因特网上讨论相关话题的人们。

    如何更改 SSH 服务的端口号

    SSH 服务器是默认运行在 22 号端口上的。然而,由于某些原因需要,它也可以运行在别的端口上。比如为了方便测试使用,又比如在同一个宿主机上运行多个不同的配置。当然,极少情况下,不使用 root 权限运行它也可以,比如某些必须运行在非特权的端口的情况(端口号大于等于 1024)。

    端口号可以在配置文件 /etc/ssh/sshd_config 中将 Port 22 更改。也可以使用 -p 选项运行 sshd。SSH 客户端和 sftp 程序也可以使用 -p 选项。

    配置 SSH 协议穿越防火墙

    SSH 是少数通常被许可穿越防火墙的协议之一。通常的做法是不限制出站的 SSH 连接,尤其常见于一些较小的或者比较技术型的组织中,而入站的 SSH 连接通常会限制到一台或者是少数几台服务器上。

    @@ -144,7 +144,7 @@ iptables -A OUTPUT -p tcp --sport 22 -m conntr - - + + \ No newline at end of file diff --git a/c/sshd.html b/c/sshd.html index 5e0c3b0c22..9f720a91be 100644 --- a/c/sshd.html +++ b/c/sshd.html @@ -10,7 +10,7 @@ sshd 命令,Linux sshd 命令详解:openssh软件套件中的服务器守护进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/c/startx.html b/c/startx.html index abfeb94a2a..6d59b3f5ea 100644 --- a/c/startx.html +++ b/c/startx.html @@ -10,7 +10,7 @@ startx 命令,Linux startx 命令详解:用来启动X Window - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -107,7 +107,7 @@ - - + + \ No newline at end of file diff --git a/c/stat.html b/c/stat.html index 8df67afff3..2c69115916 100644 --- a/c/stat.html +++ b/c/stat.html @@ -10,7 +10,7 @@ stat 命令,Linux stat 命令详解:用于显示文件的状态信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ myfile 0 8 8 - - + + \ No newline at end of file diff --git a/c/strace.html b/c/strace.html index 126e54aa7a..09db64d8d8 100644 --- a/c/strace.html +++ b/c/strace.html @@ -10,7 +10,7 @@ strace 命令,Linux strace 命令详解:跟踪系统调用和信号 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -329,7 +329,7 @@ lrwx------ 1 oracle dba - - + + \ No newline at end of file diff --git a/c/strings.html b/c/strings.html index 0c2db9fd2f..b3687ff806 100644 --- a/c/strings.html +++ b/c/strings.html @@ -10,7 +10,7 @@ strings 命令,Linux strings 命令详解:在对象文件或二进制文件中查找可打印的字符串 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ - - + + \ No newline at end of file diff --git a/c/stty.html b/c/stty.html index 23834b7a7e..9dce295c9b 100644 --- a/c/stty.html +++ b/c/stty.html @@ -10,7 +10,7 @@ stty 命令,Linux stty 命令详解:修改终端命令行的相关设置 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -99,7 +99,7 @@ stty -igncr #恢复 - - + + \ No newline at end of file diff --git a/c/su.html b/c/su.html index c74d55f769..eb28833848 100644 --- a/c/su.html +++ b/c/su.html @@ -10,7 +10,7 @@ su 命令,Linux su 命令详解:用于切换当前用户身份到其他用户身份 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/c/sudo.html b/c/sudo.html index 85e4869fe6..32406043ec 100644 --- a/c/sudo.html +++ b/c/sudo.html @@ -10,7 +10,7 @@ sudo 命令,Linux sudo 命令详解:以其他身份来执行命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -146,7 +146,7 @@ install.log.syslog - - + + \ No newline at end of file diff --git a/c/sum.html b/c/sum.html index 054b07160e..770b71184b 100644 --- a/c/sum.html +++ b/c/sum.html @@ -10,7 +10,7 @@ sum 命令,Linux sum 命令详解:计算文件的校验码和显示块数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/supervisord.html b/c/supervisord.html index d683942fd4..9afba4aa6a 100644 --- a/c/supervisord.html +++ b/c/supervisord.html @@ -10,7 +10,7 @@ supervisord 命令,Linux supervisord 命令详解:配置后台服务/常驻进程的进程管家工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ supervisorctl reload # 修改/添加配置文件需 - - + + \ No newline at end of file diff --git a/c/suspend.html b/c/suspend.html index 2a137e7e15..0cd793845e 100644 --- a/c/suspend.html +++ b/c/suspend.html @@ -10,7 +10,7 @@ suspend 命令,Linux suspend 命令详解:挂起shell的执行。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ - - + + \ No newline at end of file diff --git a/c/swapoff.html b/c/swapoff.html index e1e55ec3d9..cdb7b9570a 100644 --- a/c/swapoff.html +++ b/c/swapoff.html @@ -10,7 +10,7 @@ swapoff 命令,Linux swapoff 命令详解:关闭指定的交换空间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/swapon.html b/c/swapon.html index 430536819b..49c5edfb88 100644 --- a/c/swapon.html +++ b/c/swapon.html @@ -10,7 +10,7 @@ swapon 命令,Linux swapon 命令详解:激活Linux系统中交换空间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ Filename t - - + + \ No newline at end of file diff --git a/c/sync.html b/c/sync.html index 5b668777a7..778de0cdd7 100644 --- a/c/sync.html +++ b/c/sync.html @@ -10,7 +10,7 @@ sync 命令,Linux sync 命令详解:用于强制被改变的内容立刻写入磁盘 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/c/sysctl.html b/c/sysctl.html index 6d0e967aeb..c232d74c4f 100644 --- a/c/sysctl.html +++ b/c/sysctl.html @@ -10,7 +10,7 @@ sysctl 命令,Linux sysctl 命令详解:时动态地修改内核的运行参数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -200,7 +200,7 @@ net.ipv4.icmp_echo_ignore_all = - - + + \ No newline at end of file diff --git a/c/syslog.html b/c/syslog.html index 97c61f69f6..6d67c79f19 100644 --- a/c/syslog.html +++ b/c/syslog.html @@ -10,7 +10,7 @@ syslog 命令,Linux syslog 命令详解:系统默认的日志守护进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ Jan 5 10:37 - - + + \ No newline at end of file diff --git a/c/systemctl.html b/c/systemctl.html index cbe7c73388..12b80576dd 100644 --- a/c/systemctl.html +++ b/c/systemctl.html @@ -10,7 +10,7 @@ systemctl 命令,Linux systemctl 命令详解:系统服务管理器指令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -125,7 +125,7 @@ systemctl list-units --type=service - - + + \ No newline at end of file diff --git a/c/systool.html b/c/systool.html index 17cfab8da5..f66af28e8c 100644 --- a/c/systool.html +++ b/c/systool.html @@ -10,7 +10,7 @@ systool 命令,Linux systool 命令详解:显示基于总线、类和拓扑显示系统中设备的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -241,7 +241,7 @@ Supported sysfs modules: - - + + \ No newline at end of file diff --git a/c/tac.html b/c/tac.html index e5916c52cd..3e79c20883 100644 --- a/c/tac.html +++ b/c/tac.html @@ -10,7 +10,7 @@ tac 命令,Linux tac 命令详解:连接多个文件并以行为单位反向打印到标准输出。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -102,7 +102,7 @@ - - + + \ No newline at end of file diff --git a/c/tail.html b/c/tail.html index 287a9b4b65..6fdbf8420f 100644 --- a/c/tail.html +++ b/c/tail.html @@ -10,7 +10,7 @@ tail 命令,Linux tail 命令详解:在屏幕上显示指定文件的末尾若干行 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -87,7 +87,7 @@ - - + + \ No newline at end of file diff --git a/c/tailf.html b/c/tailf.html index 3cf8de8ffc..38729c1c08 100644 --- a/c/tailf.html +++ b/c/tailf.html @@ -10,7 +10,7 @@ tailf 命令,Linux tailf 命令详解:在屏幕上显示指定文件的末尾若干行内容,通常用于日志文件的跟踪输出 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ tailf -n 5 log2014.log - - + + \ No newline at end of file diff --git a/c/talk.html b/c/talk.html index 9bf90ed7de..39dbc8dc04 100644 --- a/c/talk.html +++ b/c/talk.html @@ -10,7 +10,7 @@ talk 命令,Linux talk 命令详解:让用户和其他用户聊天 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,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 ec1d19a740..f205e17859 100644 --- a/c/tar.html +++ b/c/tar.html @@ -10,7 +10,7 @@ tar 命令,Linux tar 命令详解:将许多文件一起保存至一个单独的磁带或磁盘归档,并能从归档中单独还原所需文件。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -442,7 +442,7 @@ Main-class: the_name_of_the_main_class_should_be_put_here - - + + \ No newline at end of file diff --git a/c/tcpdump.html b/c/tcpdump.html index 41c713c93c..38ae47932a 100644 --- a/c/tcpdump.html +++ b/c/tcpdump.html @@ -10,7 +10,7 @@ tcpdump 命令,Linux tcpdump 命令详解:一款sniffer工具,是Linux上的抓包工具,嗅探器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -133,7 +133,7 @@ - - + + \ No newline at end of file diff --git a/c/tcpreplay.html b/c/tcpreplay.html index a698d92683..a5ad09d12c 100644 --- a/c/tcpreplay.html +++ b/c/tcpreplay.html @@ -10,7 +10,7 @@ tcpreplay 命令,Linux tcpreplay 命令详解:将PCAP包重新发送,用于性能或者功能测试 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -115,7 +115,7 @@ - - + + \ No newline at end of file diff --git a/c/tee.html b/c/tee.html index 19195bf75a..7f361b0ffa 100644 --- a/c/tee.html +++ b/c/tee.html @@ -10,7 +10,7 @@ tee 命令,Linux tee 命令详解:从标准输入读取数据并重定向到标准输出和文件。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,7 +98,7 @@ MODE决定了当出现写错误时的输出行为,可用的MODE如下: - - + + \ No newline at end of file diff --git a/c/telint.html b/c/telint.html index bc09961db4..fada96a1e1 100644 --- a/c/telint.html +++ b/c/telint.html @@ -10,7 +10,7 @@ telint 命令,Linux telint 命令详解:切换当前正在运行系统的运行等级 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/c/telnet.html b/c/telnet.html index b5ddbaf1ef..7bb3985484 100644 --- a/c/telnet.html +++ b/c/telnet.html @@ -10,7 +10,7 @@ telnet 命令,Linux telnet 命令详解:登录远程主机和管理(测试ip端口是否连通) - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -142,7 +142,7 @@ telnet 23/udp - - + + \ No newline at end of file diff --git a/c/tempfile.html b/c/tempfile.html index f576bc5b9b..b500da4149 100644 --- a/c/tempfile.html +++ b/c/tempfile.html @@ -10,7 +10,7 @@ tempfile 命令,Linux tempfile 命令详解:shell中给临时文件命名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/test.html b/c/test.html index 707ddf4909..52db0f695a 100644 --- a/c/test.html +++ b/c/test.html @@ -10,7 +10,7 @@ test 命令,Linux test 命令详解:执行条件表达式。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -131,7 +131,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 7f11ad489c..41b83d1873 100644 --- a/c/tftp.html +++ b/c/tftp.html @@ -10,7 +10,7 @@ tftp 命令,Linux tftp 命令详解:在本机和tftp服务器之间使用TFTP协议传输文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -160,7 +160,7 @@ tftp>q - - + + \ No newline at end of file diff --git a/c/time.html b/c/time.html index 2db10989af..33f05f738f 100644 --- a/c/time.html +++ b/c/time.html @@ -10,7 +10,7 @@ time 命令,Linux time 命令详解:统计给定命令所花费的总时间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -148,7 +148,7 @@ sys 0m0.007s - - + + \ No newline at end of file diff --git a/c/times.html b/c/times.html index 51dfca01a8..d218e4f8de 100644 --- a/c/times.html +++ b/c/times.html @@ -10,7 +10,7 @@ times 命令,Linux times 命令详解:显示进程累计时间。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/c/tload.html b/c/tload.html index fe8317887e..a05affcab4 100644 --- a/c/tload.html +++ b/c/tload.html @@ -10,7 +10,7 @@ tload 命令,Linux tload 命令详解:显示系统负载状况 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/c/tmux.html b/c/tmux.html index c6dea3e6e8..a25fea358c 100644 --- a/c/tmux.html +++ b/c/tmux.html @@ -10,7 +10,7 @@ tmux 命令,Linux tmux 命令详解:Tmux是一个优秀的终端复用软件,类似GNU Screen,但来自于OpenBSD,采用BSD授权 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -398,7 +398,7 @@ ctrl+b d # 脱离当前会话;这样可 - - + + \ No newline at end of file diff --git a/c/top.html b/c/top.html index 03d8ea8c19..a5d01fef7b 100644 --- a/c/top.html +++ b/c/top.html @@ -10,7 +10,7 @@ top 命令,Linux top 命令详解:显示或管理执行中的程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -125,7 +125,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 3cd11805db..bc8a701155 100644 --- a/c/touch.html +++ b/c/touch.html @@ -10,7 +10,7 @@ touch 命令,Linux touch 命令详解:创建新的空文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/c/tput.html b/c/tput.html index cf93bf23a8..c832dcc392 100644 --- a/c/tput.html +++ b/c/tput.html @@ -10,7 +10,7 @@ tput 命令,Linux tput 命令详解:通过terminfo数据库对终端会话进行初始化和操作 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -208,7 +208,7 @@ tput rc - - + + \ No newline at end of file diff --git a/c/tr.html b/c/tr.html index 2f3db4aa75..8ea0079737 100644 --- a/c/tr.html +++ b/c/tr.html @@ -10,7 +10,7 @@ tr 命令,Linux tr 命令详解:将字符进行替换压缩和删除 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -110,7 +110,7 @@ this is a text line. - - + + \ No newline at end of file diff --git a/c/tracepath.html b/c/tracepath.html index 3d1db2de45..4dffe64dff 100644 --- a/c/tracepath.html +++ b/c/tracepath.html @@ -10,7 +10,7 @@ tracepath 命令,Linux tracepath 命令详解:追踪目的主机经过的路由信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ - - + + \ No newline at end of file diff --git a/c/traceroute.html b/c/traceroute.html index 4d8e5aa976..d8ef392c55 100644 --- a/c/traceroute.html +++ b/c/traceroute.html @@ -10,7 +10,7 @@ traceroute 命令,Linux traceroute 命令详解:显示数据包到主机间的路径 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -123,7 +123,7 @@ - - + + \ No newline at end of file diff --git a/c/trap.html b/c/trap.html index b10dd14b7e..b18f1ea38d 100644 --- a/c/trap.html +++ b/c/trap.html @@ -10,7 +10,7 @@ trap 命令,Linux trap 命令详解:捕捉信号和其他事件并执行命令。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -149,7 +149,7 @@ - - + + \ No newline at end of file diff --git a/c/tree.html b/c/tree.html index e9fadffb3c..f6ea88878c 100644 --- a/c/tree.html +++ b/c/tree.html @@ -10,7 +10,7 @@ tree 命令,Linux tree 命令详解:树状图列出目录的内容 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -137,7 +137,7 @@ tree -L 2 > - - + + \ No newline at end of file diff --git a/c/true.html b/c/true.html index 3a46419dd5..b1c60d09f1 100644 --- a/c/true.html +++ b/c/true.html @@ -10,7 +10,7 @@ true 命令,Linux true 命令详解:返回状态为成功。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ some_command || - - + + \ No newline at end of file diff --git a/c/tty.html b/c/tty.html index 84a526e0a8..330b14dbcd 100644 --- a/c/tty.html +++ b/c/tty.html @@ -10,7 +10,7 @@ tty 命令,Linux tty 命令详解:显示连接到当前标准输入的终端设备文件名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/type.html b/c/type.html index 5a5c4462c5..eaaed32be8 100644 --- a/c/type.html +++ b/c/type.html @@ -10,7 +10,7 @@ type 命令,Linux type 命令详解:显示指定命令的类型。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -149,7 +149,7 @@ keyword - - + + \ No newline at end of file diff --git a/c/ulimit.html b/c/ulimit.html index 912a6f21ca..dcf15b7b04 100644 --- a/c/ulimit.html +++ b/c/ulimit.html @@ -10,7 +10,7 @@ ulimit 命令,Linux ulimit 命令详解:控制shell程序的资源 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -102,7 +102,7 @@ virtual memory (kbytes, -v - - + + \ No newline at end of file diff --git a/c/umask.html b/c/umask.html index 7213ff688e..c53484d57c 100644 --- a/c/umask.html +++ b/c/umask.html @@ -10,7 +10,7 @@ umask 命令,Linux umask 命令详解:显示或设置创建文件的权限掩码。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -130,7 +130,7 @@ - - + + \ No newline at end of file diff --git a/c/umount.html b/c/umount.html index 1decb68f49..bb8bcfb73c 100644 --- a/c/umount.html +++ b/c/umount.html @@ -10,7 +10,7 @@ umount 命令,Linux umount 命令详解:用于卸载已经加载的文件系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ umount: /mnt/mymount: device is busy - - + + \ No newline at end of file diff --git a/c/unalias.html b/c/unalias.html index 2e4676355d..6d2ef1a05c 100644 --- a/c/unalias.html +++ b/c/unalias.html @@ -10,7 +10,7 @@ unalias 命令,Linux unalias 命令详解:删除由alias设置的别名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,7 +98,7 @@ - - + + \ No newline at end of file diff --git a/c/uname.html b/c/uname.html index de453aa91d..8e8c335909 100644 --- a/c/uname.html +++ b/c/uname.html @@ -10,7 +10,7 @@ uname 命令,Linux uname 命令详解:打印系统信息。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -117,7 +117,7 @@ GNU/Linux - - + + \ No newline at end of file diff --git a/c/unarj.html b/c/unarj.html index 93fad6888b..d879aa7cd9 100644 --- a/c/unarj.html +++ b/c/unarj.html @@ -10,7 +10,7 @@ unarj 命令,Linux unarj 命令详解:解压缩由arj命令创建的压缩包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ x:解压缩时保留原有的路径。 - - + + \ No newline at end of file diff --git a/c/uncompress.html b/c/uncompress.html index f628fc55ac..10abf68373 100644 --- a/c/uncompress.html +++ b/c/uncompress.html @@ -10,7 +10,7 @@ uncompress 命令,Linux uncompress 命令详解:用来解压.Z文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/unexpand.html b/c/unexpand.html index 5b84faac39..800803b9b4 100644 --- a/c/unexpand.html +++ b/c/unexpand.html @@ -10,7 +10,7 @@ unexpand 命令,Linux unexpand 命令详解:将文件的空白字符转换为制表符 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/uniq.html b/c/uniq.html index d6fb9c663b..7e4f6f7d81 100644 --- a/c/uniq.html +++ b/c/uniq.html @@ -10,7 +10,7 @@ uniq 命令,Linux uniq 命令详解:显示或忽略重复的行。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -103,7 +103,7 @@ - - + + \ No newline at end of file diff --git a/c/unlink.html b/c/unlink.html index 24e7199161..fa55ee95f5 100644 --- a/c/unlink.html +++ b/c/unlink.html @@ -10,7 +10,7 @@ unlink 命令,Linux unlink 命令详解:系统调用函数unlink去删除指定的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/unprotoize.html b/c/unprotoize.html index 2d87c44571..a820429803 100644 --- a/c/unprotoize.html +++ b/c/unprotoize.html @@ -10,7 +10,7 @@ unprotoize 命令,Linux unprotoize 命令详解:删除C语言源代码文件中的函数原型 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/unrar.html b/c/unrar.html index f54c05b44b..c79bf41b0f 100644 --- a/c/unrar.html +++ b/c/unrar.html @@ -10,7 +10,7 @@ unrar 命令,Linux unrar 命令详解:解压rar文件命令,从rar档案中提取文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,7 +98,7 @@ - - + + \ No newline at end of file diff --git a/c/unset.html b/c/unset.html index 40d08b47a7..4ede623bfb 100644 --- a/c/unset.html +++ b/c/unset.html @@ -10,7 +10,7 @@ unset 命令,Linux unset 命令详解:删除指定的shell变量或函数。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -125,7 +125,7 @@ - - + + \ No newline at end of file diff --git a/c/unzip.html b/c/unzip.html index 92077a7121..f710c19005 100644 --- a/c/unzip.html +++ b/c/unzip.html @@ -10,7 +10,7 @@ unzip 命令,Linux unzip 命令详解:用于解压缩由zip命令压缩的压缩包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -102,7 +102,7 @@ - - + + \ No newline at end of file diff --git a/c/updatedb.html b/c/updatedb.html index 2cf1481acc..4cb2690d57 100644 --- a/c/updatedb.html +++ b/c/updatedb.html @@ -10,7 +10,7 @@ updatedb 命令,Linux updatedb 命令详解:创建或更新slocate命令所必需的数据库文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/uptime.html b/c/uptime.html index 9fc429b61e..58e85f0c89 100644 --- a/c/uptime.html +++ b/c/uptime.html @@ -10,7 +10,7 @@ uptime 命令,Linux uptime 命令详解:查看Linux系统负载信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ load average: 0.00, - - + + \ No newline at end of file diff --git a/c/useradd.html b/c/useradd.html index 5fa6e196c0..5596ca4f1d 100644 --- a/c/useradd.html +++ b/c/useradd.html @@ -10,7 +10,7 @@ useradd 命令,Linux useradd 命令详解:创建的新的系统用户 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ - - + + \ No newline at end of file diff --git a/c/userdel.html b/c/userdel.html index 9d2b3e130e..f17300bec7 100644 --- a/c/userdel.html +++ b/c/userdel.html @@ -10,7 +10,7 @@ userdel 命令,Linux userdel 命令详解:用于删除给定的用户以及与用户相关的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/usermod.html b/c/usermod.html index c38566b528..b7dbfe4f55 100644 --- a/c/usermod.html +++ b/c/usermod.html @@ -10,7 +10,7 @@ usermod 命令,Linux usermod 命令详解:用于修改用户的基本信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ new_home - - + + \ No newline at end of file diff --git a/c/usernetctl.html b/c/usernetctl.html index 91428f1242..8ab85772d3 100644 --- a/c/usernetctl.html +++ b/c/usernetctl.html @@ -10,7 +10,7 @@ usernetctl 命令,Linux usernetctl 命令详解:被允许时操作指定的网络接口 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/users.html b/c/users.html index bb6d21b194..ef51eef258 100644 --- a/c/users.html +++ b/c/users.html @@ -10,7 +10,7 @@ users 命令,Linux users 命令详解:打印当前主机所有登陆用户的名称。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ root root - - + + \ No newline at end of file diff --git a/c/uucico.html b/c/uucico.html index 03e0b4c24a..5831dcd78d 100644 --- a/c/uucico.html +++ b/c/uucico.html @@ -10,7 +10,7 @@ uucico 命令,Linux uucico 命令详解:UUCP文件传输服务程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -87,7 +87,7 @@ - - + + \ No newline at end of file diff --git a/c/uupick.html b/c/uupick.html index 7cc052f956..202992f949 100644 --- a/c/uupick.html +++ b/c/uupick.html @@ -10,7 +10,7 @@ uupick 命令,Linux uupick 命令详解:命令处理传送进来的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/c/uuto.html b/c/uuto.html index 7c9e3e6797..5a654f0770 100644 --- a/c/uuto.html +++ b/c/uuto.html @@ -10,7 +10,7 @@ uuto 命令,Linux uuto 命令详解:将文件传送到远端的UUCP主机 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/c/vdfuse.html b/c/vdfuse.html index 5ecf047904..dfab9c455d 100644 --- a/c/vdfuse.html +++ b/c/vdfuse.html @@ -10,7 +10,7 @@ vdfuse 命令,Linux vdfuse 命令详解:VirtualBox软件挂载VDI分区文件工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ - - + + \ No newline at end of file diff --git a/c/vgchange.html b/c/vgchange.html index c8865af944..5212683c6c 100644 --- a/c/vgchange.html +++ b/c/vgchange.html @@ -10,7 +10,7 @@ vgchange 命令,Linux vgchange 命令详解:修改卷组属性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/vgconvert.html b/c/vgconvert.html index 51cbf81b60..0bca2a387d 100644 --- a/c/vgconvert.html +++ b/c/vgconvert.html @@ -10,7 +10,7 @@ vgconvert 命令,Linux vgconvert 命令详解:转换卷组元数据格式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ Volume group vg1000 successfully converted - - + + \ No newline at end of file diff --git a/c/vgcreate.html b/c/vgcreate.html index b1e375fd76..abca55d237 100644 --- a/c/vgcreate.html +++ b/c/vgcreate.html @@ -10,7 +10,7 @@ vgcreate 命令,Linux vgcreate 命令详解:用于创建LVM卷组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/vgdisplay.html b/c/vgdisplay.html index 9126b9256e..ffdd51909c 100644 --- a/c/vgdisplay.html +++ b/c/vgdisplay.html @@ -10,7 +10,7 @@ vgdisplay 命令,Linux vgdisplay 命令详解:显示LVM卷组的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/c/vgextend.html b/c/vgextend.html index 82eddc9241..14ee733ca3 100644 --- a/c/vgextend.html +++ b/c/vgextend.html @@ -10,7 +10,7 @@ vgextend 命令,Linux vgextend 命令详解:向卷组中添加物理卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/c/vgreduce.html b/c/vgreduce.html index 134979d7bf..632522c076 100644 --- a/c/vgreduce.html +++ b/c/vgreduce.html @@ -10,7 +10,7 @@ vgreduce 命令,Linux vgreduce 命令详解:从卷组中删除物理卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/c/vgremove.html b/c/vgremove.html index 8dd1e87630..fa4e06f064 100644 --- a/c/vgremove.html +++ b/c/vgremove.html @@ -10,7 +10,7 @@ vgremove 命令,Linux vgremove 命令详解:用于用户删除LVM卷组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ Volume group "vg1000" successfully removed - - + + \ No newline at end of file diff --git a/c/vgrename.html b/c/vgrename.html index ee7246997b..8c1208bcd1 100644 --- a/c/vgrename.html +++ b/c/vgrename.html @@ -10,7 +10,7 @@ vgrename 命令,Linux vgrename 命令详解:使用vgrename命令可以重命名卷组的名称 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/vgscan.html b/c/vgscan.html index 183603d18f..ecefa5a60b 100644 --- a/c/vgscan.html +++ b/c/vgscan.html @@ -10,7 +10,7 @@ vgscan 命令,Linux vgscan 命令详解:扫描并显示系统中的卷组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ Found volume group "vg1000" using metadata - - + + \ No newline at end of file diff --git a/c/vi.html b/c/vi.html index c9b68f46ce..1ee7b1bf74 100644 --- a/c/vi.html +++ b/c/vi.html @@ -10,7 +10,7 @@ vi 命令,Linux vi 命令详解:功能强大的纯文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -126,7 +126,7 @@ O:在当前行前面插入一空行; - - + + \ No newline at end of file diff --git a/c/vmstat.html b/c/vmstat.html index 43558043b7..e8c979e542 100644 --- a/c/vmstat.html +++ b/c/vmstat.html @@ -10,7 +10,7 @@ vmstat 命令,Linux vmstat 命令详解:显示虚拟内存状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -133,7 +133,7 @@ procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu----- - - + + \ No newline at end of file diff --git a/c/volname.html b/c/volname.html index 965800bd85..73d6731179 100644 --- a/c/volname.html +++ b/c/volname.html @@ -10,7 +10,7 @@ volname 命令,Linux volname 命令详解:显示指定的ISO-9660格式的设备的卷名称 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/c/w.html b/c/w.html index 22e049916b..e90ad58599 100644 --- a/c/w.html +++ b/c/w.html @@ -10,7 +10,7 @@ w 命令,Linux w 命令详解:显示目前登入系统的用户信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ root pts/0 222.94.97.122 - - + + \ No newline at end of file diff --git a/c/wait.html b/c/wait.html index 09f37d5420..833efd0ea1 100644 --- a/c/wait.html +++ b/c/wait.html @@ -10,7 +10,7 @@ wait 命令,Linux wait 命令详解:等待进程执行完后返回 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/wall.html b/c/wall.html index dfe441568b..687e1398fb 100644 --- a/c/wall.html +++ b/c/wall.html @@ -10,7 +10,7 @@ wall 命令,Linux wall 命令详解:向系统当前所有打开的终端上输出信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ this is a test line - - + + \ No newline at end of file diff --git a/c/watch.html b/c/watch.html index 5d5ab94b08..4e2f045f44 100644 --- a/c/watch.html +++ b/c/watch.html @@ -10,7 +10,7 @@ watch 命令,Linux watch 命令详解:可以将命令的输出结果输出到标准输出设备,多用于周期性执行命令/定时执行命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ - - + + \ No newline at end of file diff --git a/c/wc.html b/c/wc.html index 6d5e5ad0a9..05b5374117 100644 --- a/c/wc.html +++ b/c/wc.html @@ -10,7 +10,7 @@ wc 命令,Linux wc 命令详解:统计文件的字节数、字数、行数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ - - + + \ No newline at end of file diff --git a/c/wget.html b/c/wget.html index 60102101bc..77d88c5a41 100644 --- a/c/wget.html +++ b/c/wget.html @@ -10,7 +10,7 @@ wget 命令,Linux wget 命令详解:Linux系统下载文件工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -269,7 +269,7 @@ url4 - - + + \ No newline at end of file diff --git a/c/whatis.html b/c/whatis.html index 450a5a38fe..561bbde962 100644 --- a/c/whatis.html +++ b/c/whatis.html @@ -10,7 +10,7 @@ whatis 命令,Linux whatis 命令详解:查询一个命令执行什么功能 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -88,7 +88,7 @@ man.config [man - - + + \ No newline at end of file diff --git a/c/whereis.html b/c/whereis.html index 021f540616..53bcce05a9 100644 --- a/c/whereis.html +++ b/c/whereis.html @@ -10,7 +10,7 @@ whereis 命令,Linux whereis 命令详解:查找二进制程序、代码等相关文件路径 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ svn: - - + + \ No newline at end of file diff --git a/c/which.html b/c/which.html index d75033c7f9..0668de5295 100644 --- a/c/which.html +++ b/c/which.html @@ -10,7 +10,7 @@ which 命令,Linux which 命令详解:查找并显示给定命令的绝对路径 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ cd: shell built-in command< - - + + \ No newline at end of file diff --git a/c/who.html b/c/who.html index ac21b1e4e8..3e5c91f1a4 100644 --- a/c/who.html +++ b/c/who.html @@ -10,7 +10,7 @@ who 命令,Linux who 命令详解:显示当前所有登陆用户的信息。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -112,7 +112,7 @@ root + pts/1 2013-12-20 - - + + \ No newline at end of file diff --git a/c/whoami.html b/c/whoami.html index 43015de43b..9b775d6269 100644 --- a/c/whoami.html +++ b/c/whoami.html @@ -10,7 +10,7 @@ whoami 命令,Linux whoami 命令详解:打印当前有效的用户ID对应的名称 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ root - - + + \ No newline at end of file diff --git a/c/write.html b/c/write.html index 89c83e832b..242d341677 100644 --- a/c/write.html +++ b/c/write.html @@ -10,7 +10,7 @@ write 命令,Linux write 命令详解:向指定登录用户终端上发送信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/xargs.html b/c/xargs.html index c184bd3afd..73b3d231c3 100644 --- a/c/xargs.html +++ b/c/xargs.html @@ -10,7 +10,7 @@ xargs 命令,Linux xargs 命令详解:给其他命令传递参数的一个过滤器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -172,7 +172,7 @@ COMMAND7 - - + + \ No newline at end of file diff --git a/c/xauth.html b/c/xauth.html index df56a2b1d1..af7926e58f 100644 --- a/c/xauth.html +++ b/c/xauth.html @@ -10,7 +10,7 @@ xauth 命令,Linux xauth 命令详解:显示和编辑被用于连接X服务器的认证信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ - - + + \ No newline at end of file diff --git a/c/xclip.html b/c/xclip.html index f33d1465e3..cd776d4c0e 100644 --- a/c/xclip.html +++ b/c/xclip.html @@ -10,7 +10,7 @@ xclip 命令,Linux xclip 命令详解:管理 X 粘贴板 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/xhost.html b/c/xhost.html index 251c5d8080..f676ccbcc3 100644 --- a/c/xhost.html +++ b/c/xhost.html @@ -10,7 +10,7 @@ xhost 命令,Linux xhost 命令详解:制哪些X客户端能够在X服务器上显示 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/c/xinit.html b/c/xinit.html index 9b160e8a6d..bb53e49cdf 100644 --- a/c/xinit.html +++ b/c/xinit.html @@ -10,7 +10,7 @@ xinit 命令,Linux xinit 命令详解:是Linux下X-Window系统的初始化程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/c/xlsatoms.html b/c/xlsatoms.html index 4747e91b9d..52f3ed1982 100644 --- a/c/xlsatoms.html +++ b/c/xlsatoms.html @@ -10,7 +10,7 @@ xlsatoms 命令,Linux xlsatoms 命令详解:列出X服务器内部所有定义的原子成分 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/xlsclients.html b/c/xlsclients.html index 3c2a53cd05..691972afcc 100644 --- a/c/xlsclients.html +++ b/c/xlsclients.html @@ -10,7 +10,7 @@ xlsclients 命令,Linux xlsclients 命令详解:列出显示器中的客户端应用程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/xlsfonts.html b/c/xlsfonts.html index 92aa444b4b..71e95c18a4 100644 --- a/c/xlsfonts.html +++ b/c/xlsfonts.html @@ -10,7 +10,7 @@ xlsfonts 命令,Linux xlsfonts 命令详解:列出X Server使用的字体 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/c/xset.html b/c/xset.html index 4ee1f8593e..ae14a6b280 100644 --- a/c/xset.html +++ b/c/xset.html @@ -10,7 +10,7 @@ xset 命令,Linux xset 命令详解:设置X-Window系统中的用户爱好的实用工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/c/xz.html b/c/xz.html index cc496aff0e..fd41ab5325 100644 --- a/c/xz.html +++ b/c/xz.html @@ -10,7 +10,7 @@ xz 命令,Linux xz 命令详解:POSIX 平台开发具有高压缩率的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -113,7 +113,7 @@ test.txt.xz test.txt - - + + \ No newline at end of file diff --git a/c/yes.html b/c/yes.html index d12d790ba5..b749ca5c20 100644 --- a/c/yes.html +++ b/c/yes.html @@ -10,7 +10,7 @@ yes 命令,Linux yes 命令详解:重复打印指定字符串 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ testline - - + + \ No newline at end of file diff --git a/c/ypdomainname.html b/c/ypdomainname.html index 1b52eec58f..a51a904d9e 100644 --- a/c/ypdomainname.html +++ b/c/ypdomainname.html @@ -10,7 +10,7 @@ ypdomainname 命令,Linux ypdomainname 命令详解:显示主机的NIS的域名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/c/yum.html b/c/yum.html index 925308e73e..7587ee2a2c 100644 --- a/c/yum.html +++ b/c/yum.html @@ -10,7 +10,7 @@ yum 命令,Linux yum 命令详解:基于RPM的软件包管理器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -142,7 +142,7 @@ yum groupinstall "Chinese Support" - - + + \ No newline at end of file diff --git a/c/zcat.html b/c/zcat.html index e57a1de9ec..31f52cb992 100644 --- a/c/zcat.html +++ b/c/zcat.html @@ -10,7 +10,7 @@ zcat 命令,Linux zcat 命令详解:显示压缩包中文件的内容 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/c/zfore.html b/c/zfore.html index 82563910bf..dc025864d8 100644 --- a/c/zfore.html +++ b/c/zfore.html @@ -10,7 +10,7 @@ zfore 命令,Linux zfore 命令详解:强制为gzip格式的压缩文件添加.gz后缀 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/c/zip.html b/c/zip.html index 7ff222a684..ea8319b5ec 100644 --- a/c/zip.html +++ b/c/zip.html @@ -10,7 +10,7 @@ zip 命令,Linux zip 命令详解:可以用来解压缩文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -117,7 +117,7 @@ - - + + \ No newline at end of file diff --git a/c/zipinfo.html b/c/zipinfo.html index 2c12974757..86d51c19d1 100644 --- a/c/zipinfo.html +++ b/c/zipinfo.html @@ -10,7 +10,7 @@ zipinfo 命令,Linux zipinfo 命令详解:用来列出压缩文件信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/c/zipsplit.html b/c/zipsplit.html index ca91fe4a71..90b67b0755 100644 --- a/c/zipsplit.html +++ b/c/zipsplit.html @@ -10,7 +10,7 @@ zipsplit 命令,Linux zipsplit 命令详解:将较大的zip压缩包分割成各个较小的压缩包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/c/znew.html b/c/znew.html index 2766b01176..13c208b792 100644 --- a/c/znew.html +++ b/c/znew.html @@ -10,7 +10,7 @@ znew 命令,Linux znew 命令详解:将.Z压缩包重新转化为gzip命令压缩的.gz压缩包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/hot.html b/hot.html index 44cf811edf..0749c4bf2b 100644 --- a/hot.html +++ b/hot.html @@ -10,7 +10,7 @@ 搜索 命令,Linux 搜索 命令详解:最专业的Linux命令大全,命令搜索引擎,内容包含Linux命令手册、详解、学习,值得收藏的Linux命令速查手册。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -1200,7 +1200,7 @@ - - + + \ No newline at end of file diff --git a/index.html b/index.html index e7c5c4c525..297d5a1770 100644 --- a/index.html +++ b/index.html @@ -10,7 +10,7 @@ Linux命令搜索引擎 命令,Linux Linux命令搜索引擎 命令详解:最专业的Linux命令大全,内容包含Linux命令手册、详解、学习,值得收藏的Linux命令速查手册。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -51,7 +51,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset.zip b/linux-command.docset.zip index f3d00a9173..64bd844cbd 100644 Binary files a/linux-command.docset.zip and b/linux-command.docset.zip differ diff --git a/linux-command.docset/Contents/Resources/Documents/c/ab.html b/linux-command.docset/Contents/Resources/Documents/c/ab.html index 07100b92df..579bfbf4fc 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ab.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ab.html @@ -10,7 +10,7 @@ ab 命令,Linux ab 命令详解:Apache服务器的性能测试工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -164,7 +164,7 @@ name[:port - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/accept.html b/linux-command.docset/Contents/Resources/Documents/c/accept.html index 61dee1aba8..18bf008c05 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/accept.html +++ b/linux-command.docset/Contents/Resources/Documents/c/accept.html @@ -10,7 +10,7 @@ accept 命令,Linux accept 命令详解:指示打印系统接受发往指定目标打印机的打印任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ack.html b/linux-command.docset/Contents/Resources/Documents/c/ack.html index 4610b3395b..57b5cfdb5e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ack.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ack.html @@ -10,7 +10,7 @@ ack 命令,Linux ack 命令详解:比grep好用的文本搜索工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -111,7 +111,7 @@ ack-grep -G hello.py$ hello # 查找匹配正 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/alias.html b/linux-command.docset/Contents/Resources/Documents/c/alias.html index a53f162701..dd4f2e1a5c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/alias.html +++ b/linux-command.docset/Contents/Resources/Documents/c/alias.html @@ -10,7 +10,7 @@ alias 命令,Linux alias 命令详解:定义或显示别名。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -144,7 +144,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/apachectl.html b/linux-command.docset/Contents/Resources/Documents/c/apachectl.html index e111da0350..98af057d48 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/apachectl.html +++ b/linux-command.docset/Contents/Resources/Documents/c/apachectl.html @@ -10,7 +10,7 @@ apachectl 命令,Linux apachectl 命令详解:Apache服务器前端控制工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/apk.html b/linux-command.docset/Contents/Resources/Documents/c/apk.html index cee4e6ecc5..05e5831829 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/apk.html +++ b/linux-command.docset/Contents/Resources/Documents/c/apk.html @@ -10,7 +10,7 @@ apk 命令,Linux apk 命令详解:Alpine Linux 下的包管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -163,7 +163,7 @@ apk add dropbear - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/apropos.html b/linux-command.docset/Contents/Resources/Documents/c/apropos.html index cb261049ba..b976bb2456 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/apropos.html +++ b/linux-command.docset/Contents/Resources/Documents/c/apropos.html @@ -10,7 +10,7 @@ apropos 命令,Linux apropos 命令详解:在 whatis 数据库中查找字符串 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -105,7 +105,7 @@ w ( - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/apt-get.html b/linux-command.docset/Contents/Resources/Documents/c/apt-get.html index 13397d42f1..d2ccf53262 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/apt-get.html +++ b/linux-command.docset/Contents/Resources/Documents/c/apt-get.html @@ -10,7 +10,7 @@ apt-get 命令,Linux apt-get 命令详解:Debian Linux发行版中的APT软件包管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -42,8 +42,18 @@

    apt-get

    Debian Linux发行版中的APT软件包管理工具

    补充说明

    apt-get命令 是Debian Linux发行版中的APT软件包管理工具。所有基于Debian的发行都使用这个包管理系统。deb包可以把一个应用的文件包在一起,大体就如同Windows上的安装文件。

    -

    语法

    apt-get(选项)(参数)
    -

    选项

    -c:指定配置文件。
    +

    语法

    apt-get [OPTION] PACKAGE
    +

    选项

    apt-get install 安装新包
    +apt-get remove 卸载已安装的包(保留配置文件)
    +apt-get purge 卸载已安装的包(删除配置文件)
    +apt-get update 更新软件包列表
    +apt-get upgrade 更新所有已安装的包
    +apt-get autoremove 卸载已不需要的包依赖
    +apt-get dist-upgrade 自动处理依赖包升级
    +apt-get autoclean 将已经删除了的软件包的.deb安装文件从硬盘中删除掉
    +apt-get clean 删除软件包的安装包
    +
    +-c:指定配置文件。

    参数

    • 管理指令:对APT软件包的管理操作;
    • 软件包:指定要操纵的软件包。
    • @@ -70,6 +80,7 @@

      定期运行这个命令来清除那些已经卸载的软件包的.deb文件。通过这种方式,您可以释放大量的磁盘空间。如果您的需求十分迫切,可以使用apt-get clean以释放更多空间。这个命令会将已安装软件包裹的.deb文件一并删除。大多数情况下您不会再用到这些.debs文件,因此如果您为磁盘空间不足 而感到焦头烂额,这个办法也许值得一试:

      apt-get autoclean
      + - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/apt-key.html b/linux-command.docset/Contents/Resources/Documents/c/apt-key.html index 1cf8347c20..1afdebc48c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/apt-key.html +++ b/linux-command.docset/Contents/Resources/Documents/c/apt-key.html @@ -10,7 +10,7 @@ apt-key 命令,Linux apt-key 命令详解:管理Debian Linux系统中的软件包密钥 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ apt-key update # 更新本地trusted数据库 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/apt-sortpkgs.html b/linux-command.docset/Contents/Resources/Documents/c/apt-sortpkgs.html index 5b17032663..8f5631bdb6 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/apt-sortpkgs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/apt-sortpkgs.html @@ -10,7 +10,7 @@ apt-sortpkgs 命令,Linux apt-sortpkgs 命令详解:Debian Linux下对软件包索引文件进行排序的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/aptitude.html b/linux-command.docset/Contents/Resources/Documents/c/aptitude.html index eaf5137d77..438baf1e21 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/aptitude.html +++ b/linux-command.docset/Contents/Resources/Documents/c/aptitude.html @@ -10,7 +10,7 @@ aptitude 命令,Linux aptitude 命令详解:Debian Linux系统中软件包管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ar.html b/linux-command.docset/Contents/Resources/Documents/c/ar.html index cb68cc5d9a..fd193a39d1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ar.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ar.html @@ -10,7 +10,7 @@ ar 命令,Linux ar 命令详解:建立或修改备存文件,或是从备存文件中抽取文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -182,7 +182,7 @@ d.c - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/arch.html b/linux-command.docset/Contents/Resources/Documents/c/arch.html index 30a1ffd0e7..9093fce29e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/arch.html +++ b/linux-command.docset/Contents/Resources/Documents/c/arch.html @@ -10,7 +10,7 @@ arch 命令,Linux arch 命令详解:显示当前主机的硬件架构类型 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ x86_64 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/arj.html b/linux-command.docset/Contents/Resources/Documents/c/arj.html index d7ad5abbb6..02505dd3fc 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/arj.html +++ b/linux-command.docset/Contents/Resources/Documents/c/arj.html @@ -10,7 +10,7 @@ arj 命令,Linux arj 命令详解:用于创建和管理.arj压缩包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/arp.html b/linux-command.docset/Contents/Resources/Documents/c/arp.html index 12c045bdb0..8e4fc325ad 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/arp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/arp.html @@ -10,7 +10,7 @@ arp 命令,Linux arp 命令详解:arp 命令用于显示和修改 IP 到 MAC 转换表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -95,7 +95,7 @@ arp -s 192.168.1.1 00:b1:b2:b3:b4:b5

      - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/arpd.html b/linux-command.docset/Contents/Resources/Documents/c/arpd.html index 2749935281..8c5e3d4b59 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/arpd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/arpd.html @@ -10,7 +10,7 @@ arpd 命令,Linux arpd 命令详解:收集免费ARP信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/arping.html b/linux-command.docset/Contents/Resources/Documents/c/arping.html index 92213f927e..f5e2c0e21a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/arping.html +++ b/linux-command.docset/Contents/Resources/Documents/c/arping.html @@ -10,7 +10,7 @@ arping 命令,Linux arping 命令详解:通过发送ARP协议报文测试网络 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ Received 8 response - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/arptables.html b/linux-command.docset/Contents/Resources/Documents/c/arptables.html index f7cbbded1b..9aea043ef4 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/arptables.html +++ b/linux-command.docset/Contents/Resources/Documents/c/arptables.html @@ -10,7 +10,7 @@ arptables 命令,Linux arptables 命令详解:管理ARP包过滤规则表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/arpwatch.html b/linux-command.docset/Contents/Resources/Documents/c/arpwatch.html index a0e27bfd2f..589aaf127f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/arpwatch.html +++ b/linux-command.docset/Contents/Resources/Documents/c/arpwatch.html @@ -10,7 +10,7 @@ arpwatch 命令,Linux arpwatch 命令详解:监听网络上ARP的记录 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/as.html b/linux-command.docset/Contents/Resources/Documents/c/as.html index 41121a4c5b..276af94c47 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/as.html +++ b/linux-command.docset/Contents/Resources/Documents/c/as.html @@ -10,7 +10,7 @@ as 命令,Linux as 命令详解:汇编语言编译器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/at.html b/linux-command.docset/Contents/Resources/Documents/c/at.html index 60f70e6906..3dba0af78b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/at.html +++ b/linux-command.docset/Contents/Resources/Documents/c/at.html @@ -10,7 +10,7 @@ at 命令,Linux at 命令详解:在指定时间执行一个任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -103,7 +103,7 @@ job 8 at 2013 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/atop.html b/linux-command.docset/Contents/Resources/Documents/c/atop.html index d5d655d965..72a5f9b339 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/atop.html +++ b/linux-command.docset/Contents/Resources/Documents/c/atop.html @@ -10,7 +10,7 @@ atop 命令,Linux atop 命令详解:监控Linux系统资源与进程的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -129,7 +129,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/atq.html b/linux-command.docset/Contents/Resources/Documents/c/atq.html index ff6c0e8f53..b4d3f4a562 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/atq.html +++ b/linux-command.docset/Contents/Resources/Documents/c/atq.html @@ -10,7 +10,7 @@ atq 命令,Linux atq 命令详解:列出当前用户的at任务列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ atq - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/atrm.html b/linux-command.docset/Contents/Resources/Documents/c/atrm.html index d610e4ff01..926407661c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/atrm.html +++ b/linux-command.docset/Contents/Resources/Documents/c/atrm.html @@ -10,7 +10,7 @@ atrm 命令,Linux atrm 命令详解:删除待执行任务队列中的指定任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ atrm 2 # 删 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/awk.html b/linux-command.docset/Contents/Resources/Documents/c/awk.html index 9c99f5385c..058b952e57 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/awk.html +++ b/linux-command.docset/Contents/Resources/Documents/c/awk.html @@ -10,7 +10,7 @@ awk 命令,Linux awk 命令详解:文本和数据进行处理的编程语言 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -899,7 +899,7 @@ drwxr-xr-x 95 root root - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/axel.html b/linux-command.docset/Contents/Resources/Documents/c/axel.html index 6f56b597b7..2ab090d814 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/axel.html +++ b/linux-command.docset/Contents/Resources/Documents/c/axel.html @@ -10,7 +10,7 @@ axel 命令,Linux axel 命令详解:多线程下载工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -91,7 +91,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/badblocks.html b/linux-command.docset/Contents/Resources/Documents/c/badblocks.html index 246f89ebbc..536705b4ac 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/badblocks.html +++ b/linux-command.docset/Contents/Resources/Documents/c/badblocks.html @@ -10,7 +10,7 @@ badblocks 命令,Linux badblocks 命令详解:查找磁盘中损坏的区块 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -99,7 +99,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/base64.html b/linux-command.docset/Contents/Resources/Documents/c/base64.html index 57f1e0004c..25d2bfefdc 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/base64.html +++ b/linux-command.docset/Contents/Resources/Documents/c/base64.html @@ -10,7 +10,7 @@ base64 命令,Linux base64 命令详解:base64 编码/解码文件或标准输入输出 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/basename.html b/linux-command.docset/Contents/Resources/Documents/c/basename.html index 4f1b0f1a0b..3b63d45816 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/basename.html +++ b/linux-command.docset/Contents/Resources/Documents/c/basename.html @@ -10,7 +10,7 @@ basename 命令,Linux basename 命令详解:打印目录或者文件的基本名称 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/batch.html b/linux-command.docset/Contents/Resources/Documents/c/batch.html index 99d184be3c..89f3691247 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/batch.html +++ b/linux-command.docset/Contents/Resources/Documents/c/batch.html @@ -10,7 +10,7 @@ batch 命令,Linux batch 命令详解:在系统不繁忙的时候执行定时任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ job 5 at Sun Apr 28 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bc.html b/linux-command.docset/Contents/Resources/Documents/c/bc.html index a3ee213934..8ce596d48a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bc.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bc.html @@ -10,7 +10,7 @@ bc 命令,Linux bc 命令详解:算术操作精密运算工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -96,7 +96,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bg.html b/linux-command.docset/Contents/Resources/Documents/c/bg.html index 7d0db9f9cd..77e1973db0 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bg.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bg.html @@ -10,7 +10,7 @@ bg 命令,Linux bg 命令详解:将前台终端作业移动到后台运行 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bind.html b/linux-command.docset/Contents/Resources/Documents/c/bind.html index 6784350f8a..042076961d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bind.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bind.html @@ -10,7 +10,7 @@ bind 命令,Linux bind 命令详解:显示或设置键盘按键与其相关的功能 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ Press any keys - Ctrl-D will terminate this program - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/blkid.html b/linux-command.docset/Contents/Resources/Documents/c/blkid.html index f1b52f2fd6..5010690a9d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/blkid.html +++ b/linux-command.docset/Contents/Resources/Documents/c/blkid.html @@ -10,7 +10,7 @@ blkid 命令,Linux blkid 命令详解:查看块设备的文件系统类型、LABEL、UUID等信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ Low-level probing options: - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/blockdev.html b/linux-command.docset/Contents/Resources/Documents/c/blockdev.html index 6e0e88b432..c16d76ef9b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/blockdev.html +++ b/linux-command.docset/Contents/Resources/Documents/c/blockdev.html @@ -10,7 +10,7 @@ blockdev 命令,Linux blockdev 命令详解:从命令行调用区块设备控制程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bmodinfo.html b/linux-command.docset/Contents/Resources/Documents/c/bmodinfo.html index f17a98317f..d8ed124708 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bmodinfo.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bmodinfo.html @@ -10,7 +10,7 @@ bmodinfo 命令,Linux bmodinfo 命令详解:显示给定模块的详细信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ depends: scsi_mod - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/break.html b/linux-command.docset/Contents/Resources/Documents/c/break.html index f485541905..1d9b656f07 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/break.html +++ b/linux-command.docset/Contents/Resources/Documents/c/break.html @@ -10,7 +10,7 @@ break 命令,Linux break 命令详解:结束for,while或until循环。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -101,7 +101,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/builtin.html b/linux-command.docset/Contents/Resources/Documents/c/builtin.html index 6e9540fbfb..3ae77a304a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/builtin.html +++ b/linux-command.docset/Contents/Resources/Documents/c/builtin.html @@ -10,7 +10,7 @@ builtin 命令,Linux builtin 命令详解:执行bash内建命令。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -105,7 +105,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bunzip2.html b/linux-command.docset/Contents/Resources/Documents/c/bunzip2.html index be2af73796..854b7951b5 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bunzip2.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bunzip2.html @@ -10,7 +10,7 @@ bunzip2 命令,Linux bunzip2 命令详解:创一个bz2文件压缩包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bye.html b/linux-command.docset/Contents/Resources/Documents/c/bye.html index 922e697ea5..e51cba428a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bye.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bye.html @@ -10,7 +10,7 @@ bye 命令,Linux bye 命令详解:命令用于中断FTP连线并结束程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bzcat.html b/linux-command.docset/Contents/Resources/Documents/c/bzcat.html index 321fc17623..7366a98a99 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bzcat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bzcat.html @@ -10,7 +10,7 @@ bzcat 命令,Linux bzcat 命令详解:解压缩指定的.bz2文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bzcmp.html b/linux-command.docset/Contents/Resources/Documents/c/bzcmp.html index 2f9e5bab04..a642a5456a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bzcmp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bzcmp.html @@ -10,7 +10,7 @@ bzcmp 命令,Linux bzcmp 命令详解:比较两个压缩包中的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bzdiff.html b/linux-command.docset/Contents/Resources/Documents/c/bzdiff.html index 27473718ec..fb7810854f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bzdiff.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bzdiff.html @@ -10,7 +10,7 @@ bzdiff 命令,Linux bzdiff 命令详解:直接比较两个.bz2压缩包中文件的不同 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bzgrep.html b/linux-command.docset/Contents/Resources/Documents/c/bzgrep.html index 1888ba241d..32dc6c7b6e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bzgrep.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bzgrep.html @@ -10,7 +10,7 @@ bzgrep 命令,Linux bzgrep 命令详解:使用正则表达式搜索.bz2压缩包中文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bzip2.html b/linux-command.docset/Contents/Resources/Documents/c/bzip2.html index 67b7b11cd1..23e9494b1c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bzip2.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bzip2.html @@ -10,7 +10,7 @@ bzip2 命令,Linux bzip2 命令详解:将文件压缩成bz2格式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -161,7 +161,7 @@ bzip2: For help, type: `bzip2 --help' - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bzip2recover.html b/linux-command.docset/Contents/Resources/Documents/c/bzip2recover.html index d1efc32849..9ad7d8fb5a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bzip2recover.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bzip2recover.html @@ -10,7 +10,7 @@ bzip2recover 命令,Linux bzip2recover 命令详解:恢复被破坏的.bz2压缩包中的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bzless.html b/linux-command.docset/Contents/Resources/Documents/c/bzless.html index 575a14cd5b..efe2fd400a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bzless.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bzless.html @@ -10,7 +10,7 @@ bzless 命令,Linux bzless 命令详解:增强.bz2压缩包查看器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/bzmore.html b/linux-command.docset/Contents/Resources/Documents/c/bzmore.html index e14a8dc180..e16c9c7661 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/bzmore.html +++ b/linux-command.docset/Contents/Resources/Documents/c/bzmore.html @@ -10,7 +10,7 @@ bzmore 命令,Linux bzmore 命令详解:查看bzip2压缩过的文本文件的内容 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cal.html b/linux-command.docset/Contents/Resources/Documents/c/cal.html index 65bba499cc..8c95268fb8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cal.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cal.html @@ -10,7 +10,7 @@ cal 命令,Linux cal 命令详解:显示当前日历或指定日期的日历 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -105,7 +105,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cancel.html b/linux-command.docset/Contents/Resources/Documents/c/cancel.html index b11d3aa3c2..a2029af920 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cancel.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cancel.html @@ -10,7 +10,7 @@ cancel 命令,Linux cancel 命令详解:取消已存在的打印任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cat.html b/linux-command.docset/Contents/Resources/Documents/c/cat.html index e104f48bc7..b6d80a6564 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cat.html @@ -10,7 +10,7 @@ cat 命令,Linux cat 命令详解:连接多个文件并打印到标准输出。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -108,7 +108,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cd.html b/linux-command.docset/Contents/Resources/Documents/c/cd.html index f108481ee9..e5199b3174 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cd.html @@ -10,7 +10,7 @@ cd 命令,Linux cd 命令详解:切换用户当前工作目录。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -116,7 +116,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cdrecord.html b/linux-command.docset/Contents/Resources/Documents/c/cdrecord.html index cfc62eb5a9..656da37f86 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cdrecord.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cdrecord.html @@ -10,7 +10,7 @@ cdrecord 命令,Linux cdrecord 命令详解:Linux系统下光盘刻录功能命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ scsibus0: - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/chage.html b/linux-command.docset/Contents/Resources/Documents/c/chage.html index bb69c85c79..234ea35f2a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/chage.html +++ b/linux-command.docset/Contents/Resources/Documents/c/chage.html @@ -10,7 +10,7 @@ chage 命令,Linux chage 命令详解:修改帐号和密码的有效期限 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -118,7 +118,7 @@ PASS_WARN_AGE 7 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/chattr.html b/linux-command.docset/Contents/Resources/Documents/c/chattr.html index 54793b57a7..2c66942f3c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/chattr.html +++ b/linux-command.docset/Contents/Resources/Documents/c/chattr.html @@ -10,7 +10,7 @@ chattr 命令,Linux chattr 命令详解:用来改变文件属性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ u:预防意外删除。 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/chcon.html b/linux-command.docset/Contents/Resources/Documents/c/chcon.html index addbf3283f..3687e9eb62 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/chcon.html +++ b/linux-command.docset/Contents/Resources/Documents/c/chcon.html @@ -10,7 +10,7 @@ chcon 命令,Linux chcon 命令详解:修改对象(文件)的安全上下文 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ chcon -R -t httpd_sys_content_t ~user/public_html - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/chfn.html b/linux-command.docset/Contents/Resources/Documents/c/chfn.html index 913bd1dbad..e674689a6d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/chfn.html +++ b/linux-command.docset/Contents/Resources/Documents/c/chfn.html @@ -10,7 +10,7 @@ chfn 命令,Linux chfn 命令详解:用来改变finger命令显示的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ Home Phone[ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/chgrp.html b/linux-command.docset/Contents/Resources/Documents/c/chgrp.html index 3dd6fc657c..06f9f306f6 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/chgrp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/chgrp.html @@ -10,7 +10,7 @@ chgrp 命令,Linux chgrp 命令详解:用来变更文件或目录的所属群组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/chkconfig.html b/linux-command.docset/Contents/Resources/Documents/c/chkconfig.html index b4c0c61b6e..b37ad54365 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/chkconfig.html +++ b/linux-command.docset/Contents/Resources/Documents/c/chkconfig.html @@ -10,7 +10,7 @@ chkconfig 命令,Linux chkconfig 命令详解:检查或设置系统的各种服务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -113,7 +113,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/chmod.html b/linux-command.docset/Contents/Resources/Documents/c/chmod.html index 8fb874f700..413960a022 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/chmod.html +++ b/linux-command.docset/Contents/Resources/Documents/c/chmod.html @@ -10,7 +10,7 @@ chmod 命令,Linux chmod 命令详解:用来变更文件或目录的权限 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -137,7 +137,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/chown.html b/linux-command.docset/Contents/Resources/Documents/c/chown.html index 89c17b7503..962baf1650 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/chown.html +++ b/linux-command.docset/Contents/Resources/Documents/c/chown.html @@ -10,7 +10,7 @@ chown 命令,Linux chown 命令详解:用来变更文件或目录的拥有者或所属群组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/chpasswd.html b/linux-command.docset/Contents/Resources/Documents/c/chpasswd.html index 9b7a173c4f..9266c3929a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/chpasswd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/chpasswd.html @@ -10,7 +10,7 @@ chpasswd 命令,Linux chpasswd 命令详解:批量更新用户口令的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/chroot.html b/linux-command.docset/Contents/Resources/Documents/c/chroot.html index f2ce09fc51..e531a9bbe5 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/chroot.html +++ b/linux-command.docset/Contents/Resources/Documents/c/chroot.html @@ -10,7 +10,7 @@ chroot 命令,Linux chroot 命令详解:把根目录换成指定的目的目录 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -114,7 +114,7 @@ libc.so.6 = &am - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/chsh.html b/linux-command.docset/Contents/Resources/Documents/c/chsh.html index a67153c506..156e1e9e9f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/chsh.html +++ b/linux-command.docset/Contents/Resources/Documents/c/chsh.html @@ -10,7 +10,7 @@ chsh 命令,Linux chsh 命令详解:用来更换登录系统时使用的shell - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -104,7 +104,7 @@ Shell changed. - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cksum.html b/linux-command.docset/Contents/Resources/Documents/c/cksum.html index 0bb7a320be..ca5e31ffdd 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cksum.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cksum.html @@ -10,7 +10,7 @@ cksum 命令,Linux cksum 命令详解:检查文件的CRC是否正确 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/clear.html b/linux-command.docset/Contents/Resources/Documents/c/clear.html index c9017e9a49..53e200691d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/clear.html +++ b/linux-command.docset/Contents/Resources/Documents/c/clear.html @@ -10,7 +10,7 @@ clear 命令,Linux clear 命令详解:清除当前屏幕终端上的任何信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/clock.html b/linux-command.docset/Contents/Resources/Documents/c/clock.html index 33492cb348..df3cb65d01 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/clock.html +++ b/linux-command.docset/Contents/Resources/Documents/c/clock.html @@ -10,7 +10,7 @@ clock 命令,Linux clock 命令详解:用于调整 RTC 时间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/clockdiff.html b/linux-command.docset/Contents/Resources/Documents/c/clockdiff.html index 545efa9bc9..c5cf72379a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/clockdiff.html +++ b/linux-command.docset/Contents/Resources/Documents/c/clockdiff.html @@ -10,7 +10,7 @@ clockdiff 命令,Linux clockdiff 命令详解:检测两台linux主机的时间差 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -91,7 +91,7 @@ rtt min/avg/max/mdev = - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cmp.html b/linux-command.docset/Contents/Resources/Documents/c/cmp.html index c10fe302a9..1d14d118e6 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cmp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cmp.html @@ -10,7 +10,7 @@ cmp 命令,Linux cmp 命令详解:比较两个文件是否有差异 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ testfile testfile1 #有差异:第8字节 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/col.html b/linux-command.docset/Contents/Resources/Documents/c/col.html index ab918375db..44707085c3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/col.html +++ b/linux-command.docset/Contents/Resources/Documents/c/col.html @@ -10,7 +10,7 @@ col 命令,Linux col 命令详解:过滤控制字符 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/colrm.html b/linux-command.docset/Contents/Resources/Documents/c/colrm.html index 8d4f1f8039..307e002737 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/colrm.html +++ b/linux-command.docset/Contents/Resources/Documents/c/colrm.html @@ -10,7 +10,7 @@ colrm 命令,Linux colrm 命令详解:删除文件中的指定列 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/comm.html b/linux-command.docset/Contents/Resources/Documents/c/comm.html index 30f66c05e2..66c5670d12 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/comm.html +++ b/linux-command.docset/Contents/Resources/Documents/c/comm.html @@ -10,7 +10,7 @@ comm 命令,Linux comm 命令详解:按行比较两个已排序的文件。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -149,7 +149,7 @@ jjj - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/command.html b/linux-command.docset/Contents/Resources/Documents/c/command.html index 84ef5a2abe..4f54409a8b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/command.html +++ b/linux-command.docset/Contents/Resources/Documents/c/command.html @@ -10,7 +10,7 @@ command 命令,Linux command 命令详解:调用并执行指定的命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/compress.html b/linux-command.docset/Contents/Resources/Documents/c/compress.html index 3a81abe9de..c483720bbd 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/compress.html +++ b/linux-command.docset/Contents/Resources/Documents/c/compress.html @@ -10,7 +10,7 @@ compress 命令,Linux compress 命令详解:使用Lempress-Ziv编码压缩数据文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -88,7 +88,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/consoletype.html b/linux-command.docset/Contents/Resources/Documents/c/consoletype.html index 796fb8159c..de8b8db6cd 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/consoletype.html +++ b/linux-command.docset/Contents/Resources/Documents/c/consoletype.html @@ -10,7 +10,7 @@ consoletype 命令,Linux consoletype 命令详解:输出已连接的终端类型 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ pty - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/continue.html b/linux-command.docset/Contents/Resources/Documents/c/continue.html index 9e8bc5ba03..528b2b31dc 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/continue.html +++ b/linux-command.docset/Contents/Resources/Documents/c/continue.html @@ -10,7 +10,7 @@ continue 命令,Linux continue 命令详解:结束本次循环,继续执行下一个for,while或until循环。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/convertquota.html b/linux-command.docset/Contents/Resources/Documents/c/convertquota.html index 399a85b09e..d4a5976da8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/convertquota.html +++ b/linux-command.docset/Contents/Resources/Documents/c/convertquota.html @@ -10,7 +10,7 @@ convertquota 命令,Linux convertquota 命令详解:把老的配额文件转换为新的格式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cp.html b/linux-command.docset/Contents/Resources/Documents/c/cp.html index 24a189e568..f99318a305 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cp.html @@ -10,7 +10,7 @@ cp 命令,Linux cp 命令详解:将源文件或目录复制到目标文件或目录中 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -120,7 +120,7 @@ test1.py test1.py.~1~ test1.py.~2~ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cpio.html b/linux-command.docset/Contents/Resources/Documents/c/cpio.html index bad3b6d092..fd2795a3e2 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cpio.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cpio.html @@ -10,7 +10,7 @@ cpio 命令,Linux cpio 命令详解:用来建立、还原备份档的工具程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -118,7 +118,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/crontab.html b/linux-command.docset/Contents/Resources/Documents/c/crontab.html index 7dfef494f0..ba7eae30f3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/crontab.html +++ b/linux-command.docset/Contents/Resources/Documents/c/crontab.html @@ -10,7 +10,7 @@ crontab 命令,Linux crontab 命令详解:提交和管理用户的需要周期性执行的任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -149,7 +149,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/csplit.html b/linux-command.docset/Contents/Resources/Documents/c/csplit.html index e8bff4f04d..e98c170043 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/csplit.html +++ b/linux-command.docset/Contents/Resources/Documents/c/csplit.html @@ -10,7 +10,7 @@ csplit 命令,Linux csplit 命令详解:将一个大文件分割成小的碎片文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -105,7 +105,7 @@ server01.log server02.log server03.log server.log - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cu.html b/linux-command.docset/Contents/Resources/Documents/c/cu.html index e7620fa251..6dc9266ffa 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cu.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cu.html @@ -10,7 +10,7 @@ cu 命令,Linux cu 命令详解:用于连接另一个系统主机 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ cu -s 38400 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cupsdisable.html b/linux-command.docset/Contents/Resources/Documents/c/cupsdisable.html index 6be905b6eb..311492b163 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cupsdisable.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cupsdisable.html @@ -10,7 +10,7 @@ cupsdisable 命令,Linux cupsdisable 命令详解:停止指定的打印机 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cupsenable.html b/linux-command.docset/Contents/Resources/Documents/c/cupsenable.html index 313a6927f4..1b5b59b995 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cupsenable.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cupsenable.html @@ -10,7 +10,7 @@ cupsenable 命令,Linux cupsenable 命令详解:启动指定的打印机 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/curl.html b/linux-command.docset/Contents/Resources/Documents/c/curl.html index bd9586e99f..3a6320cd26 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/curl.html +++ b/linux-command.docset/Contents/Resources/Documents/c/curl.html @@ -10,7 +10,7 @@ curl 命令,Linux curl 命令详解:利用URL规则在命令行下工作的文件传输工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -334,7 +334,7 @@ Total Time: - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/cut.html b/linux-command.docset/Contents/Resources/Documents/c/cut.html index 870624a50d..8cb2d71f2d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/cut.html +++ b/linux-command.docset/Contents/Resources/Documents/c/cut.html @@ -10,7 +10,7 @@ cut 命令,Linux cut 命令详解:连接文件并打印到标准输出设备上 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -159,7 +159,7 @@ efghijklmnopqrstuvwxyz - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/date.html b/linux-command.docset/Contents/Resources/Documents/c/date.html index b6aa8811c5..87220c2dd6 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/date.html +++ b/linux-command.docset/Contents/Resources/Documents/c/date.html @@ -10,7 +10,7 @@ date 命令,Linux date 命令详解:显示或设置系统时间与日期 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -218,7 +218,7 @@ nmap wangchujiang.com &> /dev/null - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dd.html b/linux-command.docset/Contents/Resources/Documents/c/dd.html index 1f0b5d8a45..ea6a9e5502 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dd.html @@ -10,7 +10,7 @@ dd 命令,Linux dd 命令详解:复制文件并对原文件的内容进行转换和格式化处理 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -136,7 +136,7 @@ wFRAnlkXeBXmWs1MyGEs - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/declare.html b/linux-command.docset/Contents/Resources/Documents/c/declare.html index 8630a24c12..ec95d2f355 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/declare.html +++ b/linux-command.docset/Contents/Resources/Documents/c/declare.html @@ -10,7 +10,7 @@ declare 命令,Linux declare 命令详解:声明变量,设置或显示变量的值和属性。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -231,7 +231,7 @@ test2 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/depmod.html b/linux-command.docset/Contents/Resources/Documents/c/depmod.html index be8570c360..d53e83a100 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/depmod.html +++ b/linux-command.docset/Contents/Resources/Documents/c/depmod.html @@ -10,7 +10,7 @@ depmod 命令,Linux depmod 命令详解:分析可载入模块的相依性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -97,7 +97,7 @@ depmod -b /home/windsome/EMMA3PF-KernelSource-20080626/install_pos -e -F ./boot/ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/df.html b/linux-command.docset/Contents/Resources/Documents/c/df.html index 61ba8250a7..8b532836ab 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/df.html +++ b/linux-command.docset/Contents/Resources/Documents/c/df.html @@ -10,7 +10,7 @@ df 命令,Linux df 命令详解:显示磁盘的相关信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -115,7 +115,7 @@ none 0 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dhclient.html b/linux-command.docset/Contents/Resources/Documents/c/dhclient.html index bbd0cdf827..ec91d5019e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dhclient.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dhclient.html @@ -10,7 +10,7 @@ dhclient 命令,Linux dhclient 命令详解:动态获取或释放IP地址 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ dhclient #获取IP - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dhcpd.html b/linux-command.docset/Contents/Resources/Documents/c/dhcpd.html index 4658ad712e..092a69024c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dhcpd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dhcpd.html @@ -10,7 +10,7 @@ dhcpd 命令,Linux dhcpd 命令详解:运行DHCP服务器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ exiting. - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dhcrelay.html b/linux-command.docset/Contents/Resources/Documents/c/dhcrelay.html index b42659cff5..eaa267148f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dhcrelay.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dhcrelay.html @@ -10,7 +10,7 @@ dhcrelay 命令,Linux dhcrelay 命令详解:使用dhcrelay命令可以提供中继DHCP和BOOTP请求 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ Sending on Socket/fallback - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/diff.html b/linux-command.docset/Contents/Resources/Documents/c/diff.html index 568a235c21..4a15aa2c90 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/diff.html +++ b/linux-command.docset/Contents/Resources/Documents/c/diff.html @@ -10,7 +10,7 @@ diff 命令,Linux diff 命令详解:比较给定的两个文件的不同 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -112,7 +112,7 @@ n1,n2 c n3,n4 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/diff3.html b/linux-command.docset/Contents/Resources/Documents/c/diff3.html index b850d70b91..de8f78e7ef 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/diff3.html +++ b/linux-command.docset/Contents/Resources/Documents/c/diff3.html @@ -10,7 +10,7 @@ diff3 命令,Linux diff3 命令详解:比较3个文件不同的地方 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/diffstat.html b/linux-command.docset/Contents/Resources/Documents/c/diffstat.html index 9b7ed56371..9c153c821d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/diffstat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/diffstat.html @@ -10,7 +10,7 @@ diffstat 命令,Linux diffstat 命令详解:显示diff命令输出信息的柱状图 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ mno - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dig.html b/linux-command.docset/Contents/Resources/Documents/c/dig.html index 71968de6d6..708346178c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dig.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dig.html @@ -10,7 +10,7 @@ dig 命令,Linux dig 命令详解:域名查询工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -104,7 +104,7 @@ jsdig.com. 8 IN NS - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dircolors.html b/linux-command.docset/Contents/Resources/Documents/c/dircolors.html index 0cf6695314..004d9f85fa 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dircolors.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dircolors.html @@ -10,7 +10,7 @@ dircolors 命令,Linux dircolors 命令详解:置ls命令在显示目录或文件时所用的色彩 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -181,7 +181,7 @@ STICKY 37; - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dirname.html b/linux-command.docset/Contents/Resources/Documents/c/dirname.html index b6a1bf60a4..4f37046a35 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dirname.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dirname.html @@ -10,7 +10,7 @@ dirname 命令,Linux dirname 命令详解:去除文件名中的非目录部分 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dirs.html b/linux-command.docset/Contents/Resources/Documents/c/dirs.html index e51d194eea..f341119b3d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dirs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dirs.html @@ -10,7 +10,7 @@ dirs 命令,Linux dirs 命令详解:显示目录堆栈。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -114,7 +114,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/disown.html b/linux-command.docset/Contents/Resources/Documents/c/disown.html index 77ad9010af..22bff3634d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/disown.html +++ b/linux-command.docset/Contents/Resources/Documents/c/disown.html @@ -10,7 +10,7 @@ disown 命令,Linux disown 命令详解:从当前的shell中移除作业。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -155,7 +155,7 @@ bash: warning: deleting stopped job 1 with pro - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dmesg.html b/linux-command.docset/Contents/Resources/Documents/c/dmesg.html index e1fda573a9..8aa11eee37 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dmesg.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dmesg.html @@ -10,7 +10,7 @@ dmesg 命令,Linux dmesg 命令详解:显示Linux系统启动信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -90,7 +90,7 @@ BIOS-provided physical RAM map: - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dmidecode.html b/linux-command.docset/Contents/Resources/Documents/c/dmidecode.html index 6f34a6d7f9..39a5267744 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dmidecode.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dmidecode.html @@ -10,7 +10,7 @@ dmidecode 命令,Linux dmidecode 命令详解:在Linux系统下获取有关硬件方面的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -317,7 +317,7 @@ dmidecode|grep< - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dnf.html b/linux-command.docset/Contents/Resources/Documents/c/dnf.html index 7ab8962ab9..2f4a3767ed 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dnf.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dnf.html @@ -10,7 +10,7 @@ dnf 命令,Linux dnf 命令详解:新一代的RPM软件包管理器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -171,7 +171,7 @@ Error: Nothing to do. - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dnsdomainname.html b/linux-command.docset/Contents/Resources/Documents/c/dnsdomainname.html index 5aebfbde2f..885b440365 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dnsdomainname.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dnsdomainname.html @@ -10,7 +10,7 @@ dnsdomainname 命令,Linux dnsdomainname 命令详解:定义DNS系统中FQDN名称的域名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ Result: h_addr_list - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/domainname.html b/linux-command.docset/Contents/Resources/Documents/c/domainname.html index 6c64a9347c..50a22634f7 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/domainname.html +++ b/linux-command.docset/Contents/Resources/Documents/c/domainname.html @@ -10,7 +10,7 @@ domainname 命令,Linux domainname 命令详解:显示和设置系统的NIS域名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ www.jsdig.com - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dos2unix.html b/linux-command.docset/Contents/Resources/Documents/c/dos2unix.html index 00ce14ff17..07d7d39b57 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dos2unix.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dos2unix.html @@ -10,7 +10,7 @@ dos2unix 命令,Linux dos2unix 命令详解:将DOS格式文本文件转换成Unix格式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -87,7 +87,7 @@ dos2unix -k -n oldfile newfile - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dpkg-deb.html b/linux-command.docset/Contents/Resources/Documents/c/dpkg-deb.html index 9fa9ff9c29..b22a2b0260 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dpkg-deb.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dpkg-deb.html @@ -10,7 +10,7 @@ dpkg-deb 命令,Linux dpkg-deb 命令详解:Debian Linux下的软件包管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dpkg-divert.html b/linux-command.docset/Contents/Resources/Documents/c/dpkg-divert.html index 94d8972bc1..f9d6891459 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dpkg-divert.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dpkg-divert.html @@ -10,7 +10,7 @@ dpkg-divert 命令,Linux dpkg-divert 命令详解:Debian Linux中创建并管理一个转向列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dpkg-preconfigure.html b/linux-command.docset/Contents/Resources/Documents/c/dpkg-preconfigure.html index 15391b73c4..d75f52364c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dpkg-preconfigure.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dpkg-preconfigure.html @@ -10,7 +10,7 @@ dpkg-preconfigure 命令,Linux dpkg-preconfigure 命令详解:Debian Linux中软件包安装之前询问问题 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dpkg-query.html b/linux-command.docset/Contents/Resources/Documents/c/dpkg-query.html index 96918bc364..4cd6179925 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dpkg-query.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dpkg-query.html @@ -10,7 +10,7 @@ dpkg-query 命令,Linux dpkg-query 命令详解:Debian Linux中软件包的查询工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dpkg-reconfigure.html b/linux-command.docset/Contents/Resources/Documents/c/dpkg-reconfigure.html index 263d46f0d4..bde98a886a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dpkg-reconfigure.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dpkg-reconfigure.html @@ -10,7 +10,7 @@ dpkg-reconfigure 命令,Linux dpkg-reconfigure 命令详解:Debian Linux中重新配制一个已经安装的软件包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dpkg-split.html b/linux-command.docset/Contents/Resources/Documents/c/dpkg-split.html index 9d47ec5a3f..027ed01d34 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dpkg-split.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dpkg-split.html @@ -10,7 +10,7 @@ dpkg-split 命令,Linux dpkg-split 命令详解:Debian Linux中将大软件包分割成小包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dpkg-statoverride.html b/linux-command.docset/Contents/Resources/Documents/c/dpkg-statoverride.html index 7e9dd0bf5b..6e01b27c55 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dpkg-statoverride.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dpkg-statoverride.html @@ -10,7 +10,7 @@ dpkg-statoverride 命令,Linux dpkg-statoverride 命令详解:Debian Linux中覆盖文件的所有权和模式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dpkg-trigger.html b/linux-command.docset/Contents/Resources/Documents/c/dpkg-trigger.html index 9e8ca4a3a3..15ce6895db 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dpkg-trigger.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dpkg-trigger.html @@ -10,7 +10,7 @@ dpkg-trigger 命令,Linux dpkg-trigger 命令详解:Debian Linux下的软件包触发器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dpkg.html b/linux-command.docset/Contents/Resources/Documents/c/dpkg.html index f1a224e8c0..9fb6bf13eb 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dpkg.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dpkg.html @@ -10,7 +10,7 @@ dpkg 命令,Linux dpkg 命令详解:Debian Linux系统上安装、创建和管理软件包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ dpkg --configure package # 配置包 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dris.html b/linux-command.docset/Contents/Resources/Documents/c/dris.html index b5aea3d137..d64f6f0409 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dris.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dris.html @@ -10,7 +10,7 @@ dris 命令,Linux dris 命令详解:显示和清空目录堆栈中的内容 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dstat.html b/linux-command.docset/Contents/Resources/Documents/c/dstat.html index 2b9cc5cd5e..42bf16eeaf 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dstat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dstat.html @@ -10,7 +10,7 @@ dstat 命令,Linux dstat 命令详解:通用的系统资源统计工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -140,7 +140,7 @@ internal: - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/du.html b/linux-command.docset/Contents/Resources/Documents/c/du.html index aaae45cfa2..170372f97c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/du.html +++ b/linux-command.docset/Contents/Resources/Documents/c/du.html @@ -10,7 +10,7 @@ du 命令,Linux du 命令详解:显示每个文件和目录的磁盘使用空间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -127,7 +127,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/dump.html b/linux-command.docset/Contents/Resources/Documents/c/dump.html index 3f88130971..40ffc95911 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/dump.html +++ b/linux-command.docset/Contents/Resources/Documents/c/dump.html @@ -10,7 +10,7 @@ dump 命令,Linux dump 命令详解:用于备份ext2或者ext3文件系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/e2fsck.html b/linux-command.docset/Contents/Resources/Documents/c/e2fsck.html index 013a64b394..43cdd558e1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/e2fsck.html +++ b/linux-command.docset/Contents/Resources/Documents/c/e2fsck.html @@ -10,7 +10,7 @@ e2fsck 命令,Linux e2fsck 命令详解:用于检查第二扩展文件系统的完整性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -99,7 +99,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/e2label.html b/linux-command.docset/Contents/Resources/Documents/c/e2label.html index 191cc149ee..82726525eb 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/e2label.html +++ b/linux-command.docset/Contents/Resources/Documents/c/e2label.html @@ -10,7 +10,7 @@ e2label 命令,Linux e2label 命令详解:设置第二扩展文件系统的卷标 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/echo.html b/linux-command.docset/Contents/Resources/Documents/c/echo.html index 77ad6f4830..7cec4ebbd4 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/echo.html +++ b/linux-command.docset/Contents/Resources/Documents/c/echo.html @@ -10,7 +10,7 @@ echo 命令,Linux echo 命令详解:输出指定的字符串或者变量 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,7 +98,7 @@ Greed Background - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ed.html b/linux-command.docset/Contents/Resources/Documents/c/ed.html index b7b0780c40..f82d2ef11e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ed.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ed.html @@ -10,7 +10,7 @@ ed 命令,Linux ed 命令详解:单行纯文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ q # 退出ed编辑器。 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/edquota.html b/linux-command.docset/Contents/Resources/Documents/c/edquota.html index 099d4cfd12..a984ffbb4b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/edquota.html +++ b/linux-command.docset/Contents/Resources/Documents/c/edquota.html @@ -10,7 +10,7 @@ edquota 命令,Linux edquota 命令详解:用于编辑指定用户或工作组磁盘配额 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -155,7 +155,7 @@ Filesystem blocks quota limit grace - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/egrep.html b/linux-command.docset/Contents/Resources/Documents/c/egrep.html index d24a7fac3d..f32bfe7ff2 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/egrep.html +++ b/linux-command.docset/Contents/Resources/Documents/c/egrep.html @@ -10,7 +10,7 @@ egrep 命令,Linux egrep 命令详解:在文件内查找指定的字符串 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ testfile_2:Linux test - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/eject.html b/linux-command.docset/Contents/Resources/Documents/c/eject.html index ff07e35afa..4eae0b07d8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/eject.html +++ b/linux-command.docset/Contents/Resources/Documents/c/eject.html @@ -10,7 +10,7 @@ eject 命令,Linux eject 命令详解:用来退出抽取式设备 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/elinks.html b/linux-command.docset/Contents/Resources/Documents/c/elinks.html index 3c3f76ef31..e96eb1ff1c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/elinks.html +++ b/linux-command.docset/Contents/Resources/Documents/c/elinks.html @@ -10,7 +10,7 @@ elinks 命令,Linux elinks 命令详解:纯文本界面的WWW浏览器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/elm.html b/linux-command.docset/Contents/Resources/Documents/c/elm.html index 15e614b8da..18739d5505 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/elm.html +++ b/linux-command.docset/Contents/Resources/Documents/c/elm.html @@ -10,7 +10,7 @@ elm 命令,Linux elm 命令详解:纯文本邮件客户端程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/emacs.html b/linux-command.docset/Contents/Resources/Documents/c/emacs.html index 89e7e431e6..d6e06cfce2 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/emacs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/emacs.html @@ -10,7 +10,7 @@ emacs 命令,Linux emacs 命令详解:功能强大的全屏文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -157,7 +157,7 @@ C-x C-q : 修改buffer的只读属 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/enable.html b/linux-command.docset/Contents/Resources/Documents/c/enable.html index 4288450c82..dd8d06e335 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/enable.html +++ b/linux-command.docset/Contents/Resources/Documents/c/enable.html @@ -10,7 +10,7 @@ enable 命令,Linux enable 命令详解:启动或禁用shell内建命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -140,7 +140,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/env.html b/linux-command.docset/Contents/Resources/Documents/c/env.html index 12d8167a08..047df6f8b5 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/env.html +++ b/linux-command.docset/Contents/Resources/Documents/c/env.html @@ -10,7 +10,7 @@ env 命令,Linux env 命令详解:显示系统中已存在的环境变量 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ethtool.html b/linux-command.docset/Contents/Resources/Documents/c/ethtool.html index b90a478f36..0c9c0c4508 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ethtool.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ethtool.html @@ -10,7 +10,7 @@ ethtool 命令,Linux ethtool 命令详解:显示或修改以太网卡的配置信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -183,7 +183,7 @@ driver: bnx2 version: 1.4.30 firmware-version: 1.8.0.5 bus-info: 0000:09:00.0 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ex.html b/linux-command.docset/Contents/Resources/Documents/c/ex.html index 73e5bb0545..e75ebc9a5a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ex.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ex.html @@ -10,7 +10,7 @@ ex 命令,Linux ex 命令详解:启动vim编辑器的ex编辑模式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/exec.html b/linux-command.docset/Contents/Resources/Documents/c/exec.html index 5df66398b7..65ac5111f3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/exec.html +++ b/linux-command.docset/Contents/Resources/Documents/c/exec.html @@ -10,7 +10,7 @@ exec 命令,Linux exec 命令详解:调用并执行指定的命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/exit.html b/linux-command.docset/Contents/Resources/Documents/c/exit.html index 5438aaa395..2983a53b14 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/exit.html +++ b/linux-command.docset/Contents/Resources/Documents/c/exit.html @@ -10,7 +10,7 @@ exit 命令,Linux exit 命令详解:退出当前的shell。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -97,7 +97,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/expand.html b/linux-command.docset/Contents/Resources/Documents/c/expand.html index efd1138623..a11a9e2b64 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/expand.html +++ b/linux-command.docset/Contents/Resources/Documents/c/expand.html @@ -10,7 +10,7 @@ expand 命令,Linux expand 命令详解:将文件的制表符转换为空白字符 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/export.html b/linux-command.docset/Contents/Resources/Documents/c/export.html index b7eced80cd..0ddcc24bcb 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/export.html +++ b/linux-command.docset/Contents/Resources/Documents/c/export.html @@ -10,7 +10,7 @@ export 命令,Linux export 命令详解:为shell变量或函数设置导出属性。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -177,7 +177,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/exportfs.html b/linux-command.docset/Contents/Resources/Documents/c/exportfs.html index d75acc410f..8f81f1b320 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/exportfs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/exportfs.html @@ -10,7 +10,7 @@ exportfs 命令,Linux exportfs 命令详解:管理NFS共享文件系统列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/expr.html b/linux-command.docset/Contents/Resources/Documents/c/expr.html index ed4afad85d..d3eaf4211b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/expr.html +++ b/linux-command.docset/Contents/Resources/Documents/c/expr.html @@ -10,7 +10,7 @@ expr 命令,Linux expr 命令详解:一款表达式计算工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/false.html b/linux-command.docset/Contents/Resources/Documents/c/false.html index d4b88f893c..01537f98f7 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/false.html +++ b/linux-command.docset/Contents/Resources/Documents/c/false.html @@ -10,7 +10,7 @@ false 命令,Linux false 命令详解:返回状态为失败。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/fc.html b/linux-command.docset/Contents/Resources/Documents/c/fc.html index 236e5aa0a3..3936dc7071 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/fc.html +++ b/linux-command.docset/Contents/Resources/Documents/c/fc.html @@ -10,7 +10,7 @@ fc 命令,Linux fc 命令详解:显示历史列表中的命令或修改指定的历史命令并执行。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -105,7 +105,7 @@ fc -s ~=/ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/fdisk.html b/linux-command.docset/Contents/Resources/Documents/c/fdisk.html index 2d586524f6..32dcd306f9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/fdisk.html +++ b/linux-command.docset/Contents/Resources/Documents/c/fdisk.html @@ -10,7 +10,7 @@ fdisk 命令,Linux fdisk 命令详解:查看磁盘使用情况和磁盘分区 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -290,7 +290,7 @@ proc /proc proc defaults - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/fg.html b/linux-command.docset/Contents/Resources/Documents/c/fg.html index d4b6c8229a..23f6cd0b95 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/fg.html +++ b/linux-command.docset/Contents/Resources/Documents/c/fg.html @@ -10,7 +10,7 @@ fg 命令,Linux fg 命令详解:将后台作业移动到前台终端运行 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/fgrep.html b/linux-command.docset/Contents/Resources/Documents/c/fgrep.html index 200f17cd43..bda895a155 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/fgrep.html +++ b/linux-command.docset/Contents/Resources/Documents/c/fgrep.html @@ -10,7 +10,7 @@ fgrep 命令,Linux fgrep 命令详解:为文件搜索文字字符串 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ n:将文件中每行的相对行号置于行前。 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/file.html b/linux-command.docset/Contents/Resources/Documents/c/file.html index 9331a903f9..27453d13fb 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/file.html +++ b/linux-command.docset/Contents/Resources/Documents/c/file.html @@ -10,7 +10,7 @@ file 命令,Linux file 命令详解:用来探测给定文件的类型 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -101,7 +101,7 @@ lrwxrwxrwx 1 root root - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/find.html b/linux-command.docset/Contents/Resources/Documents/c/find.html index cdf8e56892..4a04033f01 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/find.html +++ b/linux-command.docset/Contents/Resources/Documents/c/find.html @@ -10,7 +10,7 @@ find 命令,Linux find 命令详解:在指定目录下查找文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -239,7 +239,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/findfs.html b/linux-command.docset/Contents/Resources/Documents/c/findfs.html index 8fde38dca2..7de94da513 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/findfs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/findfs.html @@ -10,7 +10,7 @@ findfs 命令,Linux findfs 命令详解:标签或UUID查找文件系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/finger.html b/linux-command.docset/Contents/Resources/Documents/c/finger.html index 624e6b8335..c5023a9bec 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/finger.html +++ b/linux-command.docset/Contents/Resources/Documents/c/finger.html @@ -10,7 +10,7 @@ finger 命令,Linux finger 命令详解:用于查找并显示用户信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ root root *pts/1 Dec 18 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/firewall-cmd.html b/linux-command.docset/Contents/Resources/Documents/c/firewall-cmd.html index 8da8b877b6..c76c802707 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/firewall-cmd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/firewall-cmd.html @@ -10,7 +10,7 @@ firewall-cmd 命令,Linux firewall-cmd 命令详解:Linux上新用的防火墙软件,跟iptables差不多的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -304,7 +304,7 @@ firewall-cmd --add-forward-port=port - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/fishshell.html b/linux-command.docset/Contents/Resources/Documents/c/fishshell.html index 9df11cbdc0..c925ae22ce 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/fishshell.html +++ b/linux-command.docset/Contents/Resources/Documents/c/fishshell.html @@ -10,7 +10,7 @@ fishshell 命令,Linux fishshell 命令详解:比 bash 更好用的 shell - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -145,7 +145,7 @@ functions # 列出 fish 下定义的函数 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/fmt.html b/linux-command.docset/Contents/Resources/Documents/c/fmt.html index b092df04f2..9d803148ef 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/fmt.html +++ b/linux-command.docset/Contents/Resources/Documents/c/fmt.html @@ -10,7 +10,7 @@ fmt 命令,Linux fmt 命令详解:读取文件后优化处理并输出 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/fold.html b/linux-command.docset/Contents/Resources/Documents/c/fold.html index ae4ed2ba33..78d1f916eb 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/fold.html +++ b/linux-command.docset/Contents/Resources/Documents/c/fold.html @@ -10,7 +10,7 @@ fold 命令,Linux fold 命令详解:控制文件内容输出时所占用的屏幕宽度 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/fping.html b/linux-command.docset/Contents/Resources/Documents/c/fping.html index 0800cfb368..33dc055ab0 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/fping.html +++ b/linux-command.docset/Contents/Resources/Documents/c/fping.html @@ -10,7 +10,7 @@ fping 命令,Linux fping 命令详解:fping检测主机是否存在 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -103,7 +103,7 @@ yum install fping -y - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/free.html b/linux-command.docset/Contents/Resources/Documents/c/free.html index 2dfaaa2255..14e1e29778 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/free.html +++ b/linux-command.docset/Contents/Resources/Documents/c/free.html @@ -10,7 +10,7 @@ free 命令,Linux free 命令详解:显示内存的使用情况 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -166,7 +166,7 @@ DirectMap1G: 5242880 kB - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/fsck.html b/linux-command.docset/Contents/Resources/Documents/c/fsck.html index 9142e5df62..71c4e10988 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/fsck.html +++ b/linux-command.docset/Contents/Resources/Documents/c/fsck.html @@ -10,7 +10,7 @@ fsck 命令,Linux fsck 命令详解:检查并且试图修复文件系统中的错误 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ftp.html b/linux-command.docset/Contents/Resources/Documents/c/ftp.html index 4c15c1d910..c1afc033a4 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ftp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ftp.html @@ -10,7 +10,7 @@ ftp 命令,Linux ftp 命令详解:用来设置文件系统相关功能 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -117,7 +117,7 @@ ftp> mput *.txt - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ftpcount.html b/linux-command.docset/Contents/Resources/Documents/c/ftpcount.html index 2afa587030..d665689c80 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ftpcount.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ftpcount.html @@ -10,7 +10,7 @@ ftpcount 命令,Linux ftpcount 命令详解:显示目前已FTP登入的用户人数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ftpshut.html b/linux-command.docset/Contents/Resources/Documents/c/ftpshut.html index 2a9352e385..88b30c6ee9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ftpshut.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ftpshut.html @@ -10,7 +10,7 @@ ftpshut 命令,Linux ftpshut 命令详解:在指定的时间关闭FTP服务器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ftptop.html b/linux-command.docset/Contents/Resources/Documents/c/ftptop.html index 0a2984e8f8..7c9412bcd0 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ftptop.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ftptop.html @@ -10,7 +10,7 @@ ftptop 命令,Linux ftptop 命令详解:proftpd服务器的连接状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ftpwho.html b/linux-command.docset/Contents/Resources/Documents/c/ftpwho.html index 35c620086c..793c48e53b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ftpwho.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ftpwho.html @@ -10,7 +10,7 @@ ftpwho 命令,Linux ftpwho 命令详解:显示当前每个ftp会话信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/fuser.html b/linux-command.docset/Contents/Resources/Documents/c/fuser.html index c88f35fd66..6b9ebb6b08 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/fuser.html +++ b/linux-command.docset/Contents/Resources/Documents/c/fuser.html @@ -10,7 +10,7 @@ fuser 命令,Linux fuser 命令详解:使用文件或文件结构识别进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/gcc.html b/linux-command.docset/Contents/Resources/Documents/c/gcc.html index 80330277f1..bd8e8e5aec 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/gcc.html +++ b/linux-command.docset/Contents/Resources/Documents/c/gcc.html @@ -10,7 +10,7 @@ gcc 命令,Linux gcc 命令详解:基于C/C++的编译器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ gcc -o testfun.o test.o -o test - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/gcov.html b/linux-command.docset/Contents/Resources/Documents/c/gcov.html index 4a24880199..9011ba9e43 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/gcov.html +++ b/linux-command.docset/Contents/Resources/Documents/c/gcov.html @@ -10,7 +10,7 @@ gcov 命令,Linux gcov 命令详解:测试程序的代码覆盖率的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/gdb.html b/linux-command.docset/Contents/Resources/Documents/c/gdb.html index 2c4463846c..61780bbf87 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/gdb.html +++ b/linux-command.docset/Contents/Resources/Documents/c/gdb.html @@ -10,7 +10,7 @@ gdb 命令,Linux gdb 命令详解:功能强大的程序调试器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -363,7 +363,7 @@ q 退出调试 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/get_module.html b/linux-command.docset/Contents/Resources/Documents/c/get_module.html index 9eb59c76e2..e7d2a62719 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/get_module.html +++ b/linux-command.docset/Contents/Resources/Documents/c/get_module.html @@ -10,7 +10,7 @@ get_module 命令,Linux get_module 命令详解:获取Linux内核模块的详细信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ Sections: - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/getenforce.html b/linux-command.docset/Contents/Resources/Documents/c/getenforce.html index 0a803ea1db..6ff90d6c15 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/getenforce.html +++ b/linux-command.docset/Contents/Resources/Documents/c/getenforce.html @@ -10,7 +10,7 @@ getenforce 命令,Linux getenforce 命令详解:显示当前SELinux的应用模式,是强制、执行还是停用 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ Enforcing - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/getsebool.html b/linux-command.docset/Contents/Resources/Documents/c/getsebool.html index f27857ad64..4fe0832beb 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/getsebool.html +++ b/linux-command.docset/Contents/Resources/Documents/c/getsebool.html @@ -10,7 +10,7 @@ getsebool 命令,Linux getsebool 命令详解:查询SElinux策略内各项规则的布尔值 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ setsebool -P httpd_enable_homedirs - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/git.html b/linux-command.docset/Contents/Resources/Documents/c/git.html index f133c3feef..e400d8b5a3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/git.html +++ b/linux-command.docset/Contents/Resources/Documents/c/git.html @@ -10,7 +10,7 @@ git 命令,Linux git 命令详解:是目前世界上最先进的分布式版本控制系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -682,7 +682,7 @@ pick f7f3f6d changed my name a bit - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/gpasswd.html b/linux-command.docset/Contents/Resources/Documents/c/gpasswd.html index b1bd1fc18b..e34de17f34 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/gpasswd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/gpasswd.html @@ -10,7 +10,7 @@ gpasswd 命令,Linux gpasswd 命令详解:Linux下工作组文件的管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ gpasswd -a allen users - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/gpm.html b/linux-command.docset/Contents/Resources/Documents/c/gpm.html index d4013f482c..e40498e886 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/gpm.html +++ b/linux-command.docset/Contents/Resources/Documents/c/gpm.html @@ -10,7 +10,7 @@ gpm 命令,Linux gpm 命令详解:提供文字模式下的滑鼠事件处理 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/grep.html b/linux-command.docset/Contents/Resources/Documents/c/grep.html index d36e83a4b7..a3aa877d2b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/grep.html +++ b/linux-command.docset/Contents/Resources/Documents/c/grep.html @@ -10,7 +10,7 @@ grep 命令,Linux grep 命令详解:强大的文本搜索工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -218,7 +218,7 @@ b - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/groupadd.html b/linux-command.docset/Contents/Resources/Documents/c/groupadd.html index b2448fcc48..4395672652 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/groupadd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/groupadd.html @@ -10,7 +10,7 @@ groupadd 命令,Linux groupadd 命令详解:用于创建一个新的工作组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/groupdel.html b/linux-command.docset/Contents/Resources/Documents/c/groupdel.html index 3e5200bc78..30f727dda8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/groupdel.html +++ b/linux-command.docset/Contents/Resources/Documents/c/groupdel.html @@ -10,7 +10,7 @@ groupdel 命令,Linux groupdel 命令详解:用于删除指定的工作组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/groupmod.html b/linux-command.docset/Contents/Resources/Documents/c/groupmod.html index 21c1d7f06b..7e9ccbab99 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/groupmod.html +++ b/linux-command.docset/Contents/Resources/Documents/c/groupmod.html @@ -10,7 +10,7 @@ groupmod 命令,Linux groupmod 命令详解:更改群组识别码或名称 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/groups.html b/linux-command.docset/Contents/Resources/Documents/c/groups.html index 72c5dc8475..acf885d278 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/groups.html +++ b/linux-command.docset/Contents/Resources/Documents/c/groups.html @@ -10,7 +10,7 @@ groups 命令,Linux groups 命令详解:打印指定用户所在组的名称。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ linux : linux adm dialout cdrom pl - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/grpck.html b/linux-command.docset/Contents/Resources/Documents/c/grpck.html index b9c294774d..26a66c6556 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/grpck.html +++ b/linux-command.docset/Contents/Resources/Documents/c/grpck.html @@ -10,7 +10,7 @@ grpck 命令,Linux grpck 命令详解:用于验证组文件的完整性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ grpck: the files have been updated # 这时已经 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/grpconv.html b/linux-command.docset/Contents/Resources/Documents/c/grpconv.html index 5934e31820..e84fc9e3c7 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/grpconv.html +++ b/linux-command.docset/Contents/Resources/Documents/c/grpconv.html @@ -10,7 +10,7 @@ grpconv 命令,Linux grpconv 命令详解:用来开启群组的投影密码 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ cdy:123456:: # 已经移到影子文件了 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/grpunconv.html b/linux-command.docset/Contents/Resources/Documents/c/grpunconv.html index 2e57b6a595..1fdc3b831d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/grpunconv.html +++ b/linux-command.docset/Contents/Resources/Documents/c/grpunconv.html @@ -10,7 +10,7 @@ grpunconv 命令,Linux grpunconv 命令详解:用来关闭群组的投影密码 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ cdy:123456:1000: - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/grub.html b/linux-command.docset/Contents/Resources/Documents/c/grub.html index 42494c1442..d044b574bc 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/grub.html +++ b/linux-command.docset/Contents/Resources/Documents/c/grub.html @@ -10,7 +10,7 @@ grub 命令,Linux grub 命令详解:多重引导程序grub的命令行shell工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -96,7 +96,7 @@ boot - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/gunzip.html b/linux-command.docset/Contents/Resources/Documents/c/gunzip.html index a969872020..9eeca17a07 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/gunzip.html +++ b/linux-command.docset/Contents/Resources/Documents/c/gunzip.html @@ -10,7 +10,7 @@ gunzip 命令,Linux gunzip 命令详解:用来解压缩文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ compressed uncompressed ratio uncompressed_name - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/gzexe.html b/linux-command.docset/Contents/Resources/Documents/c/gzexe.html index b592058cbf..b1b31ad936 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/gzexe.html +++ b/linux-command.docset/Contents/Resources/Documents/c/gzexe.html @@ -10,7 +10,7 @@ gzexe 命令,Linux gzexe 命令详解:用来压缩可执行文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/gzip.html b/linux-command.docset/Contents/Resources/Documents/c/gzip.html index d0516ff754..aa6e1346b9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/gzip.html +++ b/linux-command.docset/Contents/Resources/Documents/c/gzip.html @@ -10,7 +10,7 @@ gzip 命令,Linux gzip 命令详解:用来压缩文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/halt.html b/linux-command.docset/Contents/Resources/Documents/c/halt.html index 628c7f2c50..4b51a4963a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/halt.html +++ b/linux-command.docset/Contents/Resources/Documents/c/halt.html @@ -10,7 +10,7 @@ halt 命令,Linux halt 命令详解:关闭正在运行的Linux操作系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/hdparm.html b/linux-command.docset/Contents/Resources/Documents/c/hdparm.html index 616d96cc80..16ea987d3d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/hdparm.html +++ b/linux-command.docset/Contents/Resources/Documents/c/hdparm.html @@ -10,7 +10,7 @@ hdparm 命令,Linux hdparm 命令详解:显示与设定硬盘的参数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -130,7 +130,7 @@ hdparm -m #参数值为整数值如8 /dev/sda - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/head.html b/linux-command.docset/Contents/Resources/Documents/c/head.html index f9296736c5..e7d0288a5d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/head.html +++ b/linux-command.docset/Contents/Resources/Documents/c/head.html @@ -10,7 +10,7 @@ head 命令,Linux head 命令详解:显示文件的开头部分。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -131,7 +131,7 @@ T、P、E、Z、Y等以此类推。 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/help.html b/linux-command.docset/Contents/Resources/Documents/c/help.html index b1d3fdc30a..d610efaba1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/help.html +++ b/linux-command.docset/Contents/Resources/Documents/c/help.html @@ -10,7 +10,7 @@ help 命令,Linux help 命令详解:该命令是bash内建命令,用于显示bash内建命令的帮助信息。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ shopt: shopt - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/hexdump.html b/linux-command.docset/Contents/Resources/Documents/c/hexdump.html index a51cfb0017..e54a5cd847 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/hexdump.html +++ b/linux-command.docset/Contents/Resources/Documents/c/hexdump.html @@ -10,7 +10,7 @@ hexdump 命令,Linux hexdump 命令详解:显示文件十六进制格式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -90,7 +90,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/history.html b/linux-command.docset/Contents/Resources/Documents/c/history.html index 431ff0ef5e..8e96d4cc2c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/history.html +++ b/linux-command.docset/Contents/Resources/Documents/c/history.html @@ -10,7 +10,7 @@ history 命令,Linux history 命令详解:显示或操作历史列表。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -112,7 +112,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/host.html b/linux-command.docset/Contents/Resources/Documents/c/host.html index 03a1c303b7..026bd61a58 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/host.html +++ b/linux-command.docset/Contents/Resources/Documents/c/host.html @@ -10,7 +10,7 @@ host 命令,Linux host 命令详解:常用的分析域名查询工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ Received 54 bytes from - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/hostid.html b/linux-command.docset/Contents/Resources/Documents/c/hostid.html index 007f853da0..677e947338 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/hostid.html +++ b/linux-command.docset/Contents/Resources/Documents/c/hostid.html @@ -10,7 +10,7 @@ hostid 命令,Linux hostid 命令详解:显示当前主机的十六进制数字标识。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/hostname.html b/linux-command.docset/Contents/Resources/Documents/c/hostname.html index 342ec930fe..6baa20eb6f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/hostname.html +++ b/linux-command.docset/Contents/Resources/Documents/c/hostname.html @@ -10,7 +10,7 @@ hostname 命令,Linux hostname 命令详解:显示和设置系统的主机名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ AY1307311912260196fcZ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/hping3.html b/linux-command.docset/Contents/Resources/Documents/c/hping3.html index cdb3faa114..293b450b83 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/hping3.html +++ b/linux-command.docset/Contents/Resources/Documents/c/hping3.html @@ -10,7 +10,7 @@ hping3 命令,Linux hping3 命令详解:测试网络及主机的安全 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -145,7 +145,7 @@ hping3 192.168.10.44 -p53 -d - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/htdigest.html b/linux-command.docset/Contents/Resources/Documents/c/htdigest.html index 8ee30ef562..88cda13436 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/htdigest.html +++ b/linux-command.docset/Contents/Resources/Documents/c/htdigest.html @@ -10,7 +10,7 @@ htdigest 命令,Linux htdigest 命令详解:Apache服务器内置工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/htop.html b/linux-command.docset/Contents/Resources/Documents/c/htop.html index 688adad72c..8557dcb1e9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/htop.html +++ b/linux-command.docset/Contents/Resources/Documents/c/htop.html @@ -10,7 +10,7 @@ htop 命令,Linux htop 命令详解:[非内部命令]一个互动的进程查看器,可以动态观察系统进程状况 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -129,7 +129,7 @@ P:按CPU排序
      T:按运行时间排序

      - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/htpasswd.html b/linux-command.docset/Contents/Resources/Documents/c/htpasswd.html index 84b96b4ac5..fee5f8e4f9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/htpasswd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/htpasswd.html @@ -10,7 +10,7 @@ htpasswd 命令,Linux htpasswd 命令详解:apache服务器创建密码认证文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -92,7 +92,7 @@ htpasswd -b .passwd Jack 123456 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/hwclock.html b/linux-command.docset/Contents/Resources/Documents/c/hwclock.html index de2b10099b..223705c993 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/hwclock.html +++ b/linux-command.docset/Contents/Resources/Documents/c/hwclock.html @@ -10,7 +10,7 @@ hwclock 命令,Linux hwclock 命令详解:显示与设定硬件时钟 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -90,7 +90,7 @@ hwclock --systohc –-utc - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/iconv.html b/linux-command.docset/Contents/Resources/Documents/c/iconv.html index 1f24cb907c..d1c56714b7 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/iconv.html +++ b/linux-command.docset/Contents/Resources/Documents/c/iconv.html @@ -10,7 +10,7 @@ iconv 命令,Linux iconv 命令详解:转换文件的编码方式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/id.html b/linux-command.docset/Contents/Resources/Documents/c/id.html index 2af460137f..134b167d6c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/id.html +++ b/linux-command.docset/Contents/Resources/Documents/c/id.html @@ -10,7 +10,7 @@ id 命令,Linux id 命令详解:打印真实以及有效的用户和所在组的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -113,7 +113,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ifcfg.html b/linux-command.docset/Contents/Resources/Documents/c/ifcfg.html index 7809fedec1..3703a0ee64 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ifcfg.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ifcfg.html @@ -10,7 +10,7 @@ ifcfg 命令,Linux ifcfg 命令详解:置Linux中的网络接口参数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ Stop:停用指定的网络接口的IP地址。 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ifconfig.html b/linux-command.docset/Contents/Resources/Documents/c/ifconfig.html index 3cd5f75ecb..585c50acaf 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ifconfig.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ifconfig.html @@ -10,7 +10,7 @@ ifconfig 命令,Linux ifconfig 命令详解:配置和显示Linux系统网卡的网络参数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -135,7 +135,7 @@ lo Link encap:Local Loopback - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ifdown.html b/linux-command.docset/Contents/Resources/Documents/c/ifdown.html index 16691e2327..91960a3a43 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ifdown.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ifdown.html @@ -10,7 +10,7 @@ ifdown 命令,Linux ifdown 命令详解:禁用指定的网络接口 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ifstat.html b/linux-command.docset/Contents/Resources/Documents/c/ifstat.html index 2004aa8f5f..9dbd5918b8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ifstat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ifstat.html @@ -10,7 +10,7 @@ ifstat 命令,Linux ifstat 命令详解:统计网络接口流量状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -112,7 +112,7 @@ HH:MM:ss KB/s in KB/s out KB/s - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/iftop.html b/linux-command.docset/Contents/Resources/Documents/c/iftop.html index 274e95a0d0..c062a4a868 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/iftop.html +++ b/linux-command.docset/Contents/Resources/Documents/c/iftop.html @@ -10,7 +10,7 @@ iftop 命令,Linux iftop 命令详解:一款实时流量监控工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -112,7 +112,7 @@ iftop -F 192.168.1.0/24 or - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ifup.html b/linux-command.docset/Contents/Resources/Documents/c/ifup.html index d12daf29e2..ce80b30c1e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ifup.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ifup.html @@ -10,7 +10,7 @@ ifup 命令,Linux ifup 命令详解:激活指定的网络接口 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/indent.html b/linux-command.docset/Contents/Resources/Documents/c/indent.html index 669fd3ce23..f4fde094ea 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/indent.html +++ b/linux-command.docset/Contents/Resources/Documents/c/indent.html @@ -10,7 +10,7 @@ indent 命令,Linux indent 命令详解:格式化C语言的源文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -124,7 +124,7 @@ indent(选项) - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/info.html b/linux-command.docset/Contents/Resources/Documents/c/info.html index fa4aa343d2..397b75f50d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/info.html +++ b/linux-command.docset/Contents/Resources/Documents/c/info.html @@ -10,7 +10,7 @@ info 命令,Linux info 命令详解:Linux下info格式的帮助指令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -108,7 +108,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/init.html b/linux-command.docset/Contents/Resources/Documents/c/init.html index 1230d51caa..ca71f138db 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/init.html +++ b/linux-command.docset/Contents/Resources/Documents/c/init.html @@ -10,7 +10,7 @@ init 命令,Linux init 命令详解:init进程是所有Linux进程的父进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/inotifywait.html b/linux-command.docset/Contents/Resources/Documents/c/inotifywait.html index cc65042d17..43b5c80ff3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/inotifywait.html +++ b/linux-command.docset/Contents/Resources/Documents/c/inotifywait.html @@ -10,7 +10,7 @@ inotifywait 命令,Linux inotifywait 命令详解:异步文件系统监控机制 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -174,7 +174,7 @@ total 0 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/insmod.html b/linux-command.docset/Contents/Resources/Documents/c/insmod.html index 7f466f7c4b..4ab6623108 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/insmod.html +++ b/linux-command.docset/Contents/Resources/Documents/c/insmod.html @@ -10,7 +10,7 @@ insmod 命令,Linux insmod 命令详解:将给定的模块加载到内核中 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ raid1 25153 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/install.html b/linux-command.docset/Contents/Resources/Documents/c/install.html index b52ac085ab..4c244eb7c3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/install.html +++ b/linux-command.docset/Contents/Resources/Documents/c/install.html @@ -10,7 +10,7 @@ install 命令,Linux install 命令详解:安装或升级软件或备份数据 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -99,7 +99,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/iostat.html b/linux-command.docset/Contents/Resources/Documents/c/iostat.html index a33dc127a8..98d49eaec3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/iostat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/iostat.html @@ -10,7 +10,7 @@ iostat 命令,Linux iostat 命令详解:监视系统输入输出设备和CPU的使用情况 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -157,7 +157,7 @@ sda1 0.02 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/iotop.html b/linux-command.docset/Contents/Resources/Documents/c/iotop.html index 192340c144..168a381065 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/iotop.html +++ b/linux-command.docset/Contents/Resources/Documents/c/iotop.html @@ -10,7 +10,7 @@ iotop 命令,Linux iotop 命令详解:用来监视磁盘I/O使用状况的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ python setup.py install - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ip.html b/linux-command.docset/Contents/Resources/Documents/c/ip.html index a2b8adefbd..e8df76ceda 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ip.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ip.html @@ -10,7 +10,7 @@ ip 命令,Linux ip 命令详解:网络配置工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -152,7 +152,7 @@ default via 112.124.15.247 dev eth1 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ip6tables-restore.html b/linux-command.docset/Contents/Resources/Documents/c/ip6tables-restore.html index 0452b27f29..bc1501f9de 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ip6tables-restore.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ip6tables-restore.html @@ -10,7 +10,7 @@ ip6tables-restore 命令,Linux ip6tables-restore 命令详解:还原ip6tables表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ip6tables-save.html b/linux-command.docset/Contents/Resources/Documents/c/ip6tables-save.html index d4951d9ddc..ee21e104de 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ip6tables-save.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ip6tables-save.html @@ -10,7 +10,7 @@ ip6tables-save 命令,Linux ip6tables-save 命令详解:保存ip6tables表配置 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ip6tables.html b/linux-command.docset/Contents/Resources/Documents/c/ip6tables.html index d71a013503..38e9a5c629 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ip6tables.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ip6tables.html @@ -10,7 +10,7 @@ ip6tables 命令,Linux ip6tables 命令详解:linux中防火墙软件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -188,7 +188,7 @@ num pkts bytes target prot opt in o - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ipcalc.html b/linux-command.docset/Contents/Resources/Documents/c/ipcalc.html index b554b02620..771c7b444b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ipcalc.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ipcalc.html @@ -10,7 +10,7 @@ ipcalc 命令,Linux ipcalc 命令详解:简单的IP地址计算器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -90,7 +90,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ipcrm.html b/linux-command.docset/Contents/Resources/Documents/c/ipcrm.html index 3c12662fef..958b814f0c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ipcrm.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ipcrm.html @@ -10,7 +10,7 @@ ipcrm 命令,Linux ipcrm 命令详解:删除消息队列、信号集、或者共享内存标识 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ipcs.html b/linux-command.docset/Contents/Resources/Documents/c/ipcs.html index ca81505441..220a85dd10 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ipcs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ipcs.html @@ -10,7 +10,7 @@ ipcs 命令,Linux ipcs 命令详解:分析消息队列共享内存和信号量 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ key shmid owner perms bytes nattch status - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/iperf.html b/linux-command.docset/Contents/Resources/Documents/c/iperf.html index 5fddfe933e..657d2692a7 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/iperf.html +++ b/linux-command.docset/Contents/Resources/Documents/c/iperf.html @@ -10,7 +10,7 @@ iperf 命令,Linux iperf 命令详解:网络性能测试工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -258,7 +258,7 @@ $ iperf -c -F - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/iptables-restore.html b/linux-command.docset/Contents/Resources/Documents/c/iptables-restore.html index 0851d5f1f2..2774406858 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/iptables-restore.html +++ b/linux-command.docset/Contents/Resources/Documents/c/iptables-restore.html @@ -10,7 +10,7 @@ iptables-restore 命令,Linux iptables-restore 命令详解:还原iptables表的配置 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/iptables-save.html b/linux-command.docset/Contents/Resources/Documents/c/iptables-save.html index 8bb54aa31f..56c6e9ebd8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/iptables-save.html +++ b/linux-command.docset/Contents/Resources/Documents/c/iptables-save.html @@ -10,7 +10,7 @@ iptables-save 命令,Linux iptables-save 命令详解:备份iptables的表配置 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ COMMIT - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/iptables.html b/linux-command.docset/Contents/Resources/Documents/c/iptables.html index fea3412908..8ee2d132e6 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/iptables.html +++ b/linux-command.docset/Contents/Resources/Documents/c/iptables.html @@ -10,7 +10,7 @@ iptables 命令,Linux iptables 命令详解:Linux上常用的防火墙软件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -473,7 +473,7 @@ iptables -I INPUT -m limit --limit 3/hour --li - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/iptraf.html b/linux-command.docset/Contents/Resources/Documents/c/iptraf.html index dcbcbfd2c9..64784afe3a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/iptraf.html +++ b/linux-command.docset/Contents/Resources/Documents/c/iptraf.html @@ -10,7 +10,7 @@ iptraf 命令,Linux iptraf 命令详解:实时地监视网卡流量 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/iptstate.html b/linux-command.docset/Contents/Resources/Documents/c/iptstate.html index 44ce663349..48abc69474 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/iptstate.html +++ b/linux-command.docset/Contents/Resources/Documents/c/iptstate.html @@ -10,7 +10,7 @@ iptstate 命令,Linux iptstate 命令详解:显示iptables的工作状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ispell.html b/linux-command.docset/Contents/Resources/Documents/c/ispell.html index b6ac87c380..8a9f67749b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ispell.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ispell.html @@ -10,7 +10,7 @@ ispell 命令,Linux ispell 命令详解:检查文件中出现的拼写错误 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/jed.html b/linux-command.docset/Contents/Resources/Documents/c/jed.html index b1f7fbedd5..0f3aa00149 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/jed.html +++ b/linux-command.docset/Contents/Resources/Documents/c/jed.html @@ -10,7 +10,7 @@ jed 命令,Linux jed 命令详解:主要用于编辑代码的编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ unset_setkey ( - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/jobs.html b/linux-command.docset/Contents/Resources/Documents/c/jobs.html index 73143958e8..b4806adc18 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/jobs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/jobs.html @@ -10,7 +10,7 @@ jobs 命令,Linux jobs 命令详解:显示作业的状态。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -117,7 +117,7 @@ pc@192.168.1.4's password: - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/joe.html b/linux-command.docset/Contents/Resources/Documents/c/joe.html index ab4307dfc0..2380cbf031 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/joe.html +++ b/linux-command.docset/Contents/Resources/Documents/c/joe.html @@ -10,7 +10,7 @@ joe 命令,Linux joe 命令详解:强大的纯文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/join.html b/linux-command.docset/Contents/Resources/Documents/c/join.html index 7e1a86d595..1c04505b03 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/join.html +++ b/linux-command.docset/Contents/Resources/Documents/c/join.html @@ -10,7 +10,7 @@ join 命令,Linux join 命令详解:两个文件中指定栏位内容相同的行连接起来 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/jwhois.html b/linux-command.docset/Contents/Resources/Documents/c/jwhois.html index 6e4b116f93..70a2aa1c96 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/jwhois.html +++ b/linux-command.docset/Contents/Resources/Documents/c/jwhois.html @@ -10,7 +10,7 @@ jwhois 命令,Linux jwhois 命令详解:whois 客户端服务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -97,7 +97,7 @@ Registrar WHOIS Server: whois.west263.com - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/kernelversion.html b/linux-command.docset/Contents/Resources/Documents/c/kernelversion.html index 7ba2df125b..5463ae0a2b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/kernelversion.html +++ b/linux-command.docset/Contents/Resources/Documents/c/kernelversion.html @@ -10,7 +10,7 @@ kernelversion 命令,Linux kernelversion 命令详解:打印当前内核的主版本号 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -66,7 +66,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/kexec.html b/linux-command.docset/Contents/Resources/Documents/c/kexec.html index 6bd5950ca9..49207befdd 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/kexec.html +++ b/linux-command.docset/Contents/Resources/Documents/c/kexec.html @@ -10,7 +10,7 @@ kexec 命令,Linux kexec 命令详解:从当前正在运行的内核引导到一个新内核 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/kill.html b/linux-command.docset/Contents/Resources/Documents/c/kill.html index 2855c232ba..0327a3cc16 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/kill.html +++ b/linux-command.docset/Contents/Resources/Documents/c/kill.html @@ -10,7 +10,7 @@ kill 命令,Linux kill 命令详解:发送信号到进程。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -209,7 +209,7 @@ STOP 19 暂停(同 Ctrl + Z) - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/killall.html b/linux-command.docset/Contents/Resources/Documents/c/killall.html index 30a1facc5e..5a7b93a3f5 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/killall.html +++ b/linux-command.docset/Contents/Resources/Documents/c/killall.html @@ -10,7 +10,7 @@ killall 命令,Linux killall 命令详解:使用进程的名称来杀死一组进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/last.html b/linux-command.docset/Contents/Resources/Documents/c/last.html index 818ce3c1d1..4a21a56186 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/last.html +++ b/linux-command.docset/Contents/Resources/Documents/c/last.html @@ -10,7 +10,7 @@ last 命令,Linux last 命令详解:列出目前与过去登入系统的用户相关信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -88,7 +88,7 @@ root pts/0 221.6.45.34 Mon Dec - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lastb.html b/linux-command.docset/Contents/Resources/Documents/c/lastb.html index b4e747b199..332af98c4f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lastb.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lastb.html @@ -10,7 +10,7 @@ lastb 命令,Linux lastb 命令详解:列出登入系统失败的用户相关信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ admin ssh:notty 129.171.193.99 Mon Dec - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lastlog.html b/linux-command.docset/Contents/Resources/Documents/c/lastlog.html index 665427025f..f8381d2d82 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lastlog.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lastlog.html @@ -10,7 +10,7 @@ lastlog 命令,Linux lastlog 命令详解:显示系统中所有用户最近一次登录信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -97,7 +97,7 @@ mysql **Never logged in** - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ld.html b/linux-command.docset/Contents/Resources/Documents/c/ld.html index 6bfb7f1543..273e31aa43 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ld.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ld.html @@ -10,7 +10,7 @@ ld 命令,Linux ld 命令详解:将目标文件连接为可执行程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ ld -o output /lib/crt0.o hello.o -lc - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ldconfig.html b/linux-command.docset/Contents/Resources/Documents/c/ldconfig.html index 96b4078e15..73a4f0b361 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ldconfig.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ldconfig.html @@ -10,7 +10,7 @@ ldconfig 命令,Linux ldconfig 命令详解:动态链接库管理命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ldd.html b/linux-command.docset/Contents/Resources/Documents/c/ldd.html index f6313cda1c..bfebc12d67 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ldd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ldd.html @@ -10,7 +10,7 @@ ldd 命令,Linux ldd 命令详解:打印程序或者库文件所依赖的共享库列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/less.html b/linux-command.docset/Contents/Resources/Documents/c/less.html index 64f3fbc22c..30af61f6d2 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/less.html +++ b/linux-command.docset/Contents/Resources/Documents/c/less.html @@ -10,7 +10,7 @@ less 命令,Linux less 命令详解:分屏上下翻页浏览文件内容 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/let.html b/linux-command.docset/Contents/Resources/Documents/c/let.html index 08a97e3dd5..e862b60c1e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/let.html +++ b/linux-command.docset/Contents/Resources/Documents/c/let.html @@ -10,7 +10,7 @@ let 命令,Linux let 命令详解:简单的计算器,执行算术表达式。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -205,7 +205,7 @@ bash:3:command not found... - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lftp.html b/linux-command.docset/Contents/Resources/Documents/c/lftp.html index 02c9ed0fd4..71fe112ea0 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lftp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lftp.html @@ -10,7 +10,7 @@ lftp 命令,Linux lftp 命令详解:优秀的文件客户端程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ pget -c -n 10 file.dat - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lftpget.html b/linux-command.docset/Contents/Resources/Documents/c/lftpget.html index 5d8248f418..50cc75ac46 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lftpget.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lftpget.html @@ -10,7 +10,7 @@ lftpget 命令,Linux lftpget 命令详解:调用lftp指令下载指定的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lha.html b/linux-command.docset/Contents/Resources/Documents/c/lha.html index cc4f1d14ed..6ca81a1664 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lha.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lha.html @@ -10,7 +10,7 @@ lha 命令,Linux lha 命令详解:压缩或解压缩lzh格式文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -90,7 +90,7 @@ lha -xiw=agis abc - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lilo.html b/linux-command.docset/Contents/Resources/Documents/c/lilo.html index 0ba7fb0f22..fc6b9d56a7 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lilo.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lilo.html @@ -10,7 +10,7 @@ lilo 命令,Linux lilo 命令详解:安装核心载入开机管理程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -145,7 +145,7 @@ compact - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ln.html b/linux-command.docset/Contents/Resources/Documents/c/ln.html index 274f92c91e..4e5e04f08b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ln.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ln.html @@ -10,7 +10,7 @@ ln 命令,Linux ln 命令详解:用来为文件创建链接 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -124,7 +124,7 @@ simple, never # 永远使用普通方式备份 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lnstat.html b/linux-command.docset/Contents/Resources/Documents/c/lnstat.html index ad64aeaffa..259346eb28 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lnstat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lnstat.html @@ -10,7 +10,7 @@ lnstat 命令,Linux lnstat 命令详解:显示Linux系统的网路状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/local.html b/linux-command.docset/Contents/Resources/Documents/c/local.html index 56dc7a8547..783c13d957 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/local.html +++ b/linux-command.docset/Contents/Resources/Documents/c/local.html @@ -10,7 +10,7 @@ local 命令,Linux local 命令详解:在函数内定义局部变量。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/locate.html b/linux-command.docset/Contents/Resources/Documents/c/locate.html index 1253c7c91c..33907abf09 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/locate.html +++ b/linux-command.docset/Contents/Resources/Documents/c/locate.html @@ -10,7 +10,7 @@ locate 命令,Linux locate 命令详解:比 find 好用的文件查找工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -120,7 +120,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/logger.html b/linux-command.docset/Contents/Resources/Documents/c/logger.html index 216a6f7e2d..ce26f07c32 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/logger.html +++ b/linux-command.docset/Contents/Resources/Documents/c/logger.html @@ -10,7 +10,7 @@ logger 命令,Linux logger 命令详解:在系统日志中记录相应条目 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/login.html b/linux-command.docset/Contents/Resources/Documents/c/login.html index b6634e2753..e7dd77498e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/login.html +++ b/linux-command.docset/Contents/Resources/Documents/c/login.html @@ -10,7 +10,7 @@ login 命令,Linux login 命令详解:登录系统或切换用户身份 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/logname.html b/linux-command.docset/Contents/Resources/Documents/c/logname.html index 51d8b61fe7..a83c462051 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/logname.html +++ b/linux-command.docset/Contents/Resources/Documents/c/logname.html @@ -10,7 +10,7 @@ logname 命令,Linux logname 命令详解:打印当前终端登录用户的名称。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ root - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/logout.html b/linux-command.docset/Contents/Resources/Documents/c/logout.html index e186cdd315..c8a4f4786d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/logout.html +++ b/linux-command.docset/Contents/Resources/Documents/c/logout.html @@ -10,7 +10,7 @@ logout 命令,Linux logout 命令详解:退出当前登录的Shell - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -66,7 +66,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/logrotate.html b/linux-command.docset/Contents/Resources/Documents/c/logrotate.html index ba58450af1..4fd46a49c4 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/logrotate.html +++ b/linux-command.docset/Contents/Resources/Documents/c/logrotate.html @@ -10,7 +10,7 @@ logrotate 命令,Linux logrotate 命令详解:系统日志进行轮转、压缩和删除 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -126,7 +126,7 @@ size(或minsize - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/logsave.html b/linux-command.docset/Contents/Resources/Documents/c/logsave.html index f43e6e9d5c..280f6e267c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/logsave.html +++ b/linux-command.docset/Contents/Resources/Documents/c/logsave.html @@ -10,7 +10,7 @@ logsave 命令,Linux logsave 命令详解:将命令的输出信息保存到指定的日志文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/logwatch.html b/linux-command.docset/Contents/Resources/Documents/c/logwatch.html index 2654f4b74c..468564f22e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/logwatch.html +++ b/linux-command.docset/Contents/Resources/Documents/c/logwatch.html @@ -10,7 +10,7 @@ logwatch 命令,Linux logwatch 命令详解:可定制和可插入式的日志监视系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -95,7 +95,7 @@ logwatch --service sshd --detail High 只看sshd的日志 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/look.html b/linux-command.docset/Contents/Resources/Documents/c/look.html index 397463a939..02a3f2053c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/look.html +++ b/linux-command.docset/Contents/Resources/Documents/c/look.html @@ -10,7 +10,7 @@ look 命令,Linux look 命令详解:显示文件中以指定字符串开头的任意行 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/losetup.html b/linux-command.docset/Contents/Resources/Documents/c/losetup.html index 5412bbe7e5..ffbb7adf3f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/losetup.html +++ b/linux-command.docset/Contents/Resources/Documents/c/losetup.html @@ -10,7 +10,7 @@ losetup 命令,Linux losetup 命令详解:设定与控制循环(loop)设备 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ losetup -d /dev/loop1 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lp.html b/linux-command.docset/Contents/Resources/Documents/c/lp.html index 88ac548840..ba34f6e5b0 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lp.html @@ -10,7 +10,7 @@ lp 命令,Linux lp 命令详解:打印文件或修改排队的打印任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -95,7 +95,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lpadmin.html b/linux-command.docset/Contents/Resources/Documents/c/lpadmin.html index a2d5e1a749..7ad8e5816c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lpadmin.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lpadmin.html @@ -10,7 +10,7 @@ lpadmin 命令,Linux lpadmin 命令详解:配置CUPS套件中的打印机和类 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lpc.html b/linux-command.docset/Contents/Resources/Documents/c/lpc.html index dd0af872e8..6c7bf0acdf 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lpc.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lpc.html @@ -10,7 +10,7 @@ lpc 命令,Linux lpc 命令详解:命令行方式打印机控制程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ lpc> - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lpq.html b/linux-command.docset/Contents/Resources/Documents/c/lpq.html index d55c1e610c..71af91a1a9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lpq.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lpq.html @@ -10,7 +10,7 @@ lpq 命令,Linux lpq 命令详解:显示打印队列中的打印任务的状态信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lpr.html b/linux-command.docset/Contents/Resources/Documents/c/lpr.html index 4863a83634..d95f79019a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lpr.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lpr.html @@ -10,7 +10,7 @@ lpr 命令,Linux lpr 命令详解:将文件发送给指定打印机进行打印 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lprm.html b/linux-command.docset/Contents/Resources/Documents/c/lprm.html index 8f7bc1067e..0eadeb0d67 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lprm.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lprm.html @@ -10,7 +10,7 @@ lprm 命令,Linux lprm 命令详解:删除打印队列中的打印任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lpstat.html b/linux-command.docset/Contents/Resources/Documents/c/lpstat.html index b2e1de42cc..18e3cff159 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lpstat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lpstat.html @@ -10,7 +10,7 @@ lpstat 命令,Linux lpstat 命令详解:显示CUPS中打印机的状态信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ls.html b/linux-command.docset/Contents/Resources/Documents/c/ls.html index c4db2709be..6a0a68d8a1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ls.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ls.html @@ -10,7 +10,7 @@ ls 命令,Linux ls 命令详解:显示目录内容列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -393,7 +393,7 @@ auto CHANGES CHANGES.ru conf configure contrib html LICENSE Makefile - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lsattr.html b/linux-command.docset/Contents/Resources/Documents/c/lsattr.html index ad585176a1..9c49b4497a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lsattr.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lsattr.html @@ -10,7 +10,7 @@ lsattr 命令,Linux lsattr 命令详解:查看文件的第二扩展文件系统属性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ lsattr -EO -l rmt0 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lsb_release.html b/linux-command.docset/Contents/Resources/Documents/c/lsb_release.html index 440e3cc133..e4dae85030 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lsb_release.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lsb_release.html @@ -10,7 +10,7 @@ lsb_release 命令,Linux lsb_release 命令详解:显示发行版本信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lsblk.html b/linux-command.docset/Contents/Resources/Documents/c/lsblk.html index b5fb71311b..0643a01c63 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lsblk.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lsblk.html @@ -10,7 +10,7 @@ lsblk 命令,Linux lsblk 命令详解:列出块设备信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -118,7 +118,7 @@ lsblk --bytes /dev/sda - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lscpu.html b/linux-command.docset/Contents/Resources/Documents/c/lscpu.html index 61661fe81c..9a2dc86a9e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lscpu.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lscpu.html @@ -10,7 +10,7 @@ lscpu 命令,Linux lscpu 命令详解:显示有关CPU架构的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -111,7 +111,7 @@ NUMA node0 CPU(s - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lsmod.html b/linux-command.docset/Contents/Resources/Documents/c/lsmod.html index 2b62da4f05..c3dbc12e9c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lsmod.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lsmod.html @@ -10,7 +10,7 @@ lsmod 命令,Linux lsmod 命令详解:显示已载入系统的模块 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -147,7 +147,7 @@ ehci_hcd 34509 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lsof.html b/linux-command.docset/Contents/Resources/Documents/c/lsof.html index 39dad1d79b..5d09ca0388 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lsof.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lsof.html @@ -10,7 +10,7 @@ lsof 命令,Linux lsof 命令详解:显示Linux系统当前已打开的所有文件列表 `lsof -p pid` - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -177,7 +177,7 @@ events/1 7 root cwd DIR - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lspci.html b/linux-command.docset/Contents/Resources/Documents/c/lspci.html index 86c70dcac8..f6de982e08 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lspci.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lspci.html @@ -10,7 +10,7 @@ lspci 命令,Linux lspci 命令详解:显示当前主机的所有PCI总线信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -119,7 +119,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lsusb.html b/linux-command.docset/Contents/Resources/Documents/c/lsusb.html index e20f05dbf6..157d0dcfe7 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lsusb.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lsusb.html @@ -10,7 +10,7 @@ lsusb 命令,Linux lsusb 命令详解:显示本机的USB设备列表信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -97,7 +97,7 @@ Bus 002 Device 001: ID 0000:0000 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ltrace.html b/linux-command.docset/Contents/Resources/Documents/c/ltrace.html index 727df62ac6..0ff2c8251b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ltrace.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ltrace.html @@ -10,7 +10,7 @@ ltrace 命令,Linux ltrace 命令详解:用来跟踪进程调用库函数的情况 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -118,7 +118,7 @@ SYS_mmap2(0x424000, - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lvcreate.html b/linux-command.docset/Contents/Resources/Documents/c/lvcreate.html index 960fbfdbda..233c987b73 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lvcreate.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lvcreate.html @@ -10,7 +10,7 @@ lvcreate 命令,Linux lvcreate 命令详解:用于创建LVM的逻辑卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lvdisplay.html b/linux-command.docset/Contents/Resources/Documents/c/lvdisplay.html index ed3ce1c809..d8464c6f86 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lvdisplay.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lvdisplay.html @@ -10,7 +10,7 @@ lvdisplay 命令,Linux lvdisplay 命令详解:显示逻辑卷属性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lvextend.html b/linux-command.docset/Contents/Resources/Documents/c/lvextend.html index b402654cc8..9066cb742e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lvextend.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lvextend.html @@ -10,7 +10,7 @@ lvextend 命令,Linux lvextend 命令详解:扩展逻辑卷空间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ Logical volume lvol0 successfully resized - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lvreduce.html b/linux-command.docset/Contents/Resources/Documents/c/lvreduce.html index 8f16c7a058..955e74ebfd 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lvreduce.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lvreduce.html @@ -10,7 +10,7 @@ lvreduce 命令,Linux lvreduce 命令详解:收缩逻辑卷空间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ Do you really want to reduce lvol0? [y/n< - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lvremove.html b/linux-command.docset/Contents/Resources/Documents/c/lvremove.html index 8815044d40..87b175f2e8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lvremove.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lvremove.html @@ -10,7 +10,7 @@ lvremove 命令,Linux lvremove 命令详解:删除指定LVM逻辑卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ volume "lvol0"? - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lvresize.html b/linux-command.docset/Contents/Resources/Documents/c/lvresize.html index 0dc680fb4b..54c3b12fc8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lvresize.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lvresize.html @@ -10,7 +10,7 @@ lvresize 命令,Linux lvresize 命令详解:调整逻辑卷空间大小 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ Logical volume lvol0 successfully resized - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lvscan.html b/linux-command.docset/Contents/Resources/Documents/c/lvscan.html index 322640363a..1cad389a54 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lvscan.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lvscan.html @@ -10,7 +10,7 @@ lvscan 命令,Linux lvscan 命令详解:扫描逻辑卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/lynx.html b/linux-command.docset/Contents/Resources/Documents/c/lynx.html index 3eb9636f91..05f4d08e3e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/lynx.html +++ b/linux-command.docset/Contents/Resources/Documents/c/lynx.html @@ -10,7 +10,7 @@ lynx 命令,Linux lynx 命令详解:纯文本模式的网页浏览器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -139,7 +139,7 @@ Ctrl+k:调用 Cookie Jar 页。 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mail.html b/linux-command.docset/Contents/Resources/Documents/c/mail.html index 03008ff29e..a9c910b268 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mail.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mail.html @@ -10,7 +10,7 @@ mail 命令,Linux mail 命令详解:命令行下发送和接收电子邮件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -64,11 +64,11 @@ welcome to www.jsdig.com

      使用管道直接敲入这行命令即可完成邮件的发送,其中echo后的是邮件正文。

      使用文件进行邮件发送

      mail -s "Hello from jsdig.com by file" admin@jsdig.com < mail.txt
      -

      使用上面的命令后,我们就可以把mail.txt文件的内容作为邮件的内容发送给admin@jsdig.com了。

      +

      使用上面的命令后,我们就可以把mail.txt文件的内容作为邮件的内容发送给admin@jsdig.com了。

      使用上述三种方式都可以给外部邮箱进行邮件发送,但因为前面2中都是直接在shell中敲入邮件内容,因此无法输入中文,即使我们使用粘贴的方式输入了中文,那么收到的邮件也是乱码的。但第3种方式,我们可以在window下编辑好邮件内容后,放到linux下,再进行发送,这样就可以正常发送中文了。不过目前邮件的中文标题暂时没有找到解决办法。

      因为mail程序本身就是调用sendmail来进行邮件发送的,因此我们可以在mail命令中使用sendmail的参数进行配置,比如我想使用特定的发件人发送邮件,可以使用如下命令:

      mail -s "Hello from jsdig.com with sender" admin@jsdig.com -- -f user@jsdig.com<mail.txt
      -

      上面的命令中,我们使用了– -f user@jsdig.com这样的参数,这是sendmail的选项,其中-f表示邮件的发送人邮件地址。

      +

      上面的命令中,我们使用了– -f user@jsdig.com这样的参数,这是sendmail的选项,其中-f表示邮件的发送人邮件地址。

      很多情况下,我们也需要使用邮件来发送附件,在linux下使用mail命令发送附件也很简单,不过首先需要安装uuencode软件包,这个程序是对二进制文件进行编码使其适合通过邮件进行发送,在CentOS上安装该软件包如下:

      yum install sharutils

      安装完成后我们就可以来进行附件的发送了,使用如下命令:

      @@ -98,7 +98,7 @@ welcome to www.jsdig.com - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mailq.html b/linux-command.docset/Contents/Resources/Documents/c/mailq.html index a0f42273ec..7cce89b473 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mailq.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mailq.html @@ -10,7 +10,7 @@ mailq 命令,Linux mailq 命令详解:显示待发送的邮件队列 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mailstat.html b/linux-command.docset/Contents/Resources/Documents/c/mailstat.html index d282af3684..e6f0bff2ff 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mailstat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mailstat.html @@ -10,7 +10,7 @@ mailstat 命令,Linux mailstat 命令详解:显示到达的邮件状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/make.html b/linux-command.docset/Contents/Resources/Documents/c/make.html index c01bd3224f..7f13c9b68a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/make.html +++ b/linux-command.docset/Contents/Resources/Documents/c/make.html @@ -10,7 +10,7 @@ make 命令,Linux make 命令详解:GNU的工程化编译工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/man.html b/linux-command.docset/Contents/Resources/Documents/c/man.html index 09e5ba548a..a40adfb465 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/man.html +++ b/linux-command.docset/Contents/Resources/Documents/c/man.html @@ -10,7 +10,7 @@ man 命令,Linux man 命令详解:查看Linux中的指令帮助 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mapfile.html b/linux-command.docset/Contents/Resources/Documents/c/mapfile.html index dcf342477e..38a1f2466f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mapfile.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mapfile.html @@ -10,7 +10,7 @@ mapfile 命令,Linux mapfile 命令详解:从标准输入读取行并赋值到数组。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -119,7 +119,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/md5sum.html b/linux-command.docset/Contents/Resources/Documents/c/md5sum.html index 4bef4f4677..977a15edb9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/md5sum.html +++ b/linux-command.docset/Contents/Resources/Documents/c/md5sum.html @@ -10,7 +10,7 @@ md5sum 命令,Linux md5sum 命令详解:计算和校验文件报文摘要的工具程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ md5sum: testfile.md5: no properly formatted MD5 checksum lines found - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mesg.html b/linux-command.docset/Contents/Resources/Documents/c/mesg.html index 316493f7fc..bbe50202bf 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mesg.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mesg.html @@ -10,7 +10,7 @@ mesg 命令,Linux mesg 命令详解:设置当前终端的写权限 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mii-tool.html b/linux-command.docset/Contents/Resources/Documents/c/mii-tool.html index 9732a9ab26..72d2729d38 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mii-tool.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mii-tool.html @@ -10,7 +10,7 @@ mii-tool 命令,Linux mii-tool 命令详解:配置网络设备协商方式的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ eth0: 100 Mbit, full duplex, - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mkbootdisk.html b/linux-command.docset/Contents/Resources/Documents/c/mkbootdisk.html index 75165e3bb1..f24e10ef92 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mkbootdisk.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mkbootdisk.html @@ -10,7 +10,7 @@ mkbootdisk 命令,Linux mkbootdisk 命令详解:可建立目前系统的启动盘 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mkdir.html b/linux-command.docset/Contents/Resources/Documents/c/mkdir.html index 0936f3b71b..2a8800130a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mkdir.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mkdir.html @@ -10,7 +10,7 @@ mkdir 命令,Linux mkdir 命令详解:用来创建目录 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mke2fs.html b/linux-command.docset/Contents/Resources/Documents/c/mke2fs.html index 3cd33a4b10..4422c63393 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mke2fs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mke2fs.html @@ -10,7 +10,7 @@ mke2fs 命令,Linux mke2fs 命令详解:创建磁盘分区上的“etc2/etc3”文件系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -88,7 +88,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mkfs.html b/linux-command.docset/Contents/Resources/Documents/c/mkfs.html index 4c9ad6cb50..137ef4b0bb 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mkfs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mkfs.html @@ -10,7 +10,7 @@ mkfs 命令,Linux mkfs 命令详解:用于在设备上创建Linux文件系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mkinitrd.html b/linux-command.docset/Contents/Resources/Documents/c/mkinitrd.html index 56482f2352..5ace62855c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mkinitrd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mkinitrd.html @@ -10,7 +10,7 @@ mkinitrd 命令,Linux mkinitrd 命令详解:建立要载入ramdisk的映像文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ myinitrd.img: ASCII cpio archive (SVR4 wi - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mkisofs.html b/linux-command.docset/Contents/Resources/Documents/c/mkisofs.html index ca93819cc9..2de94d343e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mkisofs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mkisofs.html @@ -10,7 +10,7 @@ mkisofs 命令,Linux mkisofs 命令详解:建立ISO 9660映像文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -115,7 +115,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mknod.html b/linux-command.docset/Contents/Resources/Documents/c/mknod.html index 7b7222689e..cef8cb4301 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mknod.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mknod.html @@ -10,7 +10,7 @@ mknod 命令,Linux mknod 命令详解:创建字符设备文件和块设备文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ crw-rw—- 1 root dialout - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mkswap.html b/linux-command.docset/Contents/Resources/Documents/c/mkswap.html index adae6a9835..bdc2f0d6e3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mkswap.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mkswap.html @@ -10,7 +10,7 @@ mkswap 命令,Linux mkswap 命令详解:建立和设置SWAP交换分区 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ Swap: 572 0 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mktemp.html b/linux-command.docset/Contents/Resources/Documents/c/mktemp.html index 8a39e00433..68ce044df6 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mktemp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mktemp.html @@ -10,7 +10,7 @@ mktemp 命令,Linux mktemp 命令详解:创建临时文件供shell脚本使用 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/modprobe.html b/linux-command.docset/Contents/Resources/Documents/c/modprobe.html index dbfbf2cbee..be23704c8c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/modprobe.html +++ b/linux-command.docset/Contents/Resources/Documents/c/modprobe.html @@ -10,7 +10,7 @@ modprobe 命令,Linux modprobe 命令详解:自动处理可载入模块 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -92,7 +92,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/more.html b/linux-command.docset/Contents/Resources/Documents/c/more.html index d38f66d45c..8741ee43ec 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/more.html +++ b/linux-command.docset/Contents/Resources/Documents/c/more.html @@ -10,7 +10,7 @@ more 命令,Linux more 命令详解:显示文件内容,每次显示一屏 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -87,7 +87,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mount.html b/linux-command.docset/Contents/Resources/Documents/c/mount.html index 28ca92193c..cc3f698ab0 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mount.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mount.html @@ -10,7 +10,7 @@ mount 命令,Linux mount 命令详解:用于挂载Linux系统外的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -101,7 +101,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mpstat.html b/linux-command.docset/Contents/Resources/Documents/c/mpstat.html index 5774a83f1b..29653cb236 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mpstat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mpstat.html @@ -10,7 +10,7 @@ mpstat 命令,Linux mpstat 命令详解:显示各个可用CPU的状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -111,7 +111,7 @@ Average: all 9.27 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mtools.html b/linux-command.docset/Contents/Resources/Documents/c/mtools.html index 7b6212034d..ff70874929 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mtools.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mtools.html @@ -10,7 +10,7 @@ mtools 命令,Linux mtools 命令详解:显示mtools支持的指令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ mwrite, mzip - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mv.html b/linux-command.docset/Contents/Resources/Documents/c/mv.html index 50ce8097bf..e83b9df55c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mv.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mv.html @@ -10,7 +10,7 @@ mv 命令,Linux mv 命令详解:用来对文件或目录重新命名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -110,7 +110,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mysql.html b/linux-command.docset/Contents/Resources/Documents/c/mysql.html index 6e1a00e412..cb764bcc34 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mysql.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mysql.html @@ -10,7 +10,7 @@ mysql 命令,Linux mysql 命令详解:MySQL服务器客户端工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mysqladmin.html b/linux-command.docset/Contents/Resources/Documents/c/mysqladmin.html index 2170cb6404..7bbd4f5116 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mysqladmin.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mysqladmin.html @@ -10,7 +10,7 @@ mysqladmin 命令,Linux mysqladmin 命令详解:MySQL服务器管理客户端 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ version:得到服务器的版本信息。 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mysqldump.html b/linux-command.docset/Contents/Resources/Documents/c/mysqldump.html index 45ebbabae6..a0f9b369ae 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mysqldump.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mysqldump.html @@ -10,7 +10,7 @@ mysqldump 命令,Linux mysqldump 命令详解:MySQL数据库中备份工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -91,7 +91,7 @@ mysqldump -u linuxde -p smgp_apps_linuxde users - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mysqlimport.html b/linux-command.docset/Contents/Resources/Documents/c/mysqlimport.html index 6902490eaf..8ccc4eced4 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mysqlimport.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mysqlimport.html @@ -10,7 +10,7 @@ mysqlimport 命令,Linux mysqlimport 命令详解:为MySQL服务器用命令行方式导入数据 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/mysqlshow.html b/linux-command.docset/Contents/Resources/Documents/c/mysqlshow.html index 9e8b7e17d0..b5d01568b9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/mysqlshow.html +++ b/linux-command.docset/Contents/Resources/Documents/c/mysqlshow.html @@ -10,7 +10,7 @@ mysqlshow 命令,Linux mysqlshow 命令详解:显示MySQL中数据库相关信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/named-checkzone.html b/linux-command.docset/Contents/Resources/Documents/c/named-checkzone.html index 4aae9ad349..fc412a904e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/named-checkzone.html +++ b/linux-command.docset/Contents/Resources/Documents/c/named-checkzone.html @@ -10,7 +10,7 @@ named-checkzone 命令,Linux named-checkzone 命令详解:使用named-checkzone命令可以进行区域文件有效性检查和转换,必须指定区域名称和区域文件名称 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ OK - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nano.html b/linux-command.docset/Contents/Resources/Documents/c/nano.html index f5abd1212f..6381fd2e98 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nano.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nano.html @@ -10,7 +10,7 @@ nano 命令,Linux nano 命令详解:字符终端文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -133,7 +133,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nc.html b/linux-command.docset/Contents/Resources/Documents/c/nc.html index aecd4af0d8..706bb42dca 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nc.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nc.html @@ -10,7 +10,7 @@ nc 命令,Linux nc 命令详解:用于设置路由器,是网络工具中的瑞士军刀 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ y //用户输入 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ncftp.html b/linux-command.docset/Contents/Resources/Documents/c/ncftp.html index ea9c68d653..1ead9c72ee 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ncftp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ncftp.html @@ -10,7 +10,7 @@ ncftp 命令,Linux ncftp 命令详解:是增强的的FTP工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -92,7 +92,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nethogs.html b/linux-command.docset/Contents/Resources/Documents/c/nethogs.html index 124ffe6408..580ec43c5c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nethogs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nethogs.html @@ -10,7 +10,7 @@ nethogs 命令,Linux nethogs 命令详解:终端下的网络流量监控工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -129,7 +129,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/netstat.html b/linux-command.docset/Contents/Resources/Documents/c/netstat.html index a573f73804..4bb5d11c08 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/netstat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/netstat.html @@ -10,7 +10,7 @@ netstat 命令,Linux netstat 命令详解:查看Linux中网络系统状态信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -148,7 +148,7 @@ netstat: no support for - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/newusers.html b/linux-command.docset/Contents/Resources/Documents/c/newusers.html index 638aba6d86..123f002241 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/newusers.html +++ b/linux-command.docset/Contents/Resources/Documents/c/newusers.html @@ -10,7 +10,7 @@ newusers 命令,Linux newusers 命令详解:用于批处理的方式一次创建多个命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ jingang1:x:521:521::/home/jingang1:/sbin/nologin - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nfsstat.html b/linux-command.docset/Contents/Resources/Documents/c/nfsstat.html index b11e46ddab..7a64a11f1d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nfsstat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nfsstat.html @@ -10,7 +10,7 @@ nfsstat 命令,Linux nfsstat 命令详解:列出NFS客户端和服务器的工作状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ngrep.html b/linux-command.docset/Contents/Resources/Documents/c/ngrep.html index 6c4994fa42..92306c8cfe 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ngrep.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ngrep.html @@ -10,7 +10,7 @@ ngrep 命令,Linux ngrep 命令详解:方便的数据包匹配和显示工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -143,7 +143,7 @@ yi7E53UBOcv4V. - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nice.html b/linux-command.docset/Contents/Resources/Documents/c/nice.html index 10e705c311..bcee132c31 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nice.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nice.html @@ -10,7 +10,7 @@ nice 命令,Linux nice 命令详解:改变程序执行的优先权等级 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nisdomainname.html b/linux-command.docset/Contents/Resources/Documents/c/nisdomainname.html index e4524477e5..92d3ad7da1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nisdomainname.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nisdomainname.html @@ -10,7 +10,7 @@ nisdomainname 命令,Linux nisdomainname 命令详解:显示主机NIS的域名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nl.html b/linux-command.docset/Contents/Resources/Documents/c/nl.html index 69297787ef..d4f47ba433 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nl.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nl.html @@ -10,7 +10,7 @@ nl 命令,Linux nl 命令详解:为每一个文件添加行号。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -183,7 +183,7 @@ ZhuangZhu-74 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nm.html b/linux-command.docset/Contents/Resources/Documents/c/nm.html index 2714cbcfcd..82d966b57c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nm.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nm.html @@ -10,7 +10,7 @@ nm 命令,Linux nm 命令详解:显示二进制目标文件的符号表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nmap.html b/linux-command.docset/Contents/Resources/Documents/c/nmap.html index d0c97a8962..56ec0f3c27 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nmap.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nmap.html @@ -10,7 +10,7 @@ nmap 命令,Linux nmap 命令详解:网络探测和安全审核 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -105,7 +105,7 @@ Nmap finished: 1 IP address - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nmcli.html b/linux-command.docset/Contents/Resources/Documents/c/nmcli.html index f0663b093d..fe9f5c19c6 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nmcli.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nmcli.html @@ -10,7 +10,7 @@ nmcli 命令,Linux nmcli 命令详解:地址配置工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -96,7 +96,7 @@ nmcli con add - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nohup.html b/linux-command.docset/Contents/Resources/Documents/c/nohup.html index 08cc6c519e..47bfb67986 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nohup.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nohup.html @@ -10,7 +10,7 @@ nohup 命令,Linux nohup 命令详解:将程序以忽略挂起信号的方式运行起来 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nologin.html b/linux-command.docset/Contents/Resources/Documents/c/nologin.html index d50ef18f9b..d963b92997 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nologin.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nologin.html @@ -10,7 +10,7 @@ nologin 命令,Linux nologin 命令详解:拒绝用户登录系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nproc.html b/linux-command.docset/Contents/Resources/Documents/c/nproc.html index 25dfa566a6..0ee33ca2cd 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nproc.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nproc.html @@ -10,7 +10,7 @@ nproc 命令,Linux nproc 命令详解:打印可用的处理器单元数量。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/nslookup.html b/linux-command.docset/Contents/Resources/Documents/c/nslookup.html index f546028c57..029b15f31e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/nslookup.html +++ b/linux-command.docset/Contents/Resources/Documents/c/nslookup.html @@ -10,7 +10,7 @@ nslookup 命令,Linux nslookup 命令详解:查询域名DNS信息的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ Address: 100.42.212.8 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ntpdate.html b/linux-command.docset/Contents/Resources/Documents/c/ntpdate.html index b6cd12b15d..a6079376a7 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ntpdate.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ntpdate.html @@ -10,7 +10,7 @@ ntpdate 命令,Linux ntpdate 命令详解:使用网络计时协议(NTP)设置日期和时间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -120,7 +120,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ntsysv.html b/linux-command.docset/Contents/Resources/Documents/c/ntsysv.html index dc715aaab4..e747c1b1be 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ntsysv.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ntsysv.html @@ -10,7 +10,7 @@ ntsysv 命令,Linux ntsysv 命令详解:集中管理系统的各种服务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/objdump.html b/linux-command.docset/Contents/Resources/Documents/c/objdump.html index fa72229304..d26e28a92d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/objdump.html +++ b/linux-command.docset/Contents/Resources/Documents/c/objdump.html @@ -10,7 +10,7 @@ objdump 命令,Linux objdump 命令详解:显示二进制文件信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -462,7 +462,7 @@ Idx Name Size VMA LMA File off Algn - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/od.html b/linux-command.docset/Contents/Resources/Documents/c/od.html index c9a5ee27a4..86750ee089 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/od.html +++ b/linux-command.docset/Contents/Resources/Documents/c/od.html @@ -10,7 +10,7 @@ od 命令,Linux od 命令详解:输出文件的八进制、十六进制等格式编码的字节 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -145,7 +145,7 @@ abcdef g - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/openssl.html b/linux-command.docset/Contents/Resources/Documents/c/openssl.html index 8fe973265a..a5264bcd3f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/openssl.html +++ b/linux-command.docset/Contents/Resources/Documents/c/openssl.html @@ -10,7 +10,7 @@ openssl 命令,Linux openssl 命令详解:强大的安全套接字层密码库 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -149,7 +149,7 @@ openssl rsa -text -in fd.key - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/parted.html b/linux-command.docset/Contents/Resources/Documents/c/parted.html index 62762be163..ea54eadebe 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/parted.html +++ b/linux-command.docset/Contents/Resources/Documents/c/parted.html @@ -10,7 +10,7 @@ parted 命令,Linux parted 命令详解:磁盘分区和分区大小调整工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -160,7 +160,7 @@ none 252M 0 252M - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/partprobe.html b/linux-command.docset/Contents/Resources/Documents/c/partprobe.html index d292bd1d13..f414bce7a2 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/partprobe.html +++ b/linux-command.docset/Contents/Resources/Documents/c/partprobe.html @@ -10,7 +10,7 @@ partprobe 命令,Linux partprobe 命令详解:不重启的情况下重读分区 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -170,7 +170,7 @@ tmpfs 2023936 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/passwd.html b/linux-command.docset/Contents/Resources/Documents/c/passwd.html index b5be850acf..a1d7fa02bd 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/passwd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/passwd.html @@ -10,7 +10,7 @@ passwd 命令,Linux passwd 命令详解:用于让用户可以更改自己的密码 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -131,7 +131,7 @@ Empty password. # 空密码 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/paste.html b/linux-command.docset/Contents/Resources/Documents/c/paste.html index 34ccb2bc44..a78d20dd22 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/paste.html +++ b/linux-command.docset/Contents/Resources/Documents/c/paste.html @@ -10,7 +10,7 @@ paste 命令,Linux paste 命令详解:将多个文件按列队列合并 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/patch.html b/linux-command.docset/Contents/Resources/Documents/c/patch.html index 5a730122ee..3cd0c24c1c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/patch.html +++ b/linux-command.docset/Contents/Resources/Documents/c/patch.html @@ -10,7 +10,7 @@ patch 命令,Linux patch 命令详解:为开放源代码软件安装补丁程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -102,7 +102,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pathchk.html b/linux-command.docset/Contents/Resources/Documents/c/pathchk.html index 449635364e..8d447e6f8d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pathchk.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pathchk.html @@ -10,7 +10,7 @@ pathchk 命令,Linux pathchk 命令详解:检查文件中不可移植的部分 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/perl.html b/linux-command.docset/Contents/Resources/Documents/c/perl.html index 5527a6f74a..1ad5e2ddab 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/perl.html +++ b/linux-command.docset/Contents/Resources/Documents/c/perl.html @@ -10,7 +10,7 @@ perl 命令,Linux perl 命令详解:perl语言解释器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pfctl.html b/linux-command.docset/Contents/Resources/Documents/c/pfctl.html index 0b707578d8..cdb9a5e92a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pfctl.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pfctl.html @@ -10,7 +10,7 @@ pfctl 命令,Linux pfctl 命令详解:PF防火墙的配置命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -97,7 +97,7 @@ pfctl -sa # 显示任何可显示的 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pgrep.html b/linux-command.docset/Contents/Resources/Documents/c/pgrep.html index 58ca9bbb43..c7ea914236 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pgrep.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pgrep.html @@ -10,7 +10,7 @@ pgrep 命令,Linux pgrep 命令详解:根据用户给出的信息在当前运行进程中查找并列出符合条件的进程ID(PID) - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,7 +98,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/php.html b/linux-command.docset/Contents/Resources/Documents/c/php.html index e39ce3ba60..64b803e3a0 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/php.html +++ b/linux-command.docset/Contents/Resources/Documents/c/php.html @@ -10,7 +10,7 @@ php 命令,Linux php 命令详解:PHP语言的命令行接口 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pico.html b/linux-command.docset/Contents/Resources/Documents/c/pico.html index 6d662d5d2c..3ad3b94856 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pico.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pico.html @@ -10,7 +10,7 @@ pico 命令,Linux pico 命令详解:功能强大全屏幕的文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -99,7 +99,7 @@ Ctrl+X:退出,当文件内容发生改变时,提供是否保存修改。 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pidof.html b/linux-command.docset/Contents/Resources/Documents/c/pidof.html index 58a0dc8f0f..b2d9b33ec0 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pidof.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pidof.html @@ -10,7 +10,7 @@ pidof 命令,Linux pidof 命令详解:查找指定名称的进程的进程号ID号 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ pidof init - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pigz.html b/linux-command.docset/Contents/Resources/Documents/c/pigz.html index 7f3a4ee4cf..58e6f6b1e1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pigz.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pigz.html @@ -10,7 +10,7 @@ pigz 命令,Linux pigz 命令详解:可以用来解压缩文件,gzip的并行实现升级版 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -104,7 +104,7 @@ unpigz [ -cfhikKlLmMnNqrRtz - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ping.html b/linux-command.docset/Contents/Resources/Documents/c/ping.html index 8c531ac685..45051fe9b3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ping.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ping.html @@ -10,7 +10,7 @@ ping 命令,Linux ping 命令详解:测试主机之间网络的连通性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -92,7 +92,7 @@ rtt min/avg/max/mdev = - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pkill.html b/linux-command.docset/Contents/Resources/Documents/c/pkill.html index 7902f0788f..03d47639cf 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pkill.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pkill.html @@ -10,7 +10,7 @@ pkill 命令,Linux pkill 命令详解:可以按照进程名杀死进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pmap.html b/linux-command.docset/Contents/Resources/Documents/c/pmap.html index 2ae68b57fb..ed4605f903 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pmap.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pmap.html @@ -10,7 +10,7 @@ pmap 命令,Linux pmap 命令详解:报告进程的内存映射关系 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -160,7 +160,7 @@ total kB 72880 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/popd.html b/linux-command.docset/Contents/Resources/Documents/c/popd.html index 60d45afd98..9b3359c121 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/popd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/popd.html @@ -10,7 +10,7 @@ popd 命令,Linux popd 命令详解:从目录堆栈中删除目录。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -110,7 +110,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/poweroff.html b/linux-command.docset/Contents/Resources/Documents/c/poweroff.html index 1cd447978c..1c8c5e208d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/poweroff.html +++ b/linux-command.docset/Contents/Resources/Documents/c/poweroff.html @@ -10,7 +10,7 @@ poweroff 命令,Linux poweroff 命令详解:关闭Linux系统,关闭记录会被写入到/var/log/wtmp日志文件中 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ppp-off.html b/linux-command.docset/Contents/Resources/Documents/c/ppp-off.html index 757aa204cd..b2a9f7eea7 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ppp-off.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ppp-off.html @@ -10,7 +10,7 @@ ppp-off 命令,Linux ppp-off 命令详解:关闭ppp连线 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -66,7 +66,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pr.html b/linux-command.docset/Contents/Resources/Documents/c/pr.html index 2805850911..918eb2130b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pr.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pr.html @@ -10,7 +10,7 @@ pr 命令,Linux pr 命令详解:将文本文件转换成适合打印的格式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/printf.html b/linux-command.docset/Contents/Resources/Documents/c/printf.html index 120d350fca..b414db0395 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/printf.html +++ b/linux-command.docset/Contents/Resources/Documents/c/printf.html @@ -10,7 +10,7 @@ printf 命令,Linux printf 命令详解:格式化并输出结果。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -190,7 +190,7 @@ value1 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/protoize.html b/linux-command.docset/Contents/Resources/Documents/c/protoize.html index a15159a21f..247571f35c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/protoize.html +++ b/linux-command.docset/Contents/Resources/Documents/c/protoize.html @@ -10,7 +10,7 @@ protoize 命令,Linux protoize 命令详解:GNU-C代码转换为ANSI-C代码 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ps.html b/linux-command.docset/Contents/Resources/Documents/c/ps.html index 1193189c64..39eb8d0423 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ps.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ps.html @@ -10,7 +10,7 @@ ps 命令,Linux ps 命令详解:报告当前系统的进程状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -212,7 +212,7 @@ X:采用旧式的Linux i386登陆格式显示程序状况。 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pssh.html b/linux-command.docset/Contents/Resources/Documents/c/pssh.html index 84462e4888..94c439a5ba 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pssh.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pssh.html @@ -10,7 +10,7 @@ pssh 命令,Linux pssh 命令详解:批量管理执行 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -125,7 +125,7 @@ python setup.py install - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pstack.html b/linux-command.docset/Contents/Resources/Documents/c/pstack.html index 442ae86b5c..dac6b69004 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pstack.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pstack.html @@ -10,7 +10,7 @@ pstack 命令,Linux pstack 命令详解:显示每个进程的栈跟踪 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -139,7 +139,7 @@ Thread 1 ( - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pstree.html b/linux-command.docset/Contents/Resources/Documents/c/pstree.html index c733528692..1f9e48bf7d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pstree.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pstree.html @@ -10,7 +10,7 @@ pstree 命令,Linux pstree 命令详解:以树状图的方式展现进程之间的派生关系 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -88,7 +88,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pushd.html b/linux-command.docset/Contents/Resources/Documents/c/pushd.html index 153dd758eb..af21898dfe 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pushd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pushd.html @@ -10,7 +10,7 @@ pushd 命令,Linux pushd 命令详解:将目录添加到目录堆栈顶部。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -108,7 +108,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pv.html b/linux-command.docset/Contents/Resources/Documents/c/pv.html index 1d58f9eeb2..4e153464eb 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pv.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pv.html @@ -10,7 +10,7 @@ pv 命令,Linux pv 命令详解:显示当前在命令行执行的命令的进度信息,管道查看器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -131,7 +131,7 @@ source: 5.2GiB 5 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pvchange.html b/linux-command.docset/Contents/Resources/Documents/c/pvchange.html index b72c5f249a..4b8a6221e8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pvchange.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pvchange.html @@ -10,7 +10,7 @@ pvchange 命令,Linux pvchange 命令详解:修改物理卷属性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pvck.html b/linux-command.docset/Contents/Resources/Documents/c/pvck.html index a1cef49c03..ac268c8991 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pvck.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pvck.html @@ -10,7 +10,7 @@ pvck 命令,Linux pvck 命令详解:检测物理卷的LVM元数据的一致性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ Found LVM2 metadata record at offset
      - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pvcreate.html b/linux-command.docset/Contents/Resources/Documents/c/pvcreate.html index c4ad9d5abd..049cf9a516 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pvcreate.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pvcreate.html @@ -10,7 +10,7 @@ pvcreate 命令,Linux pvcreate 命令详解:将物理硬盘分区初始化为物理卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -124,7 +124,7 @@ Physical volume "/dev/sdb1" changed - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pvdisplay.html b/linux-command.docset/Contents/Resources/Documents/c/pvdisplay.html index 728415df1f..ce633a7a1c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pvdisplay.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pvdisplay.html @@ -10,7 +10,7 @@ pvdisplay 命令,Linux pvdisplay 命令详解:显示物理卷的属性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ PV UUID FOXiS2-Ghaj-Z0Mf- cdVZ-pfpk- dP9p-ifIZXN - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pvremove.html b/linux-command.docset/Contents/Resources/Documents/c/pvremove.html index acf871ff90..5ca168cab7 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pvremove.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pvremove.html @@ -10,7 +10,7 @@ pvremove 命令,Linux pvremove 命令详解:删除一个存在的物理卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ Labels on physical volume "/dev/sdb2" successf - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pvs.html b/linux-command.docset/Contents/Resources/Documents/c/pvs.html index 0bcd579673..300302c57a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pvs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pvs.html @@ -10,7 +10,7 @@ pvs 命令,Linux pvs 命令详解:输出物理卷信息报表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pvscan.html b/linux-command.docset/Contents/Resources/Documents/c/pvscan.html index 80fb082f49..8820d19cf3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pvscan.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pvscan.html @@ -10,7 +10,7 @@ pvscan 命令,Linux pvscan 命令详解:扫描系统中所有硬盘的物理卷列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ MB] - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pwck.html b/linux-command.docset/Contents/Resources/Documents/c/pwck.html index 17b8970306..207fdcd632 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pwck.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pwck.html @@ -10,7 +10,7 @@ pwck 命令,Linux pwck 命令详解:用来验证系统认证文件内容和格式的完整性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -91,7 +91,7 @@ pwck:无改变 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pwconv.html b/linux-command.docset/Contents/Resources/Documents/c/pwconv.html index 59194ed1ec..d34b4111e4 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pwconv.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pwconv.html @@ -10,7 +10,7 @@ pwconv 命令,Linux pwconv 命令详解:用来开启用户的投影密码 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ test:$6$ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pwd.html b/linux-command.docset/Contents/Resources/Documents/c/pwd.html index edaab8ef1a..3eb4477d42 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pwd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pwd.html @@ -10,7 +10,7 @@ pwd 命令,Linux pwd 命令详解:显示当前工作目录。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -96,7 +96,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/pwunconv.html b/linux-command.docset/Contents/Resources/Documents/c/pwunconv.html index 15bd904594..664e412781 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/pwunconv.html +++ b/linux-command.docset/Contents/Resources/Documents/c/pwunconv.html @@ -10,7 +10,7 @@ pwunconv 命令,Linux pwunconv 命令详解:用来关闭用户的投影密码 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ ls: cannot access /etc/shadow: No such file - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/quota.html b/linux-command.docset/Contents/Resources/Documents/c/quota.html index 22d45a6e37..f5867dbf8b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/quota.html +++ b/linux-command.docset/Contents/Resources/Documents/c/quota.html @@ -10,7 +10,7 @@ quota 命令,Linux quota 命令详解:显示磁盘已使用的空间与限制 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -146,7 +146,7 @@ Disk quotas for group qgroup - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/quotacheck.html b/linux-command.docset/Contents/Resources/Documents/c/quotacheck.html index ce01fcc7c6..85ef54be51 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/quotacheck.html +++ b/linux-command.docset/Contents/Resources/Documents/c/quotacheck.html @@ -10,7 +10,7 @@ quotacheck 命令,Linux quotacheck 命令详解:检查磁盘的使用空间与限制 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ quotacheck: Checked 3 directories and - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/quotaoff.html b/linux-command.docset/Contents/Resources/Documents/c/quotaoff.html index 65a3dcdd01..ff34817743 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/quotaoff.html +++ b/linux-command.docset/Contents/Resources/Documents/c/quotaoff.html @@ -10,7 +10,7 @@ quotaoff 命令,Linux quotaoff 命令详解:关闭Linux内核中指定文件系统的磁盘配额功能 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/quotaon.html b/linux-command.docset/Contents/Resources/Documents/c/quotaon.html index f51dfc8855..cc0dad1426 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/quotaon.html +++ b/linux-command.docset/Contents/Resources/Documents/c/quotaon.html @@ -10,7 +10,7 @@ quotaon 命令,Linux quotaon 命令详解:激活Linux内核中指定文件系统的磁盘配额功能 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rcconf.html b/linux-command.docset/Contents/Resources/Documents/c/rcconf.html index 66f5954c97..f9111c2de3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rcconf.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rcconf.html @@ -10,7 +10,7 @@ rcconf 命令,Linux rcconf 命令详解:Debian Linux下的运行等级服务配置工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rcp.html b/linux-command.docset/Contents/Resources/Documents/c/rcp.html index bc080ab63d..e3e593ccd9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rcp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rcp.html @@ -10,7 +10,7 @@ rcp 命令,Linux rcp 命令详解:使在两台Linux主机之间的文件复制操作更简单 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -107,7 +107,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/read.html b/linux-command.docset/Contents/Resources/Documents/c/read.html index 12885b2fbe..496760624b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/read.html +++ b/linux-command.docset/Contents/Resources/Documents/c/read.html @@ -10,7 +10,7 @@ read 命令,Linux read 命令详解:从键盘读取变量值 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -142,7 +142,7 @@ stty echo - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/readelf.html b/linux-command.docset/Contents/Resources/Documents/c/readelf.html index 5512baa77e..2bc509b0bd 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/readelf.html +++ b/linux-command.docset/Contents/Resources/Documents/c/readelf.html @@ -10,7 +10,7 @@ readelf 命令,Linux readelf 命令详解:用于显示elf格式文件的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -558,7 +558,7 @@ Key to Flags: - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/readonly.html b/linux-command.docset/Contents/Resources/Documents/c/readonly.html index 0bb8e19f83..f620d5aff5 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/readonly.html +++ b/linux-command.docset/Contents/Resources/Documents/c/readonly.html @@ -10,7 +10,7 @@ readonly 命令,Linux readonly 命令详解:标记shell变量或函数为只读 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -122,7 +122,7 @@ value(可选):变量的值 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/reboot.html b/linux-command.docset/Contents/Resources/Documents/c/reboot.html index 127246b466..6561e938c5 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/reboot.html +++ b/linux-command.docset/Contents/Resources/Documents/c/reboot.html @@ -10,7 +10,7 @@ reboot 命令,Linux reboot 命令详解:重新启动正在运行的Linux操作系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/reject.html b/linux-command.docset/Contents/Resources/Documents/c/reject.html index e1271520ab..0a48586902 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/reject.html +++ b/linux-command.docset/Contents/Resources/Documents/c/reject.html @@ -10,7 +10,7 @@ reject 命令,Linux reject 命令详解:指示打印系统拒绝发往指定目标打印机的打印任务 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rename.html b/linux-command.docset/Contents/Resources/Documents/c/rename.html index 8b238a17b1..ec99e2ce59 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rename.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rename.html @@ -10,7 +10,7 @@ rename 命令,Linux rename 命令详解:用字符串替换的方式批量改变文件名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -89,7 +89,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/renice.html b/linux-command.docset/Contents/Resources/Documents/c/renice.html index 9dfa49964b..3640c40c70 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/renice.html +++ b/linux-command.docset/Contents/Resources/Documents/c/renice.html @@ -10,7 +10,7 @@ renice 命令,Linux renice 命令详解:修改正在运行的进程的调度优先级 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/repquota.html b/linux-command.docset/Contents/Resources/Documents/c/repquota.html index e322e6f01e..8cfcab83a1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/repquota.html +++ b/linux-command.docset/Contents/Resources/Documents/c/repquota.html @@ -10,7 +10,7 @@ repquota 命令,Linux repquota 命令详解:报表的格式输出磁盘空间限制的状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/resize.html b/linux-command.docset/Contents/Resources/Documents/c/resize.html index d8a7fb549c..b88ccf5ffd 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/resize.html +++ b/linux-command.docset/Contents/Resources/Documents/c/resize.html @@ -10,7 +10,7 @@ resize 命令,Linux resize 命令详解:命令设置终端机视窗的大小 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ setenv LINES - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/restore.html b/linux-command.docset/Contents/Resources/Documents/c/restore.html index ffd1312eff..cab24c804b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/restore.html +++ b/linux-command.docset/Contents/Resources/Documents/c/restore.html @@ -10,7 +10,7 @@ restore 命令,Linux restore 命令详解:所进行的操作和dump指令相反 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/restorecon.html b/linux-command.docset/Contents/Resources/Documents/c/restorecon.html index e7c6cc8a28..b8ed27b7e3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/restorecon.html +++ b/linux-command.docset/Contents/Resources/Documents/c/restorecon.html @@ -10,7 +10,7 @@ restorecon 命令,Linux restorecon 命令详解:恢复文件的安全上下文 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -106,7 +106,7 @@ welcome to www.jsdig.com - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/return.html b/linux-command.docset/Contents/Resources/Documents/c/return.html index 95f7730261..9ca0478a4e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/return.html +++ b/linux-command.docset/Contents/Resources/Documents/c/return.html @@ -10,7 +10,7 @@ return 命令,Linux return 命令详解:从函数中退出并返回数值。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ example - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rev.html b/linux-command.docset/Contents/Resources/Documents/c/rev.html index 972c2ffd72..350ac2bef1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rev.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rev.html @@ -10,7 +10,7 @@ rev 命令,Linux rev 命令详解:将文件内容以字符为单位反序输出 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -96,7 +96,7 @@ TIMMOC - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rexec.html b/linux-command.docset/Contents/Resources/Documents/c/rexec.html index 23266ec08d..29f3048958 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rexec.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rexec.html @@ -10,7 +10,7 @@ rexec 命令,Linux rexec 命令详解:运程执行Linux系统下命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rlogin.html b/linux-command.docset/Contents/Resources/Documents/c/rlogin.html index b32cf85849..8ab9061b9a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rlogin.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rlogin.html @@ -10,7 +10,7 @@ rlogin 命令,Linux rlogin 命令详解:从当前终端登录到远程Linux主机 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rm.html b/linux-command.docset/Contents/Resources/Documents/c/rm.html index 7fa033775e..6c500c181d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rm.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rm.html @@ -10,7 +10,7 @@ rm 命令,Linux rm 命令详解:用于删除给定的文件和目录 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -116,7 +116,7 @@ rm testfile.txt - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rmdir.html b/linux-command.docset/Contents/Resources/Documents/c/rmdir.html index 6059d0a40b..8773e2ab0c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rmdir.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rmdir.html @@ -10,7 +10,7 @@ rmdir 命令,Linux rmdir 命令详解:用来删除空目录 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rmmod.html b/linux-command.docset/Contents/Resources/Documents/c/rmmod.html index bd6c0ebbb5..673c1cdf8b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rmmod.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rmmod.html @@ -10,7 +10,7 @@ rmmod 命令,Linux rmmod 命令详解:从运行的内核中移除指定的内核模块 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ raid1 25153 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/route.html b/linux-command.docset/Contents/Resources/Documents/c/route.html index 9358eb03d7..a8f150e550 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/route.html +++ b/linux-command.docset/Contents/Resources/Documents/c/route.html @@ -10,7 +10,7 @@ route 命令,Linux route 命令详解:显示并设置Linux中静态路由表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -128,7 +128,7 @@ route add default gw - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rpm.html b/linux-command.docset/Contents/Resources/Documents/c/rpm.html index a586ec14ac..6f83e02270 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rpm.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rpm.html @@ -10,7 +10,7 @@ rpm 命令,Linux rpm 命令详解:RPM软件包的管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -192,7 +192,7 @@ rpm2cpio | cpio -idv - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rpm2cpio.html b/linux-command.docset/Contents/Resources/Documents/c/rpm2cpio.html index 76d012eabe..c9ca87d3c9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rpm2cpio.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rpm2cpio.html @@ -10,7 +10,7 @@ rpm2cpio 命令,Linux rpm2cpio 命令详解:将RPM软件包转换为cpio格式的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rpmbuild.html b/linux-command.docset/Contents/Resources/Documents/c/rpmbuild.html index 8f2158233b..65176ace34 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rpmbuild.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rpmbuild.html @@ -10,7 +10,7 @@ rpmbuild 命令,Linux rpmbuild 命令详解:创建RPM的二进制软件包和源码软件包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rpmdb.html b/linux-command.docset/Contents/Resources/Documents/c/rpmdb.html index fa2f20df37..c2e734e027 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rpmdb.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rpmdb.html @@ -10,7 +10,7 @@ rpmdb 命令,Linux rpmdb 命令详解:初始化和重建RPM数据库 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rpmquery.html b/linux-command.docset/Contents/Resources/Documents/c/rpmquery.html index 8501b31b90..497d6e2835 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rpmquery.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rpmquery.html @@ -10,7 +10,7 @@ rpmquery 命令,Linux rpmquery 命令详解:从RPM数据库中查询软件包信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ httpd-2.2.3-81.el5.centos - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rpmsign.html b/linux-command.docset/Contents/Resources/Documents/c/rpmsign.html index 4d75e96912..0384937391 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rpmsign.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rpmsign.html @@ -10,7 +10,7 @@ rpmsign 命令,Linux rpmsign 命令详解:使用RPM软件包的签名管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rpmverify.html b/linux-command.docset/Contents/Resources/Documents/c/rpmverify.html index 1dd6d7c0f1..bff6c9bc26 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rpmverify.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rpmverify.html @@ -10,7 +10,7 @@ rpmverify 命令,Linux rpmverify 命令详解:验证已安装的RPM软件包的正确性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rsh.html b/linux-command.docset/Contents/Resources/Documents/c/rsh.html index 00f9c3cbfb..ae68643e2a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rsh.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rsh.html @@ -10,7 +10,7 @@ rsh 命令,Linux rsh 命令详解:连接远程主机并执行命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/rsync.html b/linux-command.docset/Contents/Resources/Documents/c/rsync.html index 75ec4bd795..d8dab355c4 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/rsync.html +++ b/linux-command.docset/Contents/Resources/Documents/c/rsync.html @@ -10,7 +10,7 @@ rsync 命令,Linux rsync 命令详解:远程数据同步工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -233,7 +233,7 @@ total size is 150995011 speedup is - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/runlevel.html b/linux-command.docset/Contents/Resources/Documents/c/runlevel.html index 985fe5f5fb..86d271c16d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/runlevel.html +++ b/linux-command.docset/Contents/Resources/Documents/c/runlevel.html @@ -10,7 +10,7 @@ runlevel 命令,Linux runlevel 命令详解:打印当前Linux系统的运行等级 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ S s Single user mode - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sar.html b/linux-command.docset/Contents/Resources/Documents/c/sar.html index aceea51bf0..ab7189d5f0 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sar.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sar.html @@ -10,7 +10,7 @@ sar 命令,Linux sar 命令详解:系统运行状态统计工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -101,7 +101,7 @@ Average: 324346 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/scp.html b/linux-command.docset/Contents/Resources/Documents/c/scp.html index 3f07cb2d3a..635d4b473c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/scp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/scp.html @@ -10,7 +10,7 @@ scp 命令,Linux scp 命令详解:加密的方式在本地主机和远程主机之间复制文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -103,7 +103,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/screen.html b/linux-command.docset/Contents/Resources/Documents/c/screen.html index 126510092d..d2c6c34baf 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/screen.html +++ b/linux-command.docset/Contents/Resources/Documents/c/screen.html @@ -10,7 +10,7 @@ screen 命令,Linux screen 命令详解:用于命令行终端切换 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -168,7 +168,7 @@ screen-4.0.3-4.el5 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sed.html b/linux-command.docset/Contents/Resources/Documents/c/sed.html index 07f1efe653..ab8a80d7c8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sed.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sed.html @@ -10,7 +10,7 @@ sed 命令,Linux sed 命令详解:功能强大的流式文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -220,7 +220,7 @@ HELLO WORLD - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/seinfo.html b/linux-command.docset/Contents/Resources/Documents/c/seinfo.html index d196d13da8..ec095e2295 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/seinfo.html +++ b/linux-command.docset/Contents/Resources/Documents/c/seinfo.html @@ -10,7 +10,7 @@ seinfo 命令,Linux seinfo 命令详解:查询SELinux的策略提供多少相关规则 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/semanage.html b/linux-command.docset/Contents/Resources/Documents/c/semanage.html index 27cd1493cf..d093d89ad9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/semanage.html +++ b/linux-command.docset/Contents/Resources/Documents/c/semanage.html @@ -10,7 +10,7 @@ semanage 命令,Linux semanage 命令详解:默认目录的安全上下文查询与修改 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -103,7 +103,7 @@ drwxr-xr-x root root system_u:object_r:public_content_t /srv/samba/ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sendmail.html b/linux-command.docset/Contents/Resources/Documents/c/sendmail.html index 0128e31eb1..3d8d8cd2d6 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sendmail.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sendmail.html @@ -10,7 +10,7 @@ sendmail 命令,Linux sendmail 命令详解:著名电子邮件服务器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/seq.html b/linux-command.docset/Contents/Resources/Documents/c/seq.html index 45e83438b0..8d9667ff14 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/seq.html +++ b/linux-command.docset/Contents/Resources/Documents/c/seq.html @@ -10,7 +10,7 @@ seq 命令,Linux seq 命令详解:以指定增量从首数开始打印数字到尾数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -99,7 +99,7 @@ str009 str010 str011 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/service.html b/linux-command.docset/Contents/Resources/Documents/c/service.html index 989a64a869..ddc56feedb 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/service.html +++ b/linux-command.docset/Contents/Resources/Documents/c/service.html @@ -10,7 +10,7 @@ service 命令,Linux service 命令详解:控制系统服务的实用工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -92,7 +92,7 @@ mysqld (pid 16 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sesearch.html b/linux-command.docset/Contents/Resources/Documents/c/sesearch.html index 9c29e43e17..3b0d49bb56 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sesearch.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sesearch.html @@ -10,7 +10,7 @@ sesearch 命令,Linux sesearch 命令详解:查询SELinux策略的规则详情 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/set.html b/linux-command.docset/Contents/Resources/Documents/c/set.html index 1cc9ad237a..b0d183bfb5 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/set.html +++ b/linux-command.docset/Contents/Resources/Documents/c/set.html @@ -10,7 +10,7 @@ set 命令,Linux set 命令详解:显示或设置shell特性及shell变量 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -92,7 +92,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/setfacl.html b/linux-command.docset/Contents/Resources/Documents/c/setfacl.html index 963e5a621c..323ef0252f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/setfacl.html +++ b/linux-command.docset/Contents/Resources/Documents/c/setfacl.html @@ -10,7 +10,7 @@ setfacl 命令,Linux setfacl 命令详解:设置文件访问控制列表 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -233,7 +233,7 @@ other::r-- - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/setpci.html b/linux-command.docset/Contents/Resources/Documents/c/setpci.html index a7da260a89..0f514bd2ca 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/setpci.html +++ b/linux-command.docset/Contents/Resources/Documents/c/setpci.html @@ -10,7 +10,7 @@ setpci 命令,Linux setpci 命令详解:查询和配置PCI设备的使用工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,7 +98,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/setsebool.html b/linux-command.docset/Contents/Resources/Documents/c/setsebool.html index 2464cbdef3..da1da744bc 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/setsebool.html +++ b/linux-command.docset/Contents/Resources/Documents/c/setsebool.html @@ -10,7 +10,7 @@ setsebool 命令,Linux setsebool 命令详解:修改SElinux策略内各项规则的布尔值 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -113,7 +113,7 @@ chcon -R -t httpd_sys_content_t ~user/public_html - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/setsid.html b/linux-command.docset/Contents/Resources/Documents/c/setsid.html index 7c054f92f2..05cf770f63 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/setsid.html +++ b/linux-command.docset/Contents/Resources/Documents/c/setsid.html @@ -10,7 +10,7 @@ setsid 命令,Linux setsid 命令详解:在新的会话中运行程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ root 31102 29217 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sftp-server.html b/linux-command.docset/Contents/Resources/Documents/c/sftp-server.html index 40f0872fb1..e65678da83 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sftp-server.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sftp-server.html @@ -10,7 +10,7 @@ sftp-server 命令,Linux sftp-server 命令详解:sftp协议的服务器端程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -66,7 +66,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sftp.html b/linux-command.docset/Contents/Resources/Documents/c/sftp.html index 1939f1f6e4..3dc5d3a7ef 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sftp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sftp.html @@ -10,7 +10,7 @@ sftp 命令,Linux sftp 命令详解:交互式的文件传输程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sh.html b/linux-command.docset/Contents/Resources/Documents/c/sh.html index d8e7033b86..f7663de791 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sh.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sh.html @@ -10,7 +10,7 @@ sh 命令,Linux sh 命令详解:shell命令解释器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/shift.html b/linux-command.docset/Contents/Resources/Documents/c/shift.html index a16bba451d..90dc118304 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/shift.html +++ b/linux-command.docset/Contents/Resources/Documents/c/shift.html @@ -10,7 +10,7 @@ shift 命令,Linux shift 命令详解:移动位置参数。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ e r t - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/shopt.html b/linux-command.docset/Contents/Resources/Documents/c/shopt.html index 547cd237f3..4e3d19482c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/shopt.html +++ b/linux-command.docset/Contents/Resources/Documents/c/shopt.html @@ -10,7 +10,7 @@ shopt 命令,Linux shopt 命令详解:显示和设置shell操作选项 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ extdebug off - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/showmount.html b/linux-command.docset/Contents/Resources/Documents/c/showmount.html index e55414c5c9..2e73a5465d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/showmount.html +++ b/linux-command.docset/Contents/Resources/Documents/c/showmount.html @@ -10,7 +10,7 @@ showmount 命令,Linux showmount 命令详解:显示NFS服务器加载的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/shuf.html b/linux-command.docset/Contents/Resources/Documents/c/shuf.html index adf3c1a6d1..b35909626c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/shuf.html +++ b/linux-command.docset/Contents/Resources/Documents/c/shuf.html @@ -10,7 +10,7 @@ shuf 命令,Linux shuf 命令详解:产生随机的排列。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -108,7 +108,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/shutdown.html b/linux-command.docset/Contents/Resources/Documents/c/shutdown.html index 590c647b05..3b5a0f1a1c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/shutdown.html +++ b/linux-command.docset/Contents/Resources/Documents/c/shutdown.html @@ -10,7 +10,7 @@ shutdown 命令,Linux shutdown 命令详解:用来执行系统关机的命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/skill.html b/linux-command.docset/Contents/Resources/Documents/c/skill.html index 66b0138853..a7164ec818 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/skill.html +++ b/linux-command.docset/Contents/Resources/Documents/c/skill.html @@ -10,7 +10,7 @@ skill 命令,Linux skill 命令详解:向选定的进程发送信号冻结进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -126,7 +126,7 @@ Swap: 2041192k av, 83152k used, 1958040k free - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/slabtop.html b/linux-command.docset/Contents/Resources/Documents/c/slabtop.html index a7d80e6d5f..7477ce1331 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/slabtop.html +++ b/linux-command.docset/Contents/Resources/Documents/c/slabtop.html @@ -10,7 +10,7 @@ slabtop 命令,Linux slabtop 命令详解:实时显示内核slab内存缓存信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -128,7 +128,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sleep.html b/linux-command.docset/Contents/Resources/Documents/c/sleep.html index e308fa7acb..a4401ceb88 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sleep.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sleep.html @@ -10,7 +10,7 @@ sleep 命令,Linux sleep 命令详解:将目前动作延迟一段时间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/slocate.html b/linux-command.docset/Contents/Resources/Documents/c/slocate.html index d6285111d7..a65c48b89a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/slocate.html +++ b/linux-command.docset/Contents/Resources/Documents/c/slocate.html @@ -10,7 +10,7 @@ slocate 命令,Linux slocate 命令详解:命令查找文件或目录 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/smbclient.html b/linux-command.docset/Contents/Resources/Documents/c/smbclient.html index e561bd4518..27ca01d896 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/smbclient.html +++ b/linux-command.docset/Contents/Resources/Documents/c/smbclient.html @@ -10,7 +10,7 @@ smbclient 命令,Linux smbclient 命令详解:交互方式访问samba服务器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -101,7 +101,7 @@ smb:/>ls - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/smbpasswd.html b/linux-command.docset/Contents/Resources/Documents/c/smbpasswd.html index 3267991054..062f0a1e07 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/smbpasswd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/smbpasswd.html @@ -10,7 +10,7 @@ smbpasswd 命令,Linux smbpasswd 命令详解:samba用户和密码管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sort.html b/linux-command.docset/Contents/Resources/Documents/c/sort.html index c6218d012b..e1fc345a59 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sort.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sort.html @@ -10,7 +10,7 @@ sort 命令,Linux sort 命令详解:对文本文件中所有行进行排序。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -220,7 +220,7 @@ guge 50 3000 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/source.html b/linux-command.docset/Contents/Resources/Documents/c/source.html index fab6790cc0..189938cee8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/source.html +++ b/linux-command.docset/Contents/Resources/Documents/c/source.html @@ -10,7 +10,7 @@ source 命令,Linux source 命令详解:在当前Shell环境中从指定文件读取和执行命令。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -91,7 +91,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/speedtest-cli.html b/linux-command.docset/Contents/Resources/Documents/c/speedtest-cli.html index aca0e431d4..ed5cc8cb5a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/speedtest-cli.html +++ b/linux-command.docset/Contents/Resources/Documents/c/speedtest-cli.html @@ -10,7 +10,7 @@ speedtest-cli 命令,Linux speedtest-cli 命令详解:命令行下测试服务器外网速度 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -126,7 +126,7 @@ Share results: http://www.speedtest.net/result/3240988007.png - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/spell.html b/linux-command.docset/Contents/Resources/Documents/c/spell.html index 16bfb1517c..a711a71e97 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/spell.html +++ b/linux-command.docset/Contents/Resources/Documents/c/spell.html @@ -10,7 +10,7 @@ spell 命令,Linux spell 命令详解:对文件进行拼写检查 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/split.html b/linux-command.docset/Contents/Resources/Documents/c/split.html index 82c6a88559..0644237979 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/split.html +++ b/linux-command.docset/Contents/Resources/Documents/c/split.html @@ -10,7 +10,7 @@ split 命令,Linux split 命令详解:分割任意大小的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -90,7 +90,7 @@ date.file split_file000 split_file001 split_file002 split_file003 split_fil - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/squid.html b/linux-command.docset/Contents/Resources/Documents/c/squid.html index 9fad30b54f..4a9a11499b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/squid.html +++ b/linux-command.docset/Contents/Resources/Documents/c/squid.html @@ -10,7 +10,7 @@ squid 命令,Linux squid 命令详解:squid服务器守护进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/squidclient.html b/linux-command.docset/Contents/Resources/Documents/c/squidclient.html index 4ccd4d9a30..0bb13a41f0 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/squidclient.html +++ b/linux-command.docset/Contents/Resources/Documents/c/squidclient.html @@ -10,7 +10,7 @@ squidclient 命令,Linux squidclient 命令详解:squid服务器的客户端管理工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ss.html b/linux-command.docset/Contents/Resources/Documents/c/ss.html index 1486c2dbbf..8881a66425 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ss.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ss.html @@ -10,7 +10,7 @@ ss 命令,Linux ss 命令详解:比 netstat 好用的socket统计信息,iproute2 包附带的另一个工具,允许你查询 socket 的有关统计信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -208,7 +208,7 @@ tcp LISTEN 0 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ssh-add.html b/linux-command.docset/Contents/Resources/Documents/c/ssh-add.html index ad2a45d2bf..50051dd205 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ssh-add.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ssh-add.html @@ -10,7 +10,7 @@ ssh-add 命令,Linux ssh-add 命令详解:把专用密钥添加到ssh-agent的高速缓存中 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ ssh-add -e pkcs11 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ssh-agent.html b/linux-command.docset/Contents/Resources/Documents/c/ssh-agent.html index 38aef6fe83..bbe9d1f09a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ssh-agent.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ssh-agent.html @@ -10,7 +10,7 @@ ssh-agent 命令,Linux ssh-agent 命令详解:ssh密钥管理器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ ssh-agent [-c - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ssh-copy-id.html b/linux-command.docset/Contents/Resources/Documents/c/ssh-copy-id.html index 4b3da0359d..9db7f20714 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ssh-copy-id.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ssh-copy-id.html @@ -10,7 +10,7 @@ ssh-copy-id 命令,Linux ssh-copy-id 命令详解:把本地的ssh公钥文件安装到远程主机对应的账户下 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ ssh-copy-id -i ~/.ssh/id_rsa.pub user@server - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ssh-keygen.html b/linux-command.docset/Contents/Resources/Documents/c/ssh-keygen.html index dd3bf70620..339bec7cd9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ssh-keygen.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ssh-keygen.html @@ -10,7 +10,7 @@ ssh-keygen 命令,Linux ssh-keygen 命令详解:为ssh生成、管理和转换认证密钥 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ssh-keyscan.html b/linux-command.docset/Contents/Resources/Documents/c/ssh-keyscan.html index 5e0015d097..0b00244a62 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ssh-keyscan.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ssh-keyscan.html @@ -10,7 +10,7 @@ ssh-keyscan 命令,Linux ssh-keyscan 命令详解:收集主机公钥的使用工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ssh.html b/linux-command.docset/Contents/Resources/Documents/c/ssh.html index 1fea39fb03..7106165563 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ssh.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ssh.html @@ -10,7 +10,7 @@ ssh 命令,Linux ssh 命令详解:openssh套件中的客户端连接工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,10 +98,10 @@ ssh-copy-id user@ip:port # 将当前用户的公钥

      (LCTT 译注:DNS 协议中的 WKS 记录类型意即“众所周知的业务描述”,是类似于 A、MX 这样的 DNS 记录类型,用于描述某个 IP 所提供的服务,目前鲜见使用。参见: https://docs.oracle.com/cd/E19683-01/806-4077/dnsintro-154/index.html 。)

      第二天,我就收到了 Joyce 发来的邮件:

      -

      Date: Mon, 10 Jul 1995 15:35:33 -0700
      From: jkrey@ISI.EDU
      To: ylo@cs.hut.fi
      Subject: 回复:请求取得一个端口号
      Cc: iana@ISI.EDU
      Tatu,
      我们将端口号 22 分配给 ssh 服务了,你目前是该服务的主要联系人。
      Joyce

      +

      Date: Mon, 10 Jul 1995 15:35:33 -0700
      From: jkrey@ISI.EDU
      To: ylo@cs.hut.fi
      Subject: 回复:请求取得一个端口号
      Cc: iana@ISI.EDU
      Tatu,
      我们将端口号 22 分配给 ssh 服务了,你目前是该服务的主要联系人。
      Joyce

      这就搞定了!SSH 的端口正式使用 22!!!

      -

      1995 年 7 月 12 日上午 2 点 21 分,我给我在赫尔辛基理工大学的测试者们宣布了 SSH 的最后 beta 版本。当日下午 5 点 23 分,我给测试者们宣布了 ssh-1.0.0 版本。1995 年 7 月 12 日,下午 5 点 51 分,我将一份 SSH(安全终端)的宣告发给了 cypherpunks@toad.com 的邮件列表,此外我还将其发给了一些新闻组、邮件列表和一些在因特网上讨论相关话题的人们。

      +

      1995 年 7 月 12 日上午 2 点 21 分,我给我在赫尔辛基理工大学的测试者们宣布了 SSH 的最后 beta 版本。当日下午 5 点 23 分,我给测试者们宣布了 ssh-1.0.0 版本。1995 年 7 月 12 日,下午 5 点 51 分,我将一份 SSH(安全终端)的宣告发给了 cypherpunks@toad.com 的邮件列表,此外我还将其发给了一些新闻组、邮件列表和一些在因特网上讨论相关话题的人们。

      如何更改 SSH 服务的端口号

      SSH 服务器是默认运行在 22 号端口上的。然而,由于某些原因需要,它也可以运行在别的端口上。比如为了方便测试使用,又比如在同一个宿主机上运行多个不同的配置。当然,极少情况下,不使用 root 权限运行它也可以,比如某些必须运行在非特权的端口的情况(端口号大于等于 1024)。

      端口号可以在配置文件 /etc/ssh/sshd_config 中将 Port 22 更改。也可以使用 -p 选项运行 sshd。SSH 客户端和 sftp 程序也可以使用 -p 选项。

      配置 SSH 协议穿越防火墙

      SSH 是少数通常被许可穿越防火墙的协议之一。通常的做法是不限制出站的 SSH 连接,尤其常见于一些较小的或者比较技术型的组织中,而入站的 SSH 连接通常会限制到一台或者是少数几台服务器上。

      @@ -144,7 +144,7 @@ iptables -A OUTPUT -p tcp --sport 22 -m conntr - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sshd.html b/linux-command.docset/Contents/Resources/Documents/c/sshd.html index 5e0c3b0c22..9f720a91be 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sshd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sshd.html @@ -10,7 +10,7 @@ sshd 命令,Linux sshd 命令详解:openssh软件套件中的服务器守护进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/startx.html b/linux-command.docset/Contents/Resources/Documents/c/startx.html index abfeb94a2a..6d59b3f5ea 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/startx.html +++ b/linux-command.docset/Contents/Resources/Documents/c/startx.html @@ -10,7 +10,7 @@ startx 命令,Linux startx 命令详解:用来启动X Window - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -107,7 +107,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/stat.html b/linux-command.docset/Contents/Resources/Documents/c/stat.html index 8df67afff3..2c69115916 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/stat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/stat.html @@ -10,7 +10,7 @@ stat 命令,Linux stat 命令详解:用于显示文件的状态信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ myfile 0 8 8 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/strace.html b/linux-command.docset/Contents/Resources/Documents/c/strace.html index 126e54aa7a..09db64d8d8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/strace.html +++ b/linux-command.docset/Contents/Resources/Documents/c/strace.html @@ -10,7 +10,7 @@ strace 命令,Linux strace 命令详解:跟踪系统调用和信号 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -329,7 +329,7 @@ lrwx------ 1 oracle dba - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/strings.html b/linux-command.docset/Contents/Resources/Documents/c/strings.html index 0c2db9fd2f..b3687ff806 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/strings.html +++ b/linux-command.docset/Contents/Resources/Documents/c/strings.html @@ -10,7 +10,7 @@ strings 命令,Linux strings 命令详解:在对象文件或二进制文件中查找可打印的字符串 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/stty.html b/linux-command.docset/Contents/Resources/Documents/c/stty.html index 23834b7a7e..9dce295c9b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/stty.html +++ b/linux-command.docset/Contents/Resources/Documents/c/stty.html @@ -10,7 +10,7 @@ stty 命令,Linux stty 命令详解:修改终端命令行的相关设置 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -99,7 +99,7 @@ stty -igncr #恢复 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/su.html b/linux-command.docset/Contents/Resources/Documents/c/su.html index c74d55f769..eb28833848 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/su.html +++ b/linux-command.docset/Contents/Resources/Documents/c/su.html @@ -10,7 +10,7 @@ su 命令,Linux su 命令详解:用于切换当前用户身份到其他用户身份 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sudo.html b/linux-command.docset/Contents/Resources/Documents/c/sudo.html index 85e4869fe6..32406043ec 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sudo.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sudo.html @@ -10,7 +10,7 @@ sudo 命令,Linux sudo 命令详解:以其他身份来执行命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -146,7 +146,7 @@ install.log.syslog - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sum.html b/linux-command.docset/Contents/Resources/Documents/c/sum.html index 054b07160e..770b71184b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sum.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sum.html @@ -10,7 +10,7 @@ sum 命令,Linux sum 命令详解:计算文件的校验码和显示块数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/supervisord.html b/linux-command.docset/Contents/Resources/Documents/c/supervisord.html index d683942fd4..9afba4aa6a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/supervisord.html +++ b/linux-command.docset/Contents/Resources/Documents/c/supervisord.html @@ -10,7 +10,7 @@ supervisord 命令,Linux supervisord 命令详解:配置后台服务/常驻进程的进程管家工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ supervisorctl reload # 修改/添加配置文件需 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/suspend.html b/linux-command.docset/Contents/Resources/Documents/c/suspend.html index 2a137e7e15..0cd793845e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/suspend.html +++ b/linux-command.docset/Contents/Resources/Documents/c/suspend.html @@ -10,7 +10,7 @@ suspend 命令,Linux suspend 命令详解:挂起shell的执行。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/swapoff.html b/linux-command.docset/Contents/Resources/Documents/c/swapoff.html index e1e55ec3d9..cdb7b9570a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/swapoff.html +++ b/linux-command.docset/Contents/Resources/Documents/c/swapoff.html @@ -10,7 +10,7 @@ swapoff 命令,Linux swapoff 命令详解:关闭指定的交换空间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/swapon.html b/linux-command.docset/Contents/Resources/Documents/c/swapon.html index 430536819b..49c5edfb88 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/swapon.html +++ b/linux-command.docset/Contents/Resources/Documents/c/swapon.html @@ -10,7 +10,7 @@ swapon 命令,Linux swapon 命令详解:激活Linux系统中交换空间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ Filename t - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sync.html b/linux-command.docset/Contents/Resources/Documents/c/sync.html index 5b668777a7..778de0cdd7 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sync.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sync.html @@ -10,7 +10,7 @@ sync 命令,Linux sync 命令详解:用于强制被改变的内容立刻写入磁盘 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/sysctl.html b/linux-command.docset/Contents/Resources/Documents/c/sysctl.html index 6d0e967aeb..c232d74c4f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/sysctl.html +++ b/linux-command.docset/Contents/Resources/Documents/c/sysctl.html @@ -10,7 +10,7 @@ sysctl 命令,Linux sysctl 命令详解:时动态地修改内核的运行参数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -200,7 +200,7 @@ net.ipv4.icmp_echo_ignore_all = - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/syslog.html b/linux-command.docset/Contents/Resources/Documents/c/syslog.html index 97c61f69f6..6d67c79f19 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/syslog.html +++ b/linux-command.docset/Contents/Resources/Documents/c/syslog.html @@ -10,7 +10,7 @@ syslog 命令,Linux syslog 命令详解:系统默认的日志守护进程 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ Jan 5 10:37 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/systemctl.html b/linux-command.docset/Contents/Resources/Documents/c/systemctl.html index cbe7c73388..12b80576dd 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/systemctl.html +++ b/linux-command.docset/Contents/Resources/Documents/c/systemctl.html @@ -10,7 +10,7 @@ systemctl 命令,Linux systemctl 命令详解:系统服务管理器指令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -125,7 +125,7 @@ systemctl list-units --type=service - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/systool.html b/linux-command.docset/Contents/Resources/Documents/c/systool.html index 17cfab8da5..f66af28e8c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/systool.html +++ b/linux-command.docset/Contents/Resources/Documents/c/systool.html @@ -10,7 +10,7 @@ systool 命令,Linux systool 命令详解:显示基于总线、类和拓扑显示系统中设备的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -241,7 +241,7 @@ Supported sysfs modules: - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tac.html b/linux-command.docset/Contents/Resources/Documents/c/tac.html index e5916c52cd..3e79c20883 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tac.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tac.html @@ -10,7 +10,7 @@ tac 命令,Linux tac 命令详解:连接多个文件并以行为单位反向打印到标准输出。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -102,7 +102,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tail.html b/linux-command.docset/Contents/Resources/Documents/c/tail.html index 287a9b4b65..6fdbf8420f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tail.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tail.html @@ -10,7 +10,7 @@ tail 命令,Linux tail 命令详解:在屏幕上显示指定文件的末尾若干行 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -87,7 +87,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tailf.html b/linux-command.docset/Contents/Resources/Documents/c/tailf.html index 3cf8de8ffc..38729c1c08 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tailf.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tailf.html @@ -10,7 +10,7 @@ tailf 命令,Linux tailf 命令详解:在屏幕上显示指定文件的末尾若干行内容,通常用于日志文件的跟踪输出 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ tailf -n 5 log2014.log - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/talk.html b/linux-command.docset/Contents/Resources/Documents/c/talk.html index 9bf90ed7de..39dbc8dc04 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/talk.html +++ b/linux-command.docset/Contents/Resources/Documents/c/talk.html @@ -10,7 +10,7 @@ talk 命令,Linux talk 命令详解:让用户和其他用户聊天 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ talk: respond with: talk jdx@rs6000.cic.test.com - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tar.html b/linux-command.docset/Contents/Resources/Documents/c/tar.html index ec1d19a740..f205e17859 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tar.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tar.html @@ -10,7 +10,7 @@ tar 命令,Linux tar 命令详解:将许多文件一起保存至一个单独的磁带或磁盘归档,并能从归档中单独还原所需文件。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -442,7 +442,7 @@ Main-class: the_name_of_the_main_class_should_be_put_here - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tcpdump.html b/linux-command.docset/Contents/Resources/Documents/c/tcpdump.html index 41c713c93c..38ae47932a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tcpdump.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tcpdump.html @@ -10,7 +10,7 @@ tcpdump 命令,Linux tcpdump 命令详解:一款sniffer工具,是Linux上的抓包工具,嗅探器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -133,7 +133,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tcpreplay.html b/linux-command.docset/Contents/Resources/Documents/c/tcpreplay.html index a698d92683..a5ad09d12c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tcpreplay.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tcpreplay.html @@ -10,7 +10,7 @@ tcpreplay 命令,Linux tcpreplay 命令详解:将PCAP包重新发送,用于性能或者功能测试 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -115,7 +115,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tee.html b/linux-command.docset/Contents/Resources/Documents/c/tee.html index 19195bf75a..7f361b0ffa 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tee.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tee.html @@ -10,7 +10,7 @@ tee 命令,Linux tee 命令详解:从标准输入读取数据并重定向到标准输出和文件。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,7 +98,7 @@ MODE决定了当出现写错误时的输出行为,可用的MODE如下: - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/telint.html b/linux-command.docset/Contents/Resources/Documents/c/telint.html index bc09961db4..fada96a1e1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/telint.html +++ b/linux-command.docset/Contents/Resources/Documents/c/telint.html @@ -10,7 +10,7 @@ telint 命令,Linux telint 命令详解:切换当前正在运行系统的运行等级 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -68,7 +68,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/telnet.html b/linux-command.docset/Contents/Resources/Documents/c/telnet.html index b5ddbaf1ef..7bb3985484 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/telnet.html +++ b/linux-command.docset/Contents/Resources/Documents/c/telnet.html @@ -10,7 +10,7 @@ telnet 命令,Linux telnet 命令详解:登录远程主机和管理(测试ip端口是否连通) - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -142,7 +142,7 @@ telnet 23/udp - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tempfile.html b/linux-command.docset/Contents/Resources/Documents/c/tempfile.html index f576bc5b9b..b500da4149 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tempfile.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tempfile.html @@ -10,7 +10,7 @@ tempfile 命令,Linux tempfile 命令详解:shell中给临时文件命名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/test.html b/linux-command.docset/Contents/Resources/Documents/c/test.html index 707ddf4909..52db0f695a 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/test.html +++ b/linux-command.docset/Contents/Resources/Documents/c/test.html @@ -10,7 +10,7 @@ test 命令,Linux test 命令详解:执行条件表达式。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -131,7 +131,7 @@ arg1 OP arg2 算术表达式测试; OP是 -eq,-ne,-lt,-le,-gt,- - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tftp.html b/linux-command.docset/Contents/Resources/Documents/c/tftp.html index 7f11ad489c..41b83d1873 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tftp.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tftp.html @@ -10,7 +10,7 @@ tftp 命令,Linux tftp 命令详解:在本机和tftp服务器之间使用TFTP协议传输文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -160,7 +160,7 @@ tftp>q - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/time.html b/linux-command.docset/Contents/Resources/Documents/c/time.html index 2db10989af..33f05f738f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/time.html +++ b/linux-command.docset/Contents/Resources/Documents/c/time.html @@ -10,7 +10,7 @@ time 命令,Linux time 命令详解:统计给定命令所花费的总时间 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -148,7 +148,7 @@ sys 0m0.007s - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/times.html b/linux-command.docset/Contents/Resources/Documents/c/times.html index 51dfca01a8..d218e4f8de 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/times.html +++ b/linux-command.docset/Contents/Resources/Documents/c/times.html @@ -10,7 +10,7 @@ times 命令,Linux times 命令详解:显示进程累计时间。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -80,7 +80,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tload.html b/linux-command.docset/Contents/Resources/Documents/c/tload.html index fe8317887e..a05affcab4 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tload.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tload.html @@ -10,7 +10,7 @@ tload 命令,Linux tload 命令详解:显示系统负载状况 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tmux.html b/linux-command.docset/Contents/Resources/Documents/c/tmux.html index c6dea3e6e8..a25fea358c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tmux.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tmux.html @@ -10,7 +10,7 @@ tmux 命令,Linux tmux 命令详解:Tmux是一个优秀的终端复用软件,类似GNU Screen,但来自于OpenBSD,采用BSD授权 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -398,7 +398,7 @@ ctrl+b d # 脱离当前会话;这样可 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/top.html b/linux-command.docset/Contents/Resources/Documents/c/top.html index 03d8ea8c19..a5d01fef7b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/top.html +++ b/linux-command.docset/Contents/Resources/Documents/c/top.html @@ -10,7 +10,7 @@ top 命令,Linux top 命令详解:显示或管理执行中的程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -125,7 +125,7 @@ Swap: 5144568k total, 56k used, 5144512k free, 2013180k cached - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/touch.html b/linux-command.docset/Contents/Resources/Documents/c/touch.html index 3cd11805db..bc8a701155 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/touch.html +++ b/linux-command.docset/Contents/Resources/Documents/c/touch.html @@ -10,7 +10,7 @@ touch 命令,Linux touch 命令详解:创建新的空文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tput.html b/linux-command.docset/Contents/Resources/Documents/c/tput.html index cf93bf23a8..c832dcc392 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tput.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tput.html @@ -10,7 +10,7 @@ tput 命令,Linux tput 命令详解:通过terminfo数据库对终端会话进行初始化和操作 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -208,7 +208,7 @@ tput rc - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tr.html b/linux-command.docset/Contents/Resources/Documents/c/tr.html index 2f3db4aa75..8ea0079737 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tr.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tr.html @@ -10,7 +10,7 @@ tr 命令,Linux tr 命令详解:将字符进行替换压缩和删除 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -110,7 +110,7 @@ this is a text line. - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tracepath.html b/linux-command.docset/Contents/Resources/Documents/c/tracepath.html index 3d1db2de45..4dffe64dff 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tracepath.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tracepath.html @@ -10,7 +10,7 @@ tracepath 命令,Linux tracepath 命令详解:追踪目的主机经过的路由信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/traceroute.html b/linux-command.docset/Contents/Resources/Documents/c/traceroute.html index 4d8e5aa976..d8ef392c55 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/traceroute.html +++ b/linux-command.docset/Contents/Resources/Documents/c/traceroute.html @@ -10,7 +10,7 @@ traceroute 命令,Linux traceroute 命令详解:显示数据包到主机间的路径 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -123,7 +123,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/trap.html b/linux-command.docset/Contents/Resources/Documents/c/trap.html index b10dd14b7e..b18f1ea38d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/trap.html +++ b/linux-command.docset/Contents/Resources/Documents/c/trap.html @@ -10,7 +10,7 @@ trap 命令,Linux trap 命令详解:捕捉信号和其他事件并执行命令。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -149,7 +149,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tree.html b/linux-command.docset/Contents/Resources/Documents/c/tree.html index e9fadffb3c..f6ea88878c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tree.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tree.html @@ -10,7 +10,7 @@ tree 命令,Linux tree 命令详解:树状图列出目录的内容 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -137,7 +137,7 @@ tree -L 2 > - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/true.html b/linux-command.docset/Contents/Resources/Documents/c/true.html index 3a46419dd5..b1c60d09f1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/true.html +++ b/linux-command.docset/Contents/Resources/Documents/c/true.html @@ -10,7 +10,7 @@ true 命令,Linux true 命令详解:返回状态为成功。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ some_command || - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/tty.html b/linux-command.docset/Contents/Resources/Documents/c/tty.html index 84a526e0a8..330b14dbcd 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/tty.html +++ b/linux-command.docset/Contents/Resources/Documents/c/tty.html @@ -10,7 +10,7 @@ tty 命令,Linux tty 命令详解:显示连接到当前标准输入的终端设备文件名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/type.html b/linux-command.docset/Contents/Resources/Documents/c/type.html index 5a5c4462c5..eaaed32be8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/type.html +++ b/linux-command.docset/Contents/Resources/Documents/c/type.html @@ -10,7 +10,7 @@ type 命令,Linux type 命令详解:显示指定命令的类型。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -149,7 +149,7 @@ keyword - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ulimit.html b/linux-command.docset/Contents/Resources/Documents/c/ulimit.html index 912a6f21ca..dcf15b7b04 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ulimit.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ulimit.html @@ -10,7 +10,7 @@ ulimit 命令,Linux ulimit 命令详解:控制shell程序的资源 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -102,7 +102,7 @@ virtual memory (kbytes, -v - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/umask.html b/linux-command.docset/Contents/Resources/Documents/c/umask.html index 7213ff688e..c53484d57c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/umask.html +++ b/linux-command.docset/Contents/Resources/Documents/c/umask.html @@ -10,7 +10,7 @@ umask 命令,Linux umask 命令详解:显示或设置创建文件的权限掩码。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -130,7 +130,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/umount.html b/linux-command.docset/Contents/Resources/Documents/c/umount.html index 1decb68f49..bb8bcfb73c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/umount.html +++ b/linux-command.docset/Contents/Resources/Documents/c/umount.html @@ -10,7 +10,7 @@ umount 命令,Linux umount 命令详解:用于卸载已经加载的文件系统 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -93,7 +93,7 @@ umount: /mnt/mymount: device is busy - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/unalias.html b/linux-command.docset/Contents/Resources/Documents/c/unalias.html index 2e4676355d..6d2ef1a05c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/unalias.html +++ b/linux-command.docset/Contents/Resources/Documents/c/unalias.html @@ -10,7 +10,7 @@ unalias 命令,Linux unalias 命令详解:删除由alias设置的别名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,7 +98,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/uname.html b/linux-command.docset/Contents/Resources/Documents/c/uname.html index de453aa91d..8e8c335909 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/uname.html +++ b/linux-command.docset/Contents/Resources/Documents/c/uname.html @@ -10,7 +10,7 @@ uname 命令,Linux uname 命令详解:打印系统信息。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -117,7 +117,7 @@ GNU/Linux - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/unarj.html b/linux-command.docset/Contents/Resources/Documents/c/unarj.html index 93fad6888b..d879aa7cd9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/unarj.html +++ b/linux-command.docset/Contents/Resources/Documents/c/unarj.html @@ -10,7 +10,7 @@ unarj 命令,Linux unarj 命令详解:解压缩由arj命令创建的压缩包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ x:解压缩时保留原有的路径。 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/uncompress.html b/linux-command.docset/Contents/Resources/Documents/c/uncompress.html index f628fc55ac..10abf68373 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/uncompress.html +++ b/linux-command.docset/Contents/Resources/Documents/c/uncompress.html @@ -10,7 +10,7 @@ uncompress 命令,Linux uncompress 命令详解:用来解压.Z文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/unexpand.html b/linux-command.docset/Contents/Resources/Documents/c/unexpand.html index 5b84faac39..800803b9b4 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/unexpand.html +++ b/linux-command.docset/Contents/Resources/Documents/c/unexpand.html @@ -10,7 +10,7 @@ unexpand 命令,Linux unexpand 命令详解:将文件的空白字符转换为制表符 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/uniq.html b/linux-command.docset/Contents/Resources/Documents/c/uniq.html index d6fb9c663b..7e4f6f7d81 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/uniq.html +++ b/linux-command.docset/Contents/Resources/Documents/c/uniq.html @@ -10,7 +10,7 @@ uniq 命令,Linux uniq 命令详解:显示或忽略重复的行。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -103,7 +103,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/unlink.html b/linux-command.docset/Contents/Resources/Documents/c/unlink.html index 24e7199161..fa55ee95f5 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/unlink.html +++ b/linux-command.docset/Contents/Resources/Documents/c/unlink.html @@ -10,7 +10,7 @@ unlink 命令,Linux unlink 命令详解:系统调用函数unlink去删除指定的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/unprotoize.html b/linux-command.docset/Contents/Resources/Documents/c/unprotoize.html index 2d87c44571..a820429803 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/unprotoize.html +++ b/linux-command.docset/Contents/Resources/Documents/c/unprotoize.html @@ -10,7 +10,7 @@ unprotoize 命令,Linux unprotoize 命令详解:删除C语言源代码文件中的函数原型 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/unrar.html b/linux-command.docset/Contents/Resources/Documents/c/unrar.html index f54c05b44b..c79bf41b0f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/unrar.html +++ b/linux-command.docset/Contents/Resources/Documents/c/unrar.html @@ -10,7 +10,7 @@ unrar 命令,Linux unrar 命令详解:解压rar文件命令,从rar档案中提取文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -98,7 +98,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/unset.html b/linux-command.docset/Contents/Resources/Documents/c/unset.html index 40d08b47a7..4ede623bfb 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/unset.html +++ b/linux-command.docset/Contents/Resources/Documents/c/unset.html @@ -10,7 +10,7 @@ unset 命令,Linux unset 命令详解:删除指定的shell变量或函数。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -125,7 +125,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/unzip.html b/linux-command.docset/Contents/Resources/Documents/c/unzip.html index 92077a7121..f710c19005 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/unzip.html +++ b/linux-command.docset/Contents/Resources/Documents/c/unzip.html @@ -10,7 +10,7 @@ unzip 命令,Linux unzip 命令详解:用于解压缩由zip命令压缩的压缩包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -102,7 +102,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/updatedb.html b/linux-command.docset/Contents/Resources/Documents/c/updatedb.html index 2cf1481acc..4cb2690d57 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/updatedb.html +++ b/linux-command.docset/Contents/Resources/Documents/c/updatedb.html @@ -10,7 +10,7 @@ updatedb 命令,Linux updatedb 命令详解:创建或更新slocate命令所必需的数据库文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/uptime.html b/linux-command.docset/Contents/Resources/Documents/c/uptime.html index 9fc429b61e..58e85f0c89 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/uptime.html +++ b/linux-command.docset/Contents/Resources/Documents/c/uptime.html @@ -10,7 +10,7 @@ uptime 命令,Linux uptime 命令详解:查看Linux系统负载信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ load average: 0.00, - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/useradd.html b/linux-command.docset/Contents/Resources/Documents/c/useradd.html index 5fa6e196c0..5596ca4f1d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/useradd.html +++ b/linux-command.docset/Contents/Resources/Documents/c/useradd.html @@ -10,7 +10,7 @@ useradd 命令,Linux useradd 命令详解:创建的新的系统用户 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -86,7 +86,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/userdel.html b/linux-command.docset/Contents/Resources/Documents/c/userdel.html index 9d2b3e130e..f17300bec7 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/userdel.html +++ b/linux-command.docset/Contents/Resources/Documents/c/userdel.html @@ -10,7 +10,7 @@ userdel 命令,Linux userdel 命令详解:用于删除给定的用户以及与用户相关的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/usermod.html b/linux-command.docset/Contents/Resources/Documents/c/usermod.html index c38566b528..b7dbfe4f55 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/usermod.html +++ b/linux-command.docset/Contents/Resources/Documents/c/usermod.html @@ -10,7 +10,7 @@ usermod 命令,Linux usermod 命令详解:用于修改用户的基本信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -100,7 +100,7 @@ new_home - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/usernetctl.html b/linux-command.docset/Contents/Resources/Documents/c/usernetctl.html index 91428f1242..8ab85772d3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/usernetctl.html +++ b/linux-command.docset/Contents/Resources/Documents/c/usernetctl.html @@ -10,7 +10,7 @@ usernetctl 命令,Linux usernetctl 命令详解:被允许时操作指定的网络接口 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/users.html b/linux-command.docset/Contents/Resources/Documents/c/users.html index bb6d21b194..ef51eef258 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/users.html +++ b/linux-command.docset/Contents/Resources/Documents/c/users.html @@ -10,7 +10,7 @@ users 命令,Linux users 命令详解:打印当前主机所有登陆用户的名称。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ root root - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/uucico.html b/linux-command.docset/Contents/Resources/Documents/c/uucico.html index 03e0b4c24a..5831dcd78d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/uucico.html +++ b/linux-command.docset/Contents/Resources/Documents/c/uucico.html @@ -10,7 +10,7 @@ uucico 命令,Linux uucico 命令详解:UUCP文件传输服务程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -87,7 +87,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/uupick.html b/linux-command.docset/Contents/Resources/Documents/c/uupick.html index 7cc052f956..202992f949 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/uupick.html +++ b/linux-command.docset/Contents/Resources/Documents/c/uupick.html @@ -10,7 +10,7 @@ uupick 命令,Linux uupick 命令详解:命令处理传送进来的文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/uuto.html b/linux-command.docset/Contents/Resources/Documents/c/uuto.html index 7c9e3e6797..5a654f0770 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/uuto.html +++ b/linux-command.docset/Contents/Resources/Documents/c/uuto.html @@ -10,7 +10,7 @@ uuto 命令,Linux uuto 命令详解:将文件传送到远端的UUCP主机 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -69,7 +69,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/vdfuse.html b/linux-command.docset/Contents/Resources/Documents/c/vdfuse.html index 5ecf047904..dfab9c455d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/vdfuse.html +++ b/linux-command.docset/Contents/Resources/Documents/c/vdfuse.html @@ -10,7 +10,7 @@ vdfuse 命令,Linux vdfuse 命令详解:VirtualBox软件挂载VDI分区文件工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/vgchange.html b/linux-command.docset/Contents/Resources/Documents/c/vgchange.html index c8865af944..5212683c6c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/vgchange.html +++ b/linux-command.docset/Contents/Resources/Documents/c/vgchange.html @@ -10,7 +10,7 @@ vgchange 命令,Linux vgchange 命令详解:修改卷组属性 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/vgconvert.html b/linux-command.docset/Contents/Resources/Documents/c/vgconvert.html index 51cbf81b60..0bca2a387d 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/vgconvert.html +++ b/linux-command.docset/Contents/Resources/Documents/c/vgconvert.html @@ -10,7 +10,7 @@ vgconvert 命令,Linux vgconvert 命令详解:转换卷组元数据格式 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -82,7 +82,7 @@ Volume group vg1000 successfully converted - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/vgcreate.html b/linux-command.docset/Contents/Resources/Documents/c/vgcreate.html index b1e375fd76..abca55d237 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/vgcreate.html +++ b/linux-command.docset/Contents/Resources/Documents/c/vgcreate.html @@ -10,7 +10,7 @@ vgcreate 命令,Linux vgcreate 命令详解:用于创建LVM卷组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/vgdisplay.html b/linux-command.docset/Contents/Resources/Documents/c/vgdisplay.html index 9126b9256e..ffdd51909c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/vgdisplay.html +++ b/linux-command.docset/Contents/Resources/Documents/c/vgdisplay.html @@ -10,7 +10,7 @@ vgdisplay 命令,Linux vgdisplay 命令详解:显示LVM卷组的信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -77,7 +77,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/vgextend.html b/linux-command.docset/Contents/Resources/Documents/c/vgextend.html index 82eddc9241..14ee733ca3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/vgextend.html +++ b/linux-command.docset/Contents/Resources/Documents/c/vgextend.html @@ -10,7 +10,7 @@ vgextend 命令,Linux vgextend 命令详解:向卷组中添加物理卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/vgreduce.html b/linux-command.docset/Contents/Resources/Documents/c/vgreduce.html index 134979d7bf..632522c076 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/vgreduce.html +++ b/linux-command.docset/Contents/Resources/Documents/c/vgreduce.html @@ -10,7 +10,7 @@ vgreduce 命令,Linux vgreduce 命令详解:从卷组中删除物理卷 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -76,7 +76,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/vgremove.html b/linux-command.docset/Contents/Resources/Documents/c/vgremove.html index 8dd1e87630..fa4e06f064 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/vgremove.html +++ b/linux-command.docset/Contents/Resources/Documents/c/vgremove.html @@ -10,7 +10,7 @@ vgremove 命令,Linux vgremove 命令详解:用于用户删除LVM卷组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ Volume group "vg1000" successfully removed - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/vgrename.html b/linux-command.docset/Contents/Resources/Documents/c/vgrename.html index ee7246997b..8c1208bcd1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/vgrename.html +++ b/linux-command.docset/Contents/Resources/Documents/c/vgrename.html @@ -10,7 +10,7 @@ vgrename 命令,Linux vgrename 命令详解:使用vgrename命令可以重命名卷组的名称 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/vgscan.html b/linux-command.docset/Contents/Resources/Documents/c/vgscan.html index 183603d18f..ecefa5a60b 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/vgscan.html +++ b/linux-command.docset/Contents/Resources/Documents/c/vgscan.html @@ -10,7 +10,7 @@ vgscan 命令,Linux vgscan 命令详解:扫描并显示系统中的卷组 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ Found volume group "vg1000" using metadata - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/vi.html b/linux-command.docset/Contents/Resources/Documents/c/vi.html index c9b68f46ce..1ee7b1bf74 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/vi.html +++ b/linux-command.docset/Contents/Resources/Documents/c/vi.html @@ -10,7 +10,7 @@ vi 命令,Linux vi 命令详解:功能强大的纯文本编辑器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -126,7 +126,7 @@ O:在当前行前面插入一空行; - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/vmstat.html b/linux-command.docset/Contents/Resources/Documents/c/vmstat.html index 43558043b7..e8c979e542 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/vmstat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/vmstat.html @@ -10,7 +10,7 @@ vmstat 命令,Linux vmstat 命令详解:显示虚拟内存状态 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -133,7 +133,7 @@ procs -----------memory---------- ---swap-- -----io---- --system-- -----cpu----- - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/volname.html b/linux-command.docset/Contents/Resources/Documents/c/volname.html index 965800bd85..73d6731179 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/volname.html +++ b/linux-command.docset/Contents/Resources/Documents/c/volname.html @@ -10,7 +10,7 @@ volname 命令,Linux volname 命令详解:显示指定的ISO-9660格式的设备的卷名称 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/w.html b/linux-command.docset/Contents/Resources/Documents/c/w.html index 22e049916b..e90ad58599 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/w.html +++ b/linux-command.docset/Contents/Resources/Documents/c/w.html @@ -10,7 +10,7 @@ w 命令,Linux w 命令详解:显示目前登入系统的用户信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -81,7 +81,7 @@ root pts/0 222.94.97.122 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/wait.html b/linux-command.docset/Contents/Resources/Documents/c/wait.html index 09f37d5420..833efd0ea1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/wait.html +++ b/linux-command.docset/Contents/Resources/Documents/c/wait.html @@ -10,7 +10,7 @@ wait 命令,Linux wait 命令详解:等待进程执行完后返回 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/wall.html b/linux-command.docset/Contents/Resources/Documents/c/wall.html index dfe441568b..687e1398fb 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/wall.html +++ b/linux-command.docset/Contents/Resources/Documents/c/wall.html @@ -10,7 +10,7 @@ wall 命令,Linux wall 命令详解:向系统当前所有打开的终端上输出信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ this is a test line - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/watch.html b/linux-command.docset/Contents/Resources/Documents/c/watch.html index 5d5ab94b08..4e2f045f44 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/watch.html +++ b/linux-command.docset/Contents/Resources/Documents/c/watch.html @@ -10,7 +10,7 @@ watch 命令,Linux watch 命令详解:可以将命令的输出结果输出到标准输出设备,多用于周期性执行命令/定时执行命令 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -85,7 +85,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/wc.html b/linux-command.docset/Contents/Resources/Documents/c/wc.html index 6d5e5ad0a9..05b5374117 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/wc.html +++ b/linux-command.docset/Contents/Resources/Documents/c/wc.html @@ -10,7 +10,7 @@ wc 命令,Linux wc 命令详解:统计文件的字节数、字数、行数 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/wget.html b/linux-command.docset/Contents/Resources/Documents/c/wget.html index 60102101bc..77d88c5a41 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/wget.html +++ b/linux-command.docset/Contents/Resources/Documents/c/wget.html @@ -10,7 +10,7 @@ wget 命令,Linux wget 命令详解:Linux系统下载文件工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -269,7 +269,7 @@ url4 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/whatis.html b/linux-command.docset/Contents/Resources/Documents/c/whatis.html index 450a5a38fe..561bbde962 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/whatis.html +++ b/linux-command.docset/Contents/Resources/Documents/c/whatis.html @@ -10,7 +10,7 @@ whatis 命令,Linux whatis 命令详解:查询一个命令执行什么功能 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -88,7 +88,7 @@ man.config [man - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/whereis.html b/linux-command.docset/Contents/Resources/Documents/c/whereis.html index 021f540616..53bcce05a9 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/whereis.html +++ b/linux-command.docset/Contents/Resources/Documents/c/whereis.html @@ -10,7 +10,7 @@ whereis 命令,Linux whereis 命令详解:查找二进制程序、代码等相关文件路径 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -94,7 +94,7 @@ svn: - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/which.html b/linux-command.docset/Contents/Resources/Documents/c/which.html index d75033c7f9..0668de5295 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/which.html +++ b/linux-command.docset/Contents/Resources/Documents/c/which.html @@ -10,7 +10,7 @@ which 命令,Linux which 命令详解:查找并显示给定命令的绝对路径 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -83,7 +83,7 @@ cd: shell built-in command< - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/who.html b/linux-command.docset/Contents/Resources/Documents/c/who.html index ac21b1e4e8..3e5c91f1a4 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/who.html +++ b/linux-command.docset/Contents/Resources/Documents/c/who.html @@ -10,7 +10,7 @@ who 命令,Linux who 命令详解:显示当前所有登陆用户的信息。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -112,7 +112,7 @@ root + pts/1 2013-12-20 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/whoami.html b/linux-command.docset/Contents/Resources/Documents/c/whoami.html index 43015de43b..9b775d6269 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/whoami.html +++ b/linux-command.docset/Contents/Resources/Documents/c/whoami.html @@ -10,7 +10,7 @@ whoami 命令,Linux whoami 命令详解:打印当前有效的用户ID对应的名称 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ root - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/write.html b/linux-command.docset/Contents/Resources/Documents/c/write.html index 89c83e832b..242d341677 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/write.html +++ b/linux-command.docset/Contents/Resources/Documents/c/write.html @@ -10,7 +10,7 @@ write 命令,Linux write 命令详解:向指定登录用户终端上发送信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/xargs.html b/linux-command.docset/Contents/Resources/Documents/c/xargs.html index c184bd3afd..73b3d231c3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/xargs.html +++ b/linux-command.docset/Contents/Resources/Documents/c/xargs.html @@ -10,7 +10,7 @@ xargs 命令,Linux xargs 命令详解:给其他命令传递参数的一个过滤器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -172,7 +172,7 @@ COMMAND7 - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/xauth.html b/linux-command.docset/Contents/Resources/Documents/c/xauth.html index df56a2b1d1..af7926e58f 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/xauth.html +++ b/linux-command.docset/Contents/Resources/Documents/c/xauth.html @@ -10,7 +10,7 @@ xauth 命令,Linux xauth 命令详解:显示和编辑被用于连接X服务器的认证信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -84,7 +84,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/xclip.html b/linux-command.docset/Contents/Resources/Documents/c/xclip.html index f33d1465e3..cd776d4c0e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/xclip.html +++ b/linux-command.docset/Contents/Resources/Documents/c/xclip.html @@ -10,7 +10,7 @@ xclip 命令,Linux xclip 命令详解:管理 X 粘贴板 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/xhost.html b/linux-command.docset/Contents/Resources/Documents/c/xhost.html index 251c5d8080..f676ccbcc3 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/xhost.html +++ b/linux-command.docset/Contents/Resources/Documents/c/xhost.html @@ -10,7 +10,7 @@ xhost 命令,Linux xhost 命令详解:制哪些X客户端能够在X服务器上显示 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -75,7 +75,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/xinit.html b/linux-command.docset/Contents/Resources/Documents/c/xinit.html index 9b160e8a6d..bb53e49cdf 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/xinit.html +++ b/linux-command.docset/Contents/Resources/Documents/c/xinit.html @@ -10,7 +10,7 @@ xinit 命令,Linux xinit 命令详解:是Linux下X-Window系统的初始化程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -71,7 +71,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/xlsatoms.html b/linux-command.docset/Contents/Resources/Documents/c/xlsatoms.html index 4747e91b9d..52f3ed1982 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/xlsatoms.html +++ b/linux-command.docset/Contents/Resources/Documents/c/xlsatoms.html @@ -10,7 +10,7 @@ xlsatoms 命令,Linux xlsatoms 命令详解:列出X服务器内部所有定义的原子成分 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/xlsclients.html b/linux-command.docset/Contents/Resources/Documents/c/xlsclients.html index 3c2a53cd05..691972afcc 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/xlsclients.html +++ b/linux-command.docset/Contents/Resources/Documents/c/xlsclients.html @@ -10,7 +10,7 @@ xlsclients 命令,Linux xlsclients 命令详解:列出显示器中的客户端应用程序 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/xlsfonts.html b/linux-command.docset/Contents/Resources/Documents/c/xlsfonts.html index 92aa444b4b..71e95c18a4 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/xlsfonts.html +++ b/linux-command.docset/Contents/Resources/Documents/c/xlsfonts.html @@ -10,7 +10,7 @@ xlsfonts 命令,Linux xlsfonts 命令详解:列出X Server使用的字体 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -74,7 +74,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/xset.html b/linux-command.docset/Contents/Resources/Documents/c/xset.html index 4ee1f8593e..ae14a6b280 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/xset.html +++ b/linux-command.docset/Contents/Resources/Documents/c/xset.html @@ -10,7 +10,7 @@ xset 命令,Linux xset 命令详解:设置X-Window系统中的用户爱好的实用工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -72,7 +72,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/xz.html b/linux-command.docset/Contents/Resources/Documents/c/xz.html index cc496aff0e..fd41ab5325 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/xz.html +++ b/linux-command.docset/Contents/Resources/Documents/c/xz.html @@ -10,7 +10,7 @@ xz 命令,Linux xz 命令详解:POSIX 平台开发具有高压缩率的工具 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -113,7 +113,7 @@ test.txt.xz test.txt - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/yes.html b/linux-command.docset/Contents/Resources/Documents/c/yes.html index d12d790ba5..b749ca5c20 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/yes.html +++ b/linux-command.docset/Contents/Resources/Documents/c/yes.html @@ -10,7 +10,7 @@ yes 命令,Linux yes 命令详解:重复打印指定字符串 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ testline - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/ypdomainname.html b/linux-command.docset/Contents/Resources/Documents/c/ypdomainname.html index 1b52eec58f..a51a904d9e 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/ypdomainname.html +++ b/linux-command.docset/Contents/Resources/Documents/c/ypdomainname.html @@ -10,7 +10,7 @@ ypdomainname 命令,Linux ypdomainname 命令详解:显示主机的NIS的域名 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/yum.html b/linux-command.docset/Contents/Resources/Documents/c/yum.html index 925308e73e..7587ee2a2c 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/yum.html +++ b/linux-command.docset/Contents/Resources/Documents/c/yum.html @@ -10,7 +10,7 @@ yum 命令,Linux yum 命令详解:基于RPM的软件包管理器 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -142,7 +142,7 @@ yum groupinstall "Chinese Support" - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/zcat.html b/linux-command.docset/Contents/Resources/Documents/c/zcat.html index e57a1de9ec..31f52cb992 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/zcat.html +++ b/linux-command.docset/Contents/Resources/Documents/c/zcat.html @@ -10,7 +10,7 @@ zcat 命令,Linux zcat 命令详解:显示压缩包中文件的内容 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -78,7 +78,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/zfore.html b/linux-command.docset/Contents/Resources/Documents/c/zfore.html index 82563910bf..dc025864d8 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/zfore.html +++ b/linux-command.docset/Contents/Resources/Documents/c/zfore.html @@ -10,7 +10,7 @@ zfore 命令,Linux zfore 命令详解:强制为gzip格式的压缩文件添加.gz后缀 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -67,7 +67,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/zip.html b/linux-command.docset/Contents/Resources/Documents/c/zip.html index 7ff222a684..ea8319b5ec 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/zip.html +++ b/linux-command.docset/Contents/Resources/Documents/c/zip.html @@ -10,7 +10,7 @@ zip 命令,Linux zip 命令详解:可以用来解压缩文件 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -117,7 +117,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/zipinfo.html b/linux-command.docset/Contents/Resources/Documents/c/zipinfo.html index 2c12974757..86d51c19d1 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/zipinfo.html +++ b/linux-command.docset/Contents/Resources/Documents/c/zipinfo.html @@ -10,7 +10,7 @@ zipinfo 命令,Linux zipinfo 命令详解:用来列出压缩文件信息 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -79,7 +79,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/zipsplit.html b/linux-command.docset/Contents/Resources/Documents/c/zipsplit.html index ca91fe4a71..90b67b0755 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/zipsplit.html +++ b/linux-command.docset/Contents/Resources/Documents/c/zipsplit.html @@ -10,7 +10,7 @@ zipsplit 命令,Linux zipsplit 命令详解:将较大的zip压缩包分割成各个较小的压缩包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -70,7 +70,7 @@ - - + + \ No newline at end of file diff --git a/linux-command.docset/Contents/Resources/Documents/c/znew.html b/linux-command.docset/Contents/Resources/Documents/c/znew.html index 2766b01176..13c208b792 100644 --- a/linux-command.docset/Contents/Resources/Documents/c/znew.html +++ b/linux-command.docset/Contents/Resources/Documents/c/znew.html @@ -10,7 +10,7 @@ znew 命令,Linux znew 命令详解:将.Z压缩包重新转化为gzip命令压缩的.gz压缩包 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -73,7 +73,7 @@ - - + + \ No newline at end of file diff --git a/list.html b/list.html index 9457960934..838cac5e23 100644 --- a/list.html +++ b/list.html @@ -10,7 +10,7 @@ 搜索 命令,Linux 搜索 命令详解:最专业的Linux命令大全,命令搜索引擎,内容包含Linux命令手册、详解、学习,值得收藏的Linux命令速查手册。 - Linux 命令搜索引擎 - + logo Linux Command Logo. https://github.com/jaywcjlove @@ -61,7 +61,7 @@ - - + + \ No newline at end of file