权限管理命令 chmod\chown\chgrp\umask
chmod

-
主要使用数字表示的方式
注意:能对一个文件有删除的前提条件是对其目录有w权限。chown

chgrp

umask

文件搜索命令 find\locate\which\whereis\grep
find

-
-name 按文件名查找
-
-size 按文件大小查找
-
-user\group 按所有者\所属组查找
-
…
locate

which

whereis

grep











