Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我想设置一个目录
-rwx r-x r-x
使用八进制形式的 chmod
在 chmod 之后我应该在终端中输入什么?以及如何计算八进制形式的数字?
它是这样的:
rwx rwx rwx 421 421 421
所以你想要的是
rwx r-x r-x 421 4-1 4-1 7 5 5
所以你输入
chmod 755 nameofdirectory