Computer Programming Software Terms, Glossary and Dictionary

Config Files: Configuration Files

In computing, configuration files (config files) are used to configure the initial settings for some computer programs. They are used for user applications, server processes and operating system settings. The files are often written in ASCII (rarely UTF-8) and line-oriented, with lines terminated by a newline or carriage return/line feed pair, depending on the operating system. They may be considered a simple database.



Related Terms:

Config Files: Configuration Files