Handytool
डेवलपरमुफ़्तस्थानीय रूप से चलता है

Chmod Calculator

Chmod octal (755) के बीच convert करें, symbolic (rwxr-xr-x) और एक checkbox permission grid — सब sync रहते हैं, setuid/setgid/sticky bits के साथ।

Permissions
Owner
Group
Other
Special bits
Commandchmod 755 filename
Common presets

644 regular files के लिए, 755 directories और scripts के लिए, 600 private files के लिए।

सब कुछ आपके ब्राउजर में calculate होता है।

Chmod Calculator के बारे में

यह chmod calculator एक permission checkbox grid, octal number (जैसे 755), और symbolic string (जैसे rwxr-xr-x) को perfectly sync रखता है — कोई भी एक को edit करें और अन्य दोनों तुरंत update होते हैं। Owner, group, और other के लिए read, write, और execute को tick करें, special setuid, setgid, और sticky bits को toggle करें, या एक octal value को directly टाइप करें। यह ready-to-run chmod command को भी build करता है और common presets (644, 755, 600, 777) को plain explanations के साथ offer करता है।

Chmod Calculator की विशेषताएँ

  • 01

    तीन views, हमेशा sync

    Checkbox grid, octal digits, और symbolic rwx string एक ही permissions का तीन window हैं। एक को change करें और दूसरे follow करते हैं।

  • 02

    Special bits included

    setuid, setgid, और sticky bit first-class toggles हैं, और symbolic output उन्हें correctly दिखाता है s, S, t, या T के रूप में।

  • 03

    Command को copy करें

    Tool पूरे chmod command को assemble करता है और quick presets देता है जैसे 644 files के लिए और 755 directories के लिए।

Chmod Calculator अक्सर पूछे जाने वाले प्रश्न

chmod 777 का मतलब क्या है?
777 read, write, और execute को सभी को grant करता है — owner, group, और other। हर 7 होता है 4 (read) + 2 (write) + 1 (execute)। यह real files पर शायद ही कभी अच्छा है; 755 या 644 आमतौर पर वह है जो आप actually चाहते हैं।
chmod 755 और 644 में क्या अंतर है?
755 (rwxr-xr-x) owner को read, write, और execute करने देता है जबकि सभी दूसरे read और execute कर सकते हैं — directories और scripts के लिए standard। 644 (rw-r--r--) owner को read और write करने देता है जबकि दूसरे केवल read कर सकते हैं — regular files के लिए standard।
मैं symbolic permissions को octal में कैसे convert करूं?
Symbolic string (जैसे rwxr-xr-x) को symbolic field में टाइप करें और octal value तुरंत दिखाई देता है।
setuid, setgid, और sticky bit क्या हैं?
वह एक leading fourth octal digit हैं। setuid (4) एक file को उसके owner के रूप में run करता है, setgid (2) इसे group के रूप में run करता है, और sticky bit (1) — common /tmp पर — users को एक दूसरे की files को delete करने से रोकता है।
क्या यह calculator कुछ सर्वर को भेजता है?
नहीं। सभी conversion आपके ब्राउजर में plain arithmetic से होता है।

गाइड्स

लेख

संबंधित टूल

डेवलपर

अन्य टूल्स देखें

सभी टूल