- Many programs, including shells, read configuration files
Files which apply to only one user are stored in that user's home directory, usually as hidden files
- Use
ls -Ain your home directory to find them - Hidden files have names which start with
. - Often such files have names ending in
rc, for 'run commands', for example the Vim editor uses.vimrc
- Use
Sometimes whole directories of configuration information are present in a home directory, for example
.kdeand.gnome