标签:权限 file 有用 size span 管理 color mod str
chmod
语法:
chmod [{ugoa} {+-=}] [文件或目录]
[mode=421] [文件或目录]
-R 递归修改
功能描述:改变文件或目录权限
权限说明:
r----4
w---2
x---1
rwxrw-r--
7 6 4
案例:
1.赋予文件test.txt所属组写权限
chmod g+w test.txt
2.修改目录testfile 及其目录下文件为所有用户具有全部权限
chmod -R 777 testfile
标签:权限 file 有用 size span 管理 color mod str
原文地址:https://www.cnblogs.com/healy/p/11408043.html