a11y.skipToMainContent
1

Chmod Hesap

Sahibi, Grup ve Public permissions'ı anında octal değeri, sembolik notasyon ve chmod komutunu anında görmek için kontrol kutuları.

---
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. Okumayı kontrol edin veya kontrol edin, yazın ve Sahibi, Grup ve Kamu için kutular.
  2. Octal sonucu ve ilgili chmod komutunu okuyun.
  3. Chmod komutunu klip dolabınıza kopyalamak için Kopya düğmesine tıklayın.

What is Chmod Hesap?

Chmod (Değişme modu) bir Linux/Unix komutu, bir octal (base-8) numarası kullanarak dosya izinlerini ayarlar. Her bir sayısal bir izin setini kontrol eder: Sahibi, Grup ve Diğerleri (Kamu). Her bir dijital okuma miktarı (4), Yaz (2) ve Execute (1). Örneğin, 755 sahibine tam erişim sağlar ve diğer herkes+execute.

Bu interaktif hesaplayıcı, tam chmod komutunu görsel ve kopyalamanızı sağlar. Web sunucu izinlerini yapılandıran geliştiriciler için idealdir, dosya erişimi ayarlar ve herkes Unix izinlerini öğrenir.

Advertisement

FAQ

Kaktal basamaklar ne anlama geliyor?
Her sayısal (0-7) üç izni biraz tutar: Oku=4, Write=2, Execute=1. Örneğin, 7 = 4+2 + (tam erişim), 5 = 4+0+1 (read+execute), 6 = 4+2+0 (read+write).
Chmod 755 ne anlama geliyor?
Sahibi+ yazmak+execute (7), Grup okuma+execute (5) alır ve Public+execute (5) alır. Bu, yönetmenler ve executable dosyaları için ortak bir izindir.
Chmod 644 ne anlama geliyor?
Sahibi okuma+ yazma (6), Grup sadece okunuyor (4) ve Public sadece okunur (4). Bu, belgeleri ve görüntüler gibi düzenli dosyalar için standart izindir.

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