033 Environment Variables
033 Environment Variables
Variable Description
EDITOR Program to run to perform edits
HOME Home directory of the user.
LOGNAME The login name of the user.
MAIL The location of the user’s local inbox.
Common Environment Variables
Variable Description
OLDPWD The previous working directory.
PATH A list of directions to search for
commands.
PAGER Program used to paginate through
files.
Common Environment Variables
Variable Description
PS1 The primary prompt string.
PWD Present working directory.
USER The username of the current user.
Viewing Environment Variables
printenv - Print all or part of environment.