.CONF File Extension
Unix Configuration File
Developer | N/A |
Popularity |
3.9 | 216 Votes |
What is a CONF file?
A CONF file is a configuration or "config" file used on Unix and Linux based systems. It stores settings used to configure system processes and applications. CONF files are similar to .CFG files found on Windows and Macintosh systems.
More Information
Most users will not come across a CONF file unless they are looking to modify specific settings. If you need to open a CONF file, you can use TextMate in macOS or GNU Emacs in Linux.
Some examples of configuration files include rc.conf for the system startup, syslog.conf for system logging, smb.conf for the Samba server, and httpd.conf for the Apache Web server.
Common CONF Filenames
httpd.conf - The Apache HTTP Server configuration file containing "directives" that configure what features are enabled for the Web server. It is often located in the /etc/httpd/ directory on Unix-based systems.
Programs that open or reference CONF files
Generic Configuration File
Developer | N/A |
Popularity |
3.9 | 50 Votes |
Plain text configuration file used by various programs; may contain software parameters, user preferences, and other settings; typically is sectioned and marked up with application-specific keywords and values.
More Information
An example of a program that uses CONF files is Subversion, a version control system used by software developers.
NOTE: CONF files are similar to .CONFIG files.