This section explains how to use the 
qq fs_acl_explain_chmod command.Description
Explain how setting a POSIX mode would affect a file’s ACL
Usage
qq fs_acl_explain_chmod [-h] (--path PATH | --id ID) --mode MODE [-v] [--json]
Flags
| Flag Name | Required | Description | 
|---|---|---|
| --path | No | File or directory path | 
| --id | No | File or directory ID | 
| --mode | Yes | POSIX mode to hypothetically apply (e.g., 0744, rwxr--r--) | 
| -v | No | Print more information in output | 
| --json | No | Print JSON representation of POSIX mode derivation | 
