July 2007
Beginner
347 pages
4h 40m
English
One of the things the CLI provides that you just can’t get with the GUI is the ability to pop the hood open and take a look underneath. Maybe even tweak a thing or two, if need be.
In this chapter, we’re going to take a look at the Bash shell environment, not only to see what’s there, but also to learn how to change it.
The shell in which your CLI resides has an environment of its own. It includes a lot of information used by the shell and by applications you run in it.
We’re talking about variables containing program names, arguments, and paths. To get a better idea of what sort of information the environment contains, type env at the command prompt and press Enter.
Here’s what the ...
Read now
Unlock full access