This is the mail archive of the cygwin mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Prn lpt1 nul aux ...Win Xp


> Hi,
>> 
>> I have recognized that files named "aux", "lpt1", "nul", "prn" ... (old
DOS
>> devices) generated under Cygwin on a XP OS cannot be deleted anymore:
>> 
>> rm: cannot unlink `prn': Permission denied
>> 
>> Why? How to get rid of them?
>
>It's a bug in 1.5.10 that these files can be created.  That will be fixed
>in the next version.
>
>In the meantime, build the below source with
>
>  gcc ntdel.c -o ntdel -lntdll
>
>Let's say, the directory in which you created "nul" is C:\your\dir, then
>you should get rid of that file with
>
>  ntdel c:/your/dir/nul
>
>Corinna

Works fine. Thanks!

Ulrich

--
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/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]