> Does anyone know what causes the system to stop and ask for an overwrite
> when you try to compile a program?

It looks like the program was previously compiled by somebody else, who 
became the owner of the object file.  While you have permission to write 
to the directory, allowing you to add or delete files, you're about to 
delete a file that's owned by somebody else, and it's confirming that's 
what you want to do.  To avoid this, you could have your login ID added to 
the same group as the primary group other person, so you could both 
compile programs without getting the error.

Tim Snyder
Consulting I/T Specialist
U2 Lab Services
Information Management, IBM Software Group
-------
u2-users mailing list
u2-users@listserver.u2ug.org
To unsubscribe please visit http://listserver.u2ug.org/

Reply via email to