David Harton
Quiz von , erstellt am more than 1 year ago

Quiz am Linux Essentials Chapter 4 Exam, erstellt von David Harton am 08/06/2018.

417
0
0
Keine Merkmale angegeben
David Harton
Erstellt von David Harton vor etwa 6 Jahre
Schließen

Linux Essentials Chapter 4 Exam

Frage 1 von 18

1

Select all the applications that provide access to the Command Line Interface (CLI)?
(choose two)

Wähle eine oder mehr der folgenden:

  • opera

  • Virtual Terminal

  • Terminal window

  • firefox

Erklärung

Frage 2 von 18

1

Which environment variable contains a list of directories that is searched for commands to execute?

Wähle eine oder mehr der folgenden:

  • PATH

  • PS2

  • PS1

  • EXEC

Erklärung

Frage 3 von 18

1

Select the command that can report the location of a command:

Wähle eine oder mehr der folgenden:

  • what

  • where

  • which

Erklärung

Frage 4 von 18

1

A pair of single quotes ( ‘ ) will prevent the shell from interpreting any metacharacter.
True or False?

Wähle eine oder mehr der folgenden:

  • True

  • False

Erklärung

Frage 5 von 18

1

A pair of double quotes ( ” ) will prevent the shell from interpreting any metacharacter.
True or False?

Wähle eine oder mehr der folgenden:

  • True

  • False

Erklärung

Frage 6 von 18

1

Using a pair of back quotes ( ` ) will cause a shell to execute the back-quoted text as a command and substitute the output back into the original command.
True or False?

Wähle eine oder mehr der folgenden:

  • True

  • False

Erklärung

Frage 7 von 18

1

Which of the following are glob characters?
(choose three)

Wähle eine oder mehr der folgenden:

  • The asterisk “*”

  • The question mark “?”

  • The dash character “-“

  • The square brackets “[” and “]”

Erklärung

Frage 8 von 18

1

The semicolon “;” can be used to separate multiple commands to be executed in order.
True or False?

Wähle eine oder mehr der folgenden:

  • True

  • False

Erklärung

Frage 9 von 18

1

The double ampersand characters ( && ) are used to separate commands to be executed conditionally, where if the command to the left of the ampersands fails, then the command to the right of the ampersands will be executed.
True or False?

Wähle eine oder mehr der folgenden:

  • True

  • False

Erklärung

Frage 10 von 18

1

To be able to output messages to the screen, use the _______ command:

Wähle eine oder mehr der folgenden:

  • display

  • type

  • print

  • echo

Erklärung

Frage 11 von 18

1

The _______ command will print a list of the commands that you’ve previously executed.

Wähle eine oder mehr der folgenden:

  • eval

  • history

  • list

  • exec

Erklärung

Frage 12 von 18

1

To execute the same command as previously executed five commands ago, you would type:

Wähle eine oder mehr der folgenden:

  • &5

  • !-5

  • @-5

  • !5

Erklärung

Frage 13 von 18

1

The shell program interprets the commands you type into the terminal, into instructions that the Linux operating system can execute.
True or False?

Wähle eine oder mehr der folgenden:

  • True

  • False

Erklärung

Frage 14 von 18

1

The acronym CLI stands for:

Wähle eine oder mehr der folgenden:

  • Command Line Interpreter

  • Computer Link Interpreter

  • Computer Line Interface

  • Command Line Interface

Erklärung

Frage 15 von 18

1

Traditional UNIX command options used a single dash, like -a; _______ command options use two dashes like –all.

Wähle eine oder mehr der folgenden:

  • LINUX

  • Kernel

  • GNU

  • shell

Erklärung

Frage 16 von 18

1

The acronym GNU stands for:

Wähle eine oder mehr der folgenden:

  • Gnu’s Not Unix

  • Good News Unix

  • Gnu’s Nearly Unix

  • Go Next Unit

Erklärung

Frage 17 von 18

1

What one character treats the character that follows it as if it was surrounded by single quotes?

Wähle eine oder mehr der folgenden:

  • #

  • /

  • %

  • \

Erklärung

Frage 18 von 18

1

The main purpose of using glob characters is to be able to provide a command a list of filenames.
True or False?

Wähle eine oder mehr der folgenden:

  • True

  • False

Erklärung