File1. A document or other collection of information stored on a disk and identified as a unit by a unique name. When you save a file, the disk may scatter the data among dozens or even hundreds of noncontiguous clusters. The file allocation table (FAT) is an index of the order in which those clusters are linked to equal a file. To the user, however files appear as units on disk directories and are retreived and copied as units. From QUECID 2. Determines file type using "magic" numbers File tests each argument in an attempt to classify it. There are three sets of tests, performed in this order: filesystem tests, magic number tests, and language tests. The first test that succeeds causes the file type to be printed. From Debian 3.0r0 APT 3. The file command is used to identify a file according to the type of data it contains. File can identify many different file types, including ELF binaries, system libraries, RPM packages, and different graphics formats. From Redhat 8.0 RPM 4. The file command is used to identify a particular file according to thetype of data contained by the file. File can identify many different file types, including ELF binaries, system libraries, RPM packages, and different graphics formats. You should install the file package, since the file command is such a useful utility. From Mandrake 9.0 RPM |