Date: Thu, 27 Jul 2000 15:47:30 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Laurynas Biveinis cc: djgpp-workers AT delorie DOT com Subject: Re: Patch: lchown() In-Reply-To: <397FFFEF.7CE81083@softhome.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp-workers AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp-workers AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Thu, 27 Jul 2000, Laurynas Biveinis wrote: > > - It's usually best to test a file-related function on a variety of > > different file types: an ordinary file, a directory, a root > > directory (it's not a file on FAT filesystems), a character > > device, and a volume label. > > Why only character device? IIRC, DOS doesn't have any other devices that can be referenced by _chmod, except character devices. Block devices don't have names that you can use as if they were files.