Files Flashcards
/etc/fstab
Static information about filesystems.
/etc/hosts
Static information about host names.
/boot/vmlinuz
The Linux kernel file.
/dev/fd0
Device file for first floppy disk drive on the system.
/dev/hda
Device file for the first IDE hard drive on the system.
/dev/null
A dummy device which contains nothing. It can be used to make output go away.
/etc/aliases
Contains aliases used by sendmail and other mail transport agents. Whenever this file is changed newaliases must be run.
/etc/bashrc
Contains global defaults and aliases used by the bash shell.
/etc/crontab
A parent shell script to run commands periodically. It invokes hourly, daily, weekly, and monthly scripts.
/etc/exports
Contains a list of filesystems which may be made available to other systems on the network via NFS.
/etc/group
Holds information regarding security group definitions.
/etc/grub.conf
The grub boot loader configuration file.
/etc/hosts
Contains host names and their corresponding IP addresses used for name resolution whenever a DNS server is unavailable.
/etc/hosts.allow
Contains a list of hosts allowed to access services on this computer.
/etc/hosts.deny
Contains a list of hosts forbidden to access services on this computer.
/etc/inittab
Describes how the INIT process should set up the system in various runlevels.