brayhan gutierrez cespedes
Test por , creado hace más de 1 año

EDQDASDSADWAS

12
0
0
brayhan gutierrez cespedes
Creado por brayhan gutierrez cespedes hace más de 6 años
Cerrar

REAL 4 NO EL ANTERIOR FAKE

Pregunta 1 de 18

1

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

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

  • opera

  • Virtual Terminal

  • Terminal

  • 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 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 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.

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.

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 back-quoted text as a command and substitute the output back into the original command.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 7 de 18

1

Which of the following are glob characters?

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.

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.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 10 de 18

1

Selecciona la opción correcta del menú desplegable para completar el texto.

To be able to output messages to the screen, use the ( echo, display, type, print ) command:

Explicación

Pregunta 11 de 18

1

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

Arrastra y suelta para completar el texto.

    history
    eval
    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 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.

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 14 de 18

1

The acronym CLI stands for:

Selecciona una 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.

Arrastra y suelta para completar el texto.

    GNU
    LINUX
    Kernel
    shell

Explicación

Pregunta 16 de 18

1

The acronym GNU stands for:

Selecciona una 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

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

Selecciona uno de los siguientes:

  • VERDADERO
  • FALSO

Explicación

Pregunta 18 de 18

1

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

Selecciona una de las siguientes respuestas posibles:

  • #

  • /

  • %

  • \

Explicación