cannot create <file>: permission denied

Santhosh K santhosh@synergy-infotech.com
Tue Aug 12 12:20:00 GMT 2003


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/



More information about the Cygwin mailing list