Converting derived objects to view-private files

Using a standard command or program to modify a derived object in any way converts it from a DO to a view-private file.

For example, use the ls -long command to list a derived object:

% cleartool ls -long msg.o 
derived object (shared)     msg.o@@10-Mar.15:33.333

Modify the DO with a standard command:

% touch msg.o

The ls -long command now lists the file as a view-private object:

% cleartool ls -long msg.o 
view private object     msg.o