/etc
/etc/fstab -> hard disks mounted
/etc/inetd.conf -> telnet/ftp .... commented out, not secure
/etc/passwd -> usernames, groups, default shell
/etc/hosts -> 127.0.0.1 defined, local renames for other hosts
/etc/HOSTNAME -> HOSTNAME.DOMAIN name of computer
/etc/resolv.conf -> nameserver(s) look up IP addresses
/etc/services -> ssh, http ports enabled for tcp/udp protocols
/etc/rc.d
/etc/rc.d/rc.inet1 -> calls all other rc scripts... startup/shutdown
/etc/rc.d/rc.modules -> modules to load at startup
/etc/rc.d/rc.gpm -> console mouse
/etc/rc.d/rc.modules -> modules to load at startup
/etc/ssh
/etc/ssh/sshd_config -> ports for ssh to listen on (maybe telnet, http)
/etc/X11
/etc/X11/xorg.conf -> set 3 button mouse, other X specs
/var
/var/log
/var/log/debug -> startup debug (maybe problems) info, DHCP
/var/log/dmesg -> hda, ata, scsi, TCP info
/var/log/syslog -> most info: Console, scsi, hda, hug, Linux...
|