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 ?
Asked
Active
Viewed 2.9k times
2 Answers
4
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 ;) )
Rinzwind
- 309,379