Monday, 7 November 2011

Changing File Permission in Clear Case

To change the file permission on elements in ClearCase:

$ cleartool protect -chmod 775 filename.txt

To change a recursive directory in ClearCase

$ cleartool protect -chmod 775 -r /vob/myproject

To change element owner:

$ cleartool protect -chown newuser filename.txt

Search for the "protect" command for cleartool for more info

No comments:

Post a Comment