chmod 권한 계산기
chmod Permission Calculator
| 읽기 (r/4) | Read (r/4) | 쓰기 (w/2) | Write (w/2) | 실행 (x/1) | Execute (x/1) | |
|---|---|---|---|---|---|---|
| 소유자 (Owner)Owner | ||||||
| 그룹 (Group)Group | ||||||
| 기타 (Other)Other |
모든 계산은 브라우저에서만 처리되며 서버로 전송·저장되지 않습니다.All calculations run entirely in your browser — never uploaded or stored.
chmod 권한 계산기란?
chmod 권한 계산기는 리눅스·유닉스 파일 권한을 체크박스와 8진수 두 방향으로 즉시 변환해주는 도구입니다. 체크박스를 누르면 8진수·상징 표기(rwxr-xr-x)·chmod 명령어가 실시간으로 갱신되며, 반대로 8진수를 입력해도 체크박스와 표기가 바로 반영됩니다.
8진수와 rwx 표기 설명
- 8진수 3자리: 소유자·그룹·기타 순서로 각 자리는 읽기(4)+쓰기(2)+실행(1)의 합입니다.
- 상징 표기: rwxr-xr-x처럼 3자리씩 소유자·그룹·기타 권한을 문자로 나타냅니다.
- 특수 권한: setuid(4000)·setgid(2000)·sticky bit(1000)를 켜면 4자리 8진수가 되고, 상징 표기의 실행 자리가 s/S 또는 t/T로 바뀝니다.
개인정보·처리 방식
모든 계산은 사용자의 브라우저 안에서만 이루어집니다. 입력·결과는 서버로 전송되거나 저장되지 않으며, ‘명령어 복사’ 버튼으로 클립보드에 담을 수 있습니다.
What is this tool?
The chmod permission calculator converts Linux/Unix file permissions between checkboxes and octal notation instantly. Toggle a checkbox and the octal value, symbolic notation (rwxr-xr-x), and chmod command update live — or type an octal value and the checkboxes update to match.
Octal and rwx notation
- 3-digit octal: owner, group, other in order; each digit is the sum of read(4) + write(2) + execute(1).
- Symbolic notation: shows owner/group/other permissions as letters, e.g. rwxr-xr-x.
- Special bits: enabling setuid(4000)/setgid(2000)/sticky bit(1000) adds a 4th octal digit and changes the execute slot to s/S or t/T in the symbolic notation.
Privacy & processing
Everything runs in your browser. Inputs and results are never uploaded or stored, and you can copy the command to your clipboard.