Mailing-List: contact cygwin-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin AT sources DOT redhat DOT com From: "Alex Malinovich" To: Subject: Undead hard link Date: Sat, 7 Jul 2001 11:34:00 -0500 Message-ID: <000101c10702$a40dee70$0800a8c0@TheLoveShack.local> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.2616 Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2462.0000 I inadvertantly made a hard link to emacs about an hour ago, and now it refuses to die. ln -f doesn't work, rm doesn't work, windows delete doesn't work. And there's no unlink anywhere in sight. I'm running cygwin under W2K on an NTFS partition. I had thought that the problem might be the file access settings, but access rights (under cygwin) are showing up as rwx for owner which would be me. Windows permissions list rwx for "Everyone". The link is named "edit" and it points to "/bin/emacs-20.7/bin/emacs.exe". I've tried: rm edit rm: cannot unlink `emacs.exe': Permission denied ln -f /bin/emacs-20.7/bin/emacs.exe edit rm: cannot unlink `emacs.exe': Permission denied and just about every other command I could think of. Any help would be GREATLY appreciated. p.s. Might as well toss this one in there as well. The whole reason I got into this mess was from trying to make a symlink to emacs so I can run it in the cygwin term window. emacs -nw works, but it forces the emacs window size to be equal to the size of the terminal window buffer (80 lines) while the window stays at only 25 lines. Any way to force emacs to start with an n line display? -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Bug reporting: http://cygwin.com/bugs.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/