A file extension, or file name extension, is the letters immediately shown after the last period in a file name. For example, the file extension.txt has an extension of .txt. This extension allows the ...
Linux typically doesn't rely on file extensions; it gets a files type using "magic numbers" within the file itself. Linux apps, including GNOME Files, may still use extensions to determine file type.