Вопрос

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