How to add file types for files

Source: Internet
Author: User

You can add recognizable file types by modifying/etc/magic.

/Etc/magic has four fields:

Offset data-type value File-type

  • Offset

    The offset in the file. The value starts from 0, indicating that the file starts to match.

  • Data-type

    Test type. strings are used for text comparison, offset is used for bytes, short is used for two bytes, and long is used for four bytes.

  • Value

    The value you want. If datea-type is a string comparison, it can be any string, which can include a Unix escape sequence. If it is a byte comparison, it must be a number.

  • File-type

    If the test is successful, the file will print the value.


How to add file types for files

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.