在我的7模式netapp上使用fsecurity命令时,我遇到了一个问题:
netapp> fsecurity apply /vol/vol_C/.../security.conf -c
fsecurity: /vol/vol_C/.../security.conf (Line 2): Unable to parse the task.
fsecurity: /vol/vol_C/.../security.conf (Line 3): Unknown security type.
fsecurity: Unable to parse the definition file, quitting.
netapp> 以下是security.conf的内容:
cb56f6f4
1,0,"/vol/vol_C/.../test.txt",0,"D:P(A;CIOI;0x1f01ff;;;Everyone)"我的命令怎么了?我一直在跟踪文件。
发布于 2022-06-14 13:17:31
将文件从UTF-8转换为ANSI,并使用Windows回车(CRLF),并在security.conf文件的末尾添加空行解决了这个问题。
https://serverfault.com/questions/1103105
复制相似问题