Advanced Bash-Scripting HOWTO: A guide to shell scripting, using Bash | ||
---|---|---|
Prev | Chapter 3. Tutorial / Reference | Next |
/etc/profile
system-wide defaults (all shells, not just Bash)
$HOME/.bashrc
user-specific Bash init file, found in each user's home directory
These are the startup files for Bash. They contain the aliases and environmental variables made available to Bash running as a user shell and to all Bash scripts invoked after system initialization.