This commit is contained in:
nick 2018-05-19 15:00:16 +08:00
parent c44b44d6a9
commit d8d621a4d9
3 changed files with 14 additions and 13 deletions

View File

@ -5,7 +5,7 @@
3. 字符设备,符号为 `c`
4. 块设备,符号为 `b`
5. 套接字文件,符号为 `s`
6. 软链接文件,类似 ·Windows· 系统的快捷方式,删除了并不会影响源文件,符号为 `l`
6. 软链接文件,类似 `Windows` 系统的快捷方式,删除了并不会影响源文件,符号为 `l`
7. 管道文件,符号为 `p`
补充:常见的文件类型为 `-` `d` `l`
@ -26,7 +26,7 @@
- 其它人others
解读
#### 解读
```
-rw-rw-r-- 1 nick nick 0 May 12 16:05 demo.php

View File

@ -10,6 +10,7 @@ tar -cjvf filename.tar.bz2 test #打包test目录并使用gzip2压缩并显示
tar -xjvf filename.tar.bz2 #解压使用 gzip2 压缩并显示文件信息
```
补充:`-v` 为显示信息
#### zip 压缩命令,文件后缀.zip