Linux常用命令
权限管理命令
1:chmod————管理权限
chmod u+r,o+w /tmp/canglaoshi.txt
chmod u=w+r,g=r,o=x /tmp/canglaoshi.txt
# r=4 w=2 x=1
chmod 712 /tmp/canglaoshi.txt
Linux常用命令
权限管理命令
1:chmod————管理权限
chmod u+r,o+w /tmp/canglaoshi.txt
chmod u=w+r,g=r,o=x /tmp/canglaoshi.txt
# r=4 w=2 x=1
chmod 712 /tmp/canglaoshi.txt