03.Linux常用命令-权限管理命令/文件搜索命令
作者:互联网
权限管理命令 chmod\chown\chgrp\umask
chmod
-
主要使用数字表示的方式
注意:能对一个文件有删除的前提条件是对其目录有w权限。chown
chgrp
umask
文件搜索命令 find\locate\which\whereis\grep
find
-
-name 按文件名查找
-
-size 按文件大小查找
-
-user\group 按所有者\所属组查找
-
…
locate
which
whereis
grep
标签:03,umask,chmod,命令,查找,Linux,权限,find 来源: https://blog.csdn.net/sfhfug/article/details/123050461