linux中的目录默认权限设置,在Linux中的目录下为新创建的文件和子目录设置默认权限?...

这篇博客介绍了如何在Solaris系统上通过setfacl命令来管理文件的ACL(访问控制列表),包括如何为不同用户和组设置权限,以及如何设定默认权限。操作过程中需要列出所有用户,并创建一个名为acl.lstand的文件来存储这些权限设置。
摘要由CSDN通过智能技术生成

It's ugly, but you can use the setfacl command to achieve exactly what you want.

On a Solaris machine, I have a file that contains the acls for users and groups. Unfortunately, you have to list all of the users (at least I couldn't find a way to make this work otherwise):

user::rwx

user:user_a:rwx

user:user_b:rwx

...

group::rwx

mask:rwx

other:r-x

default:user:user_a:rwx

default:user:user_b:rwx

....

default:group::rwx

default:user::rwx

default:mask:rwx

default:other:r-x

Name the file acl.lst and fill in your real user names instead of user_X.

You can now set those acls on your directory by issuing the following command:

setfacl -f acl.lst /your/dir/here

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值