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: cygwin not showing afp files since update


It looks like the program that created them is putting the T attribute
which means Temporary.
I don't think this used to hide them in cygwin but now it does.
Is this by design?  My coworker is using 32 bit Cygwin and is having
the same issue.

On Wed, May 2, 2018 at 4:57 PM, Joe Bowman wrote:
>
> # Since we updated to 2-10-0.1, something in cygwin makes some files
> hidden in some cases.
>
> # Just listing with the name works
> $ ls -n RSC0388_618C5.afp
> -rw-rw-rw-+ 1 1558598 1049089 198483 May  2 14:15 RSC0388_618C5.afp
> $ ls RSC0388_618C5.afp
> RSC0388_618C5.afp
>
> The filesystem globbing when using ls does not see the same file
> $ ls *.afp
> ls: cannot access '*.afp': No such file or directory
>
> # if I copy the file in cygwin the user name and domain are different
> and now I am allowed to see them
> $ cp RSC0388_618C5.afp my_RSC0388_618C5.afp
> $ ls -n *.afp
> -rw-rw-r--+ 1 544 1049089 198483 May  2 15:50 my_RSC0388_618C5.afp
>
> This was in 64 bit cygwin.  I installed an old 32 bit cygwin alongside
> and it sees the files.
>
> Please help.
>
>
> Regards,
>
> Joe Bowman | Lead Programmer, BCS App Dev | RR Donnelley
> franz _DOT_ j _DOT_ bowman _AT_ rrd _DOT_ com

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple


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