Anyone know?

1.What are the octal permissions of the directories /usr/lib ?

有帮助吗?

解决方案

stat -c "%a %n" /usr/lib
755 /usr/lib

So octal permissions of the directories /usr/lib is 755

许可以下: CC-BY-SA归因
不隶属于 StackOverflow
scroll top