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 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: