![Linux 권한 8진수 표현](https://linux55.com/image/147738/Linux%20%EA%B6%8C%ED%95%9C%208%EC%A7%84%EC%88%98%20%ED%91%9C%ED%98%84.png)
Linux 파일 권한 명령의 8진수 표현을 알고 싶습니다.
-rwxr-xr-t
답변1
이 stat
명령은 다음을 처리해야 합니다.
stat -c "%a %n" /path/to/your/file
특정 파일 권한은 8진수로 표시됩니다.1755
Linux 파일 권한 명령의 8진수 표현을 알고 싶습니다.
-rwxr-xr-t
이 stat
명령은 다음을 처리해야 합니다.
stat -c "%a %n" /path/to/your/file
특정 파일 권한은 8진수로 표시됩니다.1755