给用户P_user 赋予对文件夹有 wxr 的权限 实践

还是先看看 guide 吧:

1. set editor
export EDITOR=/usr/bin/vi

2. execute acledit
acledit  /data/cn
3. edit the access control list for that directory. It should be as follows:
*
* ACL_type AIXC
*
attributes:
base permissions
owner(psoft): rwx
group(psoft): rwx
others: rwx
extended permissions
enabled
permit rwx u:p_user

 

以上的操作就是对p_user 赋予了对文件夹: /data/cn 赋予了 rwx 的权限,可以使用实践一下。

 

你可能感兴趣的:(AIX,网络)