在安装 Oracle Fabric Manager 软件后检查文件权限。使用以下过程检查Linux 或 Oracle Solaris 的文件权限。
创建包含以下行的 ~xsigo/.profile 文件:
umask 077
通过输入以下命令并验证输出是否为 077 来验证此配置文件是否已生效。
# su xsigo # umask 0077
以下 Linux 命令不应检索任何文件:
find /opt/xsigo/xms/ -perm -o=r find /opt/xsigo/xms/ -perm -o=w