CHMOD 755 与 750 权限集之间的差异 [英] Differences between CHMOD 755 vs 750 permissions set

查看:14
本文介绍了CHMOD 755 与 750 权限集之间的差异的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我有一些 755 的文件,我需要将它们更改为 750,但我不确定这是否会影响某些进程.

I have some files with 755 and I need to change them to 750, but I am not sure if this can affect some process.

我正在更改 JAR、XML、LOG 和属性文件.

I am changing JARs, XMLs, LOGs, and properties files.

有人可以向我解释这两个权限集之间的区别吗?

Can someone explain to me the difference between these two permission sets?

谢谢!

推荐答案

0755 = User:rwx Group:rx World:rx

0755 = User:rwx Group:r-x World:r-x

0750 = User:rwx Group:rx World:--- (即 World: no access)

0750 = User:rwx Group:r-x World:--- (i.e. World: no access)

r = read
w = write
x = execute (traverse for directories)

这篇关于CHMOD 755 与 750 权限集之间的差异的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆