This is the mail archive of the
cygwin@cygwin.com
mailing list for the Cygwin project.
cannot create <file>: permission denied
Hello,
Following error occurs when i do an echo on <file>
cannot create <file>: permission denied
Deatils :
The same file is being opened and appended by other process also but not =
simultaneously. This problem usually occurs after the size of file is =
more than 20 Kb.
Eg :
while(1)
{
echo "
" >> file
FileAppend
}
Here FileAppend is an executable which opens the same file in append =
mode writes some data and closes the file.
Cygwin version : 20
OS : Windows 2000
Regards,
Santhosh K
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Problem reports: http://cygwin.com/problems.html
Documentation: http://cygwin.com/docs.html
FAQ: http://cygwin.com/faq/