root 5 years ago
parent 8b73aed1f7
commit d04bb3faf9

@ -40,4 +40,3 @@
-f protocol 指定SSL/TLS协议(SSL3, TLS1, TLS1.1, TLS1.2 or ALL)
```

@ -18,5 +18,3 @@ apt-key add keyname # 把下载的key添加到本地trusted数据库中
apt-key del keyname # 从本地trusted数据库删除key
apt-key update # 更新本地trusted数据库删除过期没用的key
```

@ -23,5 +23,3 @@ apt-sortpkgs(选项)(参数)
### 参数
文件指定要排序的包含debian包信息的索引文件

@ -30,4 +30,3 @@ aptitude show pkgname # 显示包的详细信息
aptitude clean # 删除下载的包文件
aptitude autoclean # 仅删除过期的包文件
```

@ -82,7 +82,7 @@ a - c.c
a - d.c
```
显示打包文件的内
显示打包文件的内
```
[root@localhost ~]# ar t two.bak
@ -99,6 +99,3 @@ d.c
[root@localhost ~]# ar t two.bak
d.c
```

@ -10,5 +10,3 @@ arch命令输出结果有:i386、i486、i586、alpha、sparc、arm、m68k、mips
```bash
arch # 64位输出x86_64
```

@ -25,5 +25,3 @@
```bash
```

@ -9,7 +9,7 @@
```markdown
Usage: atop [-flags] [interval [samples]]
or
or
Usage: atop -w file [-S] [-a] [interval [samples]]
atop -r [file] [-b hh:mm] [-e hh:mm] [-flags]

@ -954,5 +954,3 @@ awk '!(NR%2)' file
awk '!(i=!i)' file
```

@ -37,6 +37,3 @@ apt-get install axel # Debian/Ubuntu
axel -n 10 -o /tmp/ http://www.jsdig.com/lnmp.tar.gz # 默认支持断点续传下载lnmp安装包指定10个线程并存到/tmp/
```

@ -23,4 +23,3 @@ basename include/stdio.h .h # 输出 "stdio"
basename -s .h include/stdio.h # 输出 "stdio"
basename -a any/str1 any/str2 # 输出 "str1" followed by "str2"
```

@ -25,6 +25,3 @@ groupmod -n cisco web # 将组名web改成cisco
groupmod -g 9999 web # 创建web组的同时指定gid为9999
```

@ -45,5 +45,3 @@ grpck: the files have been updated //这时已经删除了错误的行,提示
**cat /etc/group | grep check_user //没有查到,已经删除了。**
```

@ -35,5 +35,3 @@ cdy:123456:: //已经移到影子文件了
```
gshadow, shadow只有root权限才可以查看

@ -35,5 +35,3 @@ cat: /etc/gshadow: 没有那个文件或目录
cat /etc/group | grep cdy
cdy:123456:1000:
```

@ -15,6 +15,3 @@
-K 当“.Z”文件比“.gz”文件小时保留“.Z”文件; implies -t
```

Loading…
Cancel
Save