unix-permissionsdev
Unix Permissions
Convert octal file modes (e.g. 755) to rwx string.
Inputs
Output
(no output yet)
Explanation
Quickly translate between octal permissions and readable rwx output.
Use it when you need a fast, offline conversion/validation step during development or debugging.
Related