-
Book Overview & Buying
-
Table Of Contents
Linux Essentials - Second Edition
By :
Once you’ve opened a terminal or logged in using a text-mode tool, you should know how to use the shell. The Bash shell includes a few built-in commands, but much of what you’ll do in a shell involves running other programs. As described in the following sections, you can run text-mode and GUI programs. Sometimes you may want to run a program in the background and retain use of the shell for other purposes, which can be convenient in many situations.
Linux stores programs in several locations, including /bin, /usr/bin, and /usr/local/bin. (Programs that are used mainly by root appear in /sbin, /usr/sbin, and /usr/local/sbin as well.) If an executable program appears in one of these directories (which make up the path), you can run it simply by typing its name:
$ free
total used free shared buffers cached
Mem: 3798016 3759004 39012 0 24800 1117444
-/ + buffers/cache: 2616760...
Change the font size
Change margin width
Change background colour