Linux Environment Variables: export and .bashrc
• Shell variables exist only in the current shell, while environment variables (created with export) are inherited by child processes—understanding this distinction prevents configuration headaches.