Parse UNIX file permissions
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation is used to interpret and analyze standard UNIX file permission strings (e.g., -rwxr-xr--
) and provide a detailed breakdown of the permissions, including their binary and octal representations. You can also enter the code formats to get the UNIX file permission strings.
These are the input/output expected data types for this operation:
- UNIX-style file permission strings or codes you want to analyze.
- Details of the provided UNIX file permission strings/codes.
Suppose you want to analyze a series of UNIX file permission strings in your input data:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Parse UNIX file permissions.
Give your Output field a name and click Save. The values in your input field will be decoded.
For example, for the following UNIX file permission string:
you'll get the following breakdown:
You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.