File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,12 +120,12 @@ Linux命令大全:[http://man.linuxde.net/](http://man.linuxde.net/)
120
120
- ** ` cd ..(或cd../) ` :** 切换到上一层目录
121
121
- ** ` cd / ` :** 切换到系统根目录
122
122
- ** ` cd ~ ` :** 切换到用户主目录
123
- - ** ` cd - ` :** 切换到上一个所在目录
123
+ - ** ` cd - ` :** 切换到上一个操作所在目录
124
124
125
125
### 4.2 目录的操作命令(增删改查)
126
126
127
127
1 . ** ` mkdir 目录名称 ` :** 增加目录
128
- 2 . ** ` ls或者ll ` ** (ll是ls -l的缩写,ll命令以看到该目录下的所有目录和文件的详细信息 ):查看目录信息
128
+ 2 . ** ` ls或者ll ` ** (ll是ls -l的别名,ll命令可以看到该目录下的所有目录和文件的详细信息 ):查看目录信息
129
129
3 . ** ` find 目录 参数 ` :** 寻找目录(查)
130
130
131
131
示例:
@@ -223,7 +223,7 @@ Linux中的打包文件一般是以.tar结尾的,压缩的命令一般是以.g
223
223
224
224
- d: 代表目录
225
225
- -: 代表文件
226
- - l: 代表链接 (可以认为是window中的快捷方式)
226
+ - l: 代表软链接 (可以认为是window
7CC2
中的快捷方式)
227
227
228
228
229
229
** Linux中权限分为以下几种:**
@@ -253,7 +253,7 @@ Linux中的打包文件一般是以.tar结尾的,压缩的命令一般是以.g
253
253
| x | 可以使用cd进入目录 |
254
254
255
255
256
-
256
+ ** 需要注意的是超级用户可以无视普通用户的权限,即使文件目录权限是000,依旧可以访问。 **
257
257
** 在linux中的每个用户必须属于一个组,不能独立于组外。在linux中每个文件有所有者、所在组、其它组的概念。**
258
258
259
259
- ** 所有者**
You can’t perform that action at this time.
0 commit comments