小智 8
您只需要找到特定服务来自的包的名称 dpkg -S <Any file you know and think comes from that package which provided the service>
cat /var/lib/dpkg/info/<package>.conffiles
Run Code Online (Sandbox Code Playgroud)
这会有所帮助。
您打开所需命令或服务的手册页。iscsi的conf文件是iscsi.conf
我倾向于假设conf文件将包含{service/application}.conf。我使用的大多数应用程序都有类似的东西(MySQL 是例外;))