a11y.skipToMainContent
1

Chmod 계산기

소유자, 그룹 및 공공 권한을위한 토글 체크 박스는 즉시 팔 값, 상징적 표기 및 chmod 명령을 볼 수 있습니다.

---
ReadWriteExecuteValue
Owner7
Group6
Public5
Octal
755
Command
chmod 755 filename
rwxr-xr-x
Was this tool helpful?
Send output to:
Advertisement

How to use Chmod Calculator

  1. 읽거나, 쓰기 및 소유자, 그룹 및 공개를위한 실행 상자 확인.
  2. Octal 결과와 해당 chmod 명령을 읽으십시오.
  3. 클립보드에 chmod 명령을 복사하려면 복사 버튼을 클릭합니다.

Chmod 계산기은 무엇입니까?

Chmod (change mode)는 octal (base-8) 번호를 사용하여 파일 권한을 설정하는 Linux/유닉스 명령입니다. 각 숫자는 허가 세트를 통제합니다: 소유자, 그룹 및 다른 사람 (공유). 각 숫자는 읽기의 합계 (4), 쓰기 (2), 및 실행 (1). 예를 들어, 755는 소유자의 전체 액세스와 다른 모든 read+execute을 제공합니다.

이 대화 형 계산기는 시각적으로 toggle 권한을 부여하고 정확한 chmod 명령을 복사합니다. 개발자가 웹 서버 권한을 구성하는 데 이상적입니다. sysadmins는 파일 액세스를 설정하고 누구나 유닉스 권한을 학습합니다.

Advertisement

FAQ

팔 자리는 무엇을 의미합니까?
각 자리 (0-7)는 세 가지 권한 비트를 요약합니다. read=4, Write=2, Execute=1. 예를 들어, 7 = 4 + 2 + 1 (전체 액세스), 5 = 4 + 0 + 1 (읽기 + 급성), 6 = 4 + 2 + 0 (읽기 + 쓰기).
Chmod 755는 무엇을 의미합니까?
소유자는 read+write+execute (7)를 얻고, 그룹은 read+execute (5)를 얻고, 공중은 read+execute (5)를 얻습니다. 이것은 디렉토리 및 실행 파일에 대한 일반적인 권한입니다.
Chmod 644는 무엇을 의미합니까?
소유자는 read+write (6)를 얻고, 그룹은 read-only (4)를 얻고, Public은 read-only (4)를 얻습니다. 문서 및 이미지와 같은 일반 파일에 대한 표준 권한입니다.

Related tools

Author

MW
Marcus Webb"The DevTool Craftsman"

Full-Stack Developer & Tools Architect

Marcus has been writing code since the dial-up era. He has contributed to open-source developer tools, built CI/CD pipelines for startups, and debugged production incidents at 3 AM more times than he would like to admit. His philosophy is that the best developer tool is the one that gets out of your way, and he writes about practical tooling that helps teams ship faster with fewer headaches.

Advertisement