Term
| What is a special program used as an interface between the user and the heart of the UNIX/Linux operating system? |
|
Definition
|
|
Term
| What are the three prominent and supported shells on most UNIX systems? |
|
Definition
- Bourne shell (AT&T) - C shell (Berkeley) - Korn shell (superset of Bourne shell) |
|
|
Term
| What is ultimately responsible for making sure that any commands typed at the prompt get executed properly? |
|
Definition
|
|
Term
| What is a program in execution and can be identified by its unique PID number? |
|
Definition
|
|
Term
| What command with its manu options displays a list of the processes currently running in a number of formats? |
|
Definition
|
|
Term
| What command displays all processes as a tree with its root being the first process that runs? |
|
Definition
|
|
Term
| What is a request for kernel services and is the only way a process can access the system's hardware? |
|
Definition
|
|
Term
| How is a process created in UNIX? |
|
Definition
| with the fork system call |
|
|
Term
| A new program can terminate at any time by executing what? |
|
Definition
|
|
Term
| A process can be terminated by using keystroke-generated signals like Ctrl-C or Ctrl-\, or by using what? |
|
Definition
|
|
Term
| What command changes permissions on files and directories? |
|
Definition
|
|
Term
| A total of how many bits constitutes the permissions on a file? |
|
Definition
|
|
Term
| What command changes the owner and group on files and directories? |
|
Definition
|
|
Term
| What command is used to change the working directory? |
|
Definition
|
|
Term
| The shell can define what two types of variables? |
|
Definition
|
|
Term
| What allows processes to communicate with each other? |
|
Definition
|
|
Term
| There are some characters thta are evaluated by the shell in a special way. They are known as what? |
|
Definition
|
|
Term
| What are descriptive material perced by a # sign? They are not executable commands. |
|
Definition
|
|
Term
| To print output to the screen what command is used? |
|
Definition
|
|
Term
| What is a list of words separated by whitespace? |
|
Definition
|
|
Term
| UNIX/Linux systems come with which two types of user accounts? |
|
Definition
|
|
Term
| The superuser account in UNIX/Linux is more commonly known as what? |
|
Definition
|
|
Term
| Which command allows you to become another user without logging off? |
|
Definition
|
|
Term
| What is the first process the kernel creates which is the parent of all processes, with a PID number of 1? |
|
Definition
|
|
Term
| What is a process that runs in the background and performs one or more tasks on a user's behalf? |
|
Definition
|
|
Term
| Which command encrypts and decrypts the contents of a file? |
|
Definition
|
|
Term
| Which command compares two files for differences? |
|
Definition
|
|
Term
| Which command displays informtion about local and remote users? |
|
Definition
|
|
Term
| Which command sends output to a printer? |
|
Definition
|
|
Term
| Which command lists contents of directory? |
|
Definition
|
|
Term
| Which command creates a directory? |
|
Definition
|
|
Term
| Which command browses or pages through a text file? |
|
Definition
|
|
Term
| Which command moves or renames files? |
|
Definition
|
|
Term
| Which command runs a command at low priority? |
|
Definition
|
|
Term
| Which command makes commands immune to hangups and quits? |
|
Definition
|
|
Term
| Which command changes the login password and password attributes? |
|
Definition
|
|
Term
| Which command displays files one page at a time? |
|
Definition
|
|
Term
| Which command displays the present working directory name? |
|
Definition
|
|
Term
| Which command removes files from directories? |
|
Definition
|
|
Term
| Which command removes a directroy? |
|
Definition
|
|
Term
| Which command stores and retrieves files from an archive file, normally a tape device? |
|
Definition
|
|
Term
| Which command displays top CPU processes? |
|
Definition
|
|
Term
| Which command displays who is logged on the system? |
|
Definition
|
|
Term
| Which command compares two files? |
|
Definition
|
|
Term
| Which command compresses or expands files? |
|
Definition
|
|
Term
| Which command prints group membership of user? |
|
Definition
|
|
Term
| Which command executes commands at a later time? |
|
Definition
|
|
Term
| Which command converts a file while copying it? |
|
Definition
|
|
Term
| Which command reads one line at a time? |
|
Definition
|
|