Chmod 계산기
권한 매트릭스, 특수 권한(setuid/setgid/sticky), 프리셋, 다양한 출력 형식이 있는 시각적 chmod 명령 빌더
모든 처리는 브라우저에서 이루어집니다. 데이터가 업로드되지 않습니다.
Chmod 계산기
권한 매트릭스, 특수 권한(setuid/setgid/sticky), 프리셋, 다양한 출력 형식이 있는 시각적 chmod 명령 빌더
🔒모든 처리는 브라우저에서 이루어집니다. 데이터가 업로드되지 않습니다.
8진수 입력
권한 매트릭스
읽기쓰기실행8진수
Owner (u) 7
Group (g) 5
Others (o) 5
특수 권한
사용자 ID 설정 (SUID) (4)실행 시 파일 소유자로 실행, 실행하는 사용자가 아님
그룹 ID 설정 (SGID) (2)파일 그룹으로 실행; 새 파일은 디렉토리 그룹을 상속
스티키 비트 (1)파일 소유자만 디렉토리 내 파일을 삭제/이름 변경 가능
결과
숫자 (8진수)
0755기호
rwxr-xr-xls -l 출력
-rwxr-xr-xchmod (숫자)
chmod 755 myfilechmod (기호)
chmod u=rwx,g=rx,o=rx myfile권한 상세 분석
OwnerGroupOthers
-rwxr-xr-x
일반 프리셋
755
Directories, executables
644
Regular files
777
Full access (caution)
600
Private files (SSH keys)
400
Read-only private
700
Private directory
664
Shared group files
775
Shared group directory
444
Read-only for all
666
Read-write for all
2755
Setgid directory
4755
Setuid executable
1777
Sticky bit (/tmp)
1755
Sticky + standard dir
