- 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 -A
in 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
.kde
and.gnome