Problem in writting a shared file
hi,
I have written a program where i keep a log of certain system processes.
this program is executed by the many people when requied.
The log file is placed in a my home on unix system which gets mounted when the log is to be written.
Now when i'm executing the program the log file is updated. but if someone else executes it the log file does not get updated.
I have set permission of log file to 666.
Thanks for any help.

