Daniel  Ortega Ortega
Test por , creado hace más de 1 año

Test sobre tema 4 linux, creado por Daniel Ortega Ortega el 28/11/2016.

28
2
0
Daniel  Ortega Ortega
Creado por Daniel Ortega Ortega hace más de 7 años
Cerrar

tema 4 linux

Pregunta 1 de 18

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • opera

  • Virtual Terminal

  • Terminal window

  • firefox

Explicación

Pregunta 2 de 18

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • PATH

  • PS2

  • PS1

  • EXEC

Explicación

Pregunta 3 de 18

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • what

  • where

  • which

Explicación

Pregunta 4 de 18

1

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

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 5 de 18

1

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

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 6 de 18

1

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

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 7 de 18

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • The asterisk “*”

  • The question mark “?”

  • The dash character “-­“

  • The square brackets “[” and “]”

Explicación

Pregunta 8 de 18

1

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

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 9 de 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?

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 10 de 18

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • display

  • type

  • print

  • echo

Explicación

Pregunta 11 de 18

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • eval

  • history

  • list

  • exec

Explicación

Pregunta 12 de 18

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • &5

  • !­5

  • @­5

  • !5

Explicación

Pregunta 13 de 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?

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 14 de 18

1

The acronym CLI stands for:

Selecciona una o más de las siguientes respuestas posibles:

  • Command Line Interpreter

  • Computer Link Interpreter

  • Computer Line Interface

  • Command Line Interface

Explicación

Pregunta 15 de 18

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • LINUX

  • Kernel

  • GNU

  • shell

Explicación

Pregunta 16 de 18

1

The acronym GNU stands for:

Selecciona una o más de las siguientes respuestas posibles:

  • Gnu’s Not Unix

  • Good News 

  • Unix Gnu’s Nearly Unix

  • Go Next Unit

Explicación

Pregunta 17 de 18

1

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

Selecciona una o más de las siguientes respuestas posibles:

  • #

  • /

  • %

  • \

Explicación

Pregunta 18 de 18

1

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

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación