Network configuration files
/etc : This directory contains most of the basic Linux system-configuration Files /etc/sysconfig : Contains important system configuration files that are created and maintained by various services (including iptables, samba, and most networking services) /etc/sysconfig/network : Network configuration file used by the system during the boot process. /etc/sysconfig/network-scripts : Configuration files that are run during boot process related to setting up of your network. /etc/xinetd.d : Contains a set of files, each of which defines a network service that the xinetd daemon listens for on a particular port. /etc/resolv.conf : Host name resolver configuration file. This configures Linux so that it ...