2.1 Flashcards

1
Q

A command line interface (CLI) or text user interface (TUI) to the Linux operating system.

A

linux shell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

A character or set of characters at the start of the command line that indicates that the shell is ready to receive commands.

A

shell prompt

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

An shell environment variable that contains the set of directories that are searched when you type an executable file at the shell prompt.

A

PATH enviorment variable

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

A shell feature that attempts to complete a command, file, or directory by pressing the Tab key after the first few characters of a command, file, or directory is typed at the shell prompt.

A

Tab complete

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

A shell feature that stores shell commands and displays them when you press the Up and Down arrow keys.

A

Command History

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

bourne shell

A

sh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

bourne again shell

A

bash

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

originally developed for bxd units, uses variation of c rpograming

A

cshell or csh

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

improved version of cshell

A

tsch

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

improved version of bash shell

A

z shell

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
11
Q

using echo $SHELL will return what

A

the current shell version it is

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
12
Q

switch shell using the following keys

A

tyoe the shell name

How well did you know this?
1
Not at all
2
3
4
5
Perfectly