Table of Contents

Environment Variables

Share data with processes through named variables. Generally used for configuration, never for IPC.

Global configuration

/etc/environment: PAM (specifically pam_env) reads this and /etc/security/pam_env.conf

User configuration