linux 权限

Jacky Linux 2022-07-04 58
# 给目录/soft/赋予iot权限
chown -R iot /soft

# 给test这个目录赋予所有人可读可写可执行权限
chmod 777 test