in reply to Re: Re: special directory entries
in thread special directory entries

If a malicious hacker creates a file (or directory) called ".\n" a monitoring script using /^\.\.$/ will lump it in with '.' and '..' and skip right over it.

-Blake