Environment Variables Flashcards
BASH and SHELL
/bin/bash (shell)
CPU
The type of cpu installed on your system
DISPLAY
Where your x-windows commands sholdub e sent (video card monitor)
ENV
name of the file bash read to configure teh environment (defualt /etc/bash.bashrc)
EUID
The UID of the current user
HISTFILE
stores number of commands saved in command history file (default ~/.bash_history)
HISTSIZE
the amount of commands stored in history (default 1000)
HOME
path to current user’s home directory
HOST and HOSTNAME
what it says hostname of system
LOGNAME
stors username of current user
/var/spool/mail/username OR /var/mail/username
where the mail for the current user is
MANPTH
path to the systems ‘man’ program
OLDPWD
prior current directory
OSTYPE
the type of OS being run (Linux)
PATH
list of directorys to be searched when running a command prompt
PSI
stores variales used to create shell prompt