Octal to Decimal
Convert octal numbers to decimal format.
When to use this tool
Converts Unix permission octals to the numeric values used in chmod and file system operations. Needed when interpreting file mode values from stat output or ls -l listings. Useful for developers maintaining scripts that manipulate file permissions programmatically.
How to use
Input an octal number (digits 0-7 only). The decimal value will be calculated and displayed.