Symbolic
-rwxr-xr-x
Octal
0755
Encoding & Decoding
Convert between octal Unix file modes (such as 0755) and symbolic forms from ls -l (such as -rwxr-xr-x), including multi-line lists. Useful for scripting and reviewing permission dumps locally in the browser.
Favorite this tool
No favorite storage mode has been selected.
Quick actions
Copy this tool URL or open the system share sheet on a supported device.
编码加解码
状态:等待输入
支持 755、0644、4755 和 -rwxr-xr-x、drwxr-xr-x、-rwsr-xr-x 等标准写法;非法行会标为 INVALID。
Symbolic
-rwxr-xr-x
Octal
0755
Lines that are not standard 3/4-digit octal or rwx symbolic forms are marked INVALID so you can spot them quickly.
Leading type markers such as d or - are tolerated for common ls -l forms when converting symbolic modes to octal.
Tools
Continue with another translated tool for a nearby task.
Chmod Calculator
Toggle read, write, and execute bits to convert between octal and symbolic chmod formats, with example commands for scripts, directories, and recursive changes.