sh 重复更改媒体文件和文件夹权限/ ACL

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了sh 重复更改媒体文件和文件夹权限/ ACL相关的知识,希望对你有一定的参考价值。

#!/bin/bash
# Synopsis:  The concept is to allow for a Bash $Variable to quickly name Harddrives & Folders where you store your Media. After re-installation or changes to your OS. sometimes permissions and ownership can be modified the wrong way.

find $1 -type f print0 | xargs -0 chmod -Rc 644 # Change all files recusively to 644
find $1 -type d -print0 | xargs -0 chmod-Rc 755 # Change all directories recursively to 755
chown $USER -R $1 # Change ownership to current user

以上是关于sh 重复更改媒体文件和文件夹权限/ ACL的主要内容,如果未能解决你的问题,请参考以下文章

ugo,ACL,3s及隐藏权限

Linux特殊的文件控制权限FACL

kafka ACL常用权限操作

sh 使用xargs更改所有文件和文件夹的权限

linux文件权限管理与ACL作业

ACL权限和Chattr权限