/etc/sysconfig/network-scripts/ifcfg-ens(redhat7)
/etc/sysconfig/network-scripts/eth
(redhat6)
拓展:安装的时候选择install,按下tab键,输入net.ifnames=0 biosdevname=0(redhat7中把ens变成eth)

2.dns解析文件
/etc/resolv.conf

3.host文件
/etc/hosts

4.开机自动挂载文件
/etc/fstab

5.系统启动方式文件
/etc/inittab

6.系统启动脚本文件
/etc/init.d

7.系统全局环境变量配置路径
/etc/profile

8.账号信息文件
/etc/passwd

9.执行sudo命令的配置文件
/etc/sudoers

10.日志文件
/etc/syslog.conf(redhat5.x)
/etc/rsyslog.conf(redhat6以后)