Chmod Calculator
Convert between symbolic and numeric Unix file permissions with a visual chmod calculator.
About This Tool
The Chmod Calculator helps you understand and convert Unix/Linux file permissions between symbolic notation (rwxr-xr--) and numeric octal notation (754). Toggle individual read, write, and execute permissions for owner, group, and others using an intuitive visual interface, and see both representations update in real time.
File permissions are fundamental to Unix/Linux system security, controlling who can read, write, and execute files and directories. Getting permissions wrong can create security vulnerabilities or break application functionality. This tool removes the mental math of converting between the two notation systems.
The calculator also explains what each permission combination means in plain English, shows common permission presets (644 for files, 755 for directories and scripts, 600 for private keys), and generates the complete chmod command ready to copy and paste into your terminal. It covers special permissions including setuid, setgid, and the sticky bit.
Frequently Asked Questions
Related Tools
Cron Expression Parser
Parse cron expressions into human-readable descriptions and preview the next scheduled run times.
Developer ToolsHash Generator
Generate MD5, SHA-1, SHA-256, and SHA-512 hashes from text input using the Web Crypto API.
Developer ToolsRegex Tester
Test regular expressions with real-time match highlighting, group capture display, and a pattern library.
Developer ToolsUnix Timestamp Converter
Convert Unix timestamps to human-readable dates and dates back to Unix timestamps instantly.
Developer Tools