Linux Environment Variables
Introduction to Linux Environment Variables
Types of Environment Variables in Linux
1. System-Wide Environment Variables
2. User-Specific Environment Variables
3. Shell Variables
Commonly Used Linux Environment Variables
How to View Environment Variables in Linux
1. Using the printenv Command
printenv Command2. Using the env Command
env Command3. Using the set Command
set CommandHow to Set and Export Environment Variables in Linux
1. Temporarily Setting an Environment Variable
2. Permanently Setting an Environment Variable
How to Unset Environment Variables
Working with Environment Variables in Scripts
Security Considerations for Environment Variables
Interesting variables for hacking
HISTFILESIZE
HISTSIZE
http_proxy & https_proxy
SSL_CERT_FILE & SSL_CERT_DIR
Last updated