Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-owner AT sourceware DOT cygnus DOT com Delivered-To: mailing list cygwin AT sourceware DOT cygnus DOT com Message-ID: <19990430143752.22109.rocketmail@web118.yahoomail.com> Date: Fri, 30 Apr 1999 07:37:52 -0700 (PDT) From: Earnie Boyd Reply-To: earnie_boyd AT yahoo DOT com Subject: Re: tail -f locks To: Eugene Kanter Cc: cygwin AT sourceware DOT cygnus DOT com MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii --- Eugene Kanter wrote: --8<-- > Here is an example: > > bash window 1: bash window 2: > bash-2.02$ touch mappfile.out > bash-2.02$ tail -f mappfile.out bash $ cat > mappfile.out > line1 line1 > line2 line2 > ^C > bash $ rm mappfile.out > bash $ ls mappfile.out > ls: mappfile.out: No such file or > directory > bash $ cat > mappfile.out > bash: mappfile.out: Permission denied > > Is this enough for you to reproduce it? The rm of mappfile.out in the bash 2 window has not actually removed it yet as it is still open in the bash 1 window. Cygwin has marked it in a table to be removed when it gets closed but it's really not gone yet. You then try to create the file and the filesystem complains that it can't get rid of mappfile.out because another process has it open so you get the "Permission denied" error. This is a feature of the MS OSes. The only thing you can do in this case is to exit tail at which time cygwin will note the closure of the file and remove it. === "Earnie Boyd" CYGWIN RELATED HELP: DOCUMENTATION: DLLHELP: ARCHIVE SEARCH: OR _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- Want to unsubscribe from this list? Send a message to cygwin-unsubscribe AT sourceware DOT cygnus DOT com