Frage

Anyone know?

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

War es hilfreich?

Lösung

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

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

Lizenziert unter: CC-BY-SA mit Zuschreibung
Nicht verbunden mit StackOverflow
scroll top