Table of Contents

How to check Configuration Files in Linux




CentOS4, 5, 6

OS's Configuration Files

Files Change Note
/etc/sysconfig/network HOSTNAME=test-server
GATEWAY=192.168.10.1
/etc/sysconfig/network-scripts/ifcfg-* IPADDR=192.168.0.1
/etc/sysconfig/static-routes
/etc/resolv.conf search test.local
nameserver 192.168.0.5
/etc/ntp.conf server 192.168.0.5 iburst minpoll 6 maxpoll 10 prefer
/etc/ssh/sshd_config
/etc/hosts
/etc/fstab
/etc/yum.conf proxy=http://192.168.0.10:9999/
/home/USER/.ssh/authorized_keys
/etc/snmp/snmpd.conf

etc