how to get owner of component using scm tools
Accepted answer
If you are using ver 4.0.5 and above take a look at 'scm help show attr' or 'scm help get attr' else 'scm help component propertylist' or 'scm help component propertyget'
scm show attr -C <component name.alias/uuid>
scm get attr -C <component name.alias/uuid> --ownedby
scm component propertylist <component name.alias/uuid>
scm component propertyget ownedby <component name.alias/uuid>