Are Unix mode bits changeable from the volume with NTFS security style?
- Views:
- 1,115
- Visibility:
- Public
- Votes:
- 0
- Category:
- fas-systems
- Specialty:
- nas
- Last Updated:
- 12/29/2022, 8:32:14 AM
Applies to
NTFS security style
Answer
No. Unix mode bit(-unix-permissions) is only changeable from the volume with UNIX security style or MIXED security style(Effectiy style must be UNIX).
Example:
cluster::*> vol modify -volume vol1 -unix-permissions 770
Error: command failed: You cannot set UNIX permissions for "ntfs" security style. You can set UNIX permissions only for "unix" and "mixed" security styles.
Additional Information
N/A