3 points
Linux mostly doesn’t use file extensions… It relies on “magic bytes” in the file.
Same with the web in general - it relies purely on MIME type (e.g. text/html
for HTML files) and doesn’t care about extensions at all.
1 point
“Magic bytes”? We just called them headers, back in my day (even if sometimes they are at the end of the file)
4 points
The library that handles it is literally called “libmagic”. I’d guess the phrase “magic bytes” comes from the programming concept of a magic number?
2 points