development tool

Linux file permission conversion

Convert the three-digit octal permission and the RWX symbol permission to each other.

Linux file permission conversion User manual

  1. Fill in the parameters or select the file according to the form, and check the unit and format first.
  2. 755 corresponds to RWXR-XR-X.
  3. Click the processing button to view the results, you can copy or download and save.

Calculation method and processing rules

According to the read of owner, user group, and other users 4, write 2, and perform 1 group conversion.

scope of use

Not dealing with special bits such as setuid, setgid, sticky, etc., does not represent the access control list or the actual system permissions.

Will permission results change files on the server?

No, only the format conversion is done here, and the server is not connected, and the chmod command is not executed. The result does not include special permission bits, ACL or container permissions and other restrictions.

Will the input content be saved on the server?

This tool handles input in the browser, and does not upload files or form content. Typing practice scores are only saved in the native browser.

Why may the result be different from other tools?

Not dealing with special bits such as setuid, setgid, sticky, etc., does not represent the access control list or the actual system permissions. Please compare the input unit, rounding method, applicable rules and data version first.