Ubuntu – How to find configuration files

filesystem

I know that the /etc folder handles different configuration files, but how does one know where the configuration files of a service (iscsi target for example) are located ?

Best Answer

You open the manual page for the command or service you want it for. The conf file for iscsi is iscsi.conf

I tend to assume a conf file will have {service/application}.conf. Most applications I use have something like that (with MySQL as the exception ;) )