72
Chapter 7
Variables are simply strings in key-value pairs. Generally, each pair will
look like
KEY=value
. In cases where there are multiple values, they will look
like
KEY=value1:value2
. As with most things in Linux, if there are spaces in the
value, it needs to be contained in quotation marks. In Kali Linux, your envi-
ronment is your bash shell. Each user, including root, has a default set of
environment variables that determine how the system looks, acts, and feels.
You can change the values for these variables to make your system work
more efficiently, tailor your work environment to best meet your individual
needs, and potentially cover your tracks if you need to.