logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

extmap.conf — Configuration file used by afpd to specify file name extension mappings

Author

Contributors to the Netatalk Project (https://netatalk.io/contributors) Netatalk 4.2.3 EXTMAP.CONF(5)

Description

extmap.conf is the configuration file used by afpd to specify file name extension mappings. The configuration lines are composed like: .extension [ type [ creator ] ] Any line beginning with a hash (“#”) character is ignored. The leading-dot lines specify file name extension mappings. The extension ‘.’ sets the default creator and type for otherwise untyped Unix files.

Examples

Example:Extensionisjpg,typeis“JPEG”,creatoris“ogle” .jpg "JPEG" "ogle" Example:Extensionislzh,typeis“LHA”,creatorisnotdefined .lzh "LHA"

Name

extmap.conf — Configuration file used by afpd to specify file name extension mappings

See Also

afp.conf(5), afpd(8)

See Also