質問

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