mirror of
https://git.linuxfromscratch.org/lfs.git
synced 2025-01-19 13:37:39 +00:00
bd2c88c9d1
git-svn-id: http://svn.linuxfromscratch.org/LFS/trunk/BOOK@2982 4aa44e1e-78dd-0310-a6d2-fbcd4c07a689
14 lines
449 B
XML
14 lines
449 B
XML
<sect2><title> </title><para> </para></sect2>
|
|
|
|
<sect2><title>Short description</title>
|
|
|
|
<para><command>file</command> tries to classify each given file. It does
|
|
this by performing several tests: filesystem tests, magic number tests, and
|
|
language tests. The first test that succeeds determines the result.</para>
|
|
|
|
<para><command>libmagic</command> contains routines for magic number
|
|
recognition, used by the file program.</para>
|
|
|
|
</sect2>
|
|
|