Term
|
Definition
| A variable that contains a list of directories that are searched for executable files when a user enters a command. |
|
|
Term
|
Definition
| The default shell that is used on Red Hat Enterprise Linux. |
|
|
Term
|
Definition
| A file that is created in the /dev directory and that is used to represent and interact with a device. |
|
|
Term
|
Definition
| The collection of settings that users or processes are using to do their work. |
|
|
Term
|
Definition
| A command that exists as a file on disk. |
|
|
Term
|
Definition
| A pointer that is used by a Linux process to refer to files that are in use by the process. |
|
|
Term
|
Definition
| A command that is a part of the shell and does not exist as a file on disk. |
|
|
Term
|
Definition
| The shell that is opened directly after a user has logged in. |
|
|
Term
|
Definition
| A structure that can be used to forward the output of one command to be used as input for another command. |
|
|
Term
|
Definition
| A command such as <, >, or | that allows you to tell programs and commands where to display their output |
|
|
Term
|
Definition
| The environment from which commands can be executed. |
|
|
Term
|
Definition
| The default location where a program sends error messages. |
|
|
Term
|
Definition
| The default location where a program gets its input. |
|
|
Term
|
Definition
| The default location where a program sends its regular output. |
|
|
Term
|
Definition
| A shell that is started from another shell. Typically, a subshell is started by running a shell script. |
|
|
Term
|
Definition
| A label that contains a specific value that can be changed dynamically. |
|
|