当前目录下,给所有视频文件赋予 777 权限

当前目录下,给所有视频文件赋予 777 权限,可以使用以下命令:

find . -type f -name "*.mp4" -exec chmod 777 {} \;

你可能感兴趣的:(linux)