brayhan gutierrez cespedes
Quiz por , criado more than 1 year ago

EDQDASDSADWAS

12
0
0
brayhan gutierrez cespedes
Criado por brayhan gutierrez cespedes mais de 6 anos atrás
Fechar

REAL 4 NO EL ANTERIOR FAKE

Questão 1 de 18

1

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

Selecione uma ou mais das seguintes:

  • opera

  • Virtual Terminal

  • Terminal

  • firefox

Explicação

Questão 2 de 18

1

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

Selecione uma das seguintes:

  • PATH

  • PS2

  • PS1

  • EXEC

Explicação

Questão 3 de 18

1

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

Selecione uma das seguintes:

  • what

  • where

  • which

Explicação

Questão 4 de 18

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 5 de 18

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 7 de 18

1

Which of the following are glob characters?

Selecione uma ou mais das seguintes:

  • The asterisk “*”

  • The question mark “?”

  • The dash character “-“

  • The square brackets “[” and “]”

Explicação

Questão 8 de 18

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 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.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 10 de 18

1

Selecione da lista do Menu para completar o texto.

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

Explicação

Questão 11 de 18

1

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

Arraste e solte para completar o texto.

    history
    eval
    list
    exec

Explicação

Questão 12 de 18

1

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

Selecione uma das seguintes:

  • &5

  • !-5

  • @-5

  • !5

Explicação

Questão 13 de 18

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 14 de 18

1

The acronym CLI stands for:

Selecione uma das seguintes:

  • Command Line Interpreter

  • Computer Link Interpreter

  • Computer Line Interface

  • Command Line Interface

Explicação

Questão 15 de 18

1

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

Arraste e solte para completar o texto.

    GNU
    LINUX
    Kernel
    shell

Explicação

Questão 16 de 18

1

The acronym GNU stands for:

Selecione uma das seguintes:

  • Gnu’s Not Unix

  • Good News Unix

  • Gnu’s Nearly Unix

  • Go Next Unit

Explicação

Questão 17 de 18

1

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

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 18 de 18

1

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

Selecione uma das seguintes:

  • #

  • /

  • %

  • \

Explicação