문제

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