且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Clearcase-无法访问VOB-ls:读取目录-权限被拒绝

更新时间:2023-12-01 20:27:28

首先,这取决于您的配置规范(我假设 element */main/LATEST )

First, it depends on your config spec (I will assume element * /main/LATEST)

第二,您的问题提到 root @ VOB-Server :确保以视图所有者的身份进行 ls 测试: ccadmin.testvob-grp 代码>

Second, your question mentions root@VOB-Server: make sure to do the ls test as the view owner: ccadmin.testvob-grp

仍然是视图所有者,请执行 id -a 检查主要组(或其中一个辅助组)是否属于VOB组(VOB,不是视图)的一部分,这是正确的受保护的)

Still as the view owner, do a id -a to check if the primary group (or one of the secondary groups) is part of the VOB group (VOB, not view, which is correctly protected)

请参见" VOB的访问控制和" 关于VOB的组列表中的其他组"

您可以使用 cleartool describe 命令显示VOB的所有者,组和补充组列表.

You can use the cleartool describe command to display the owner, group, and supplemental group list for a VOB.

cleartool descr -l vob:/vobs/vobtag

使用VOB所有者的帐户/ID(ccadmin),我可以描述VOB.

Whereas with VOB Owner’s account/ID (ccadmin), I can able to describe the VOB.

这是预料之中的:只有将主要Vob组作为其组的一部分的用户才能访问Vob. root 在其组中没有 testvob-grp ( id -a )

That is expected: only user with the primary Vob group as part of their group would be able to access the Vob. root has not testvob-grp in its groups (id -a)