Roberto Leon
Quiz por , criado more than 1 year ago

Quiz sobre Linux Final (1-20), criado por Roberto Leon em 25-05-2017.

55
0
0
Roberto Leon
Criado por Roberto Leon aproximadamente 7 anos atrás
Fechar

Linux Final (1-20)

Questão 1 de 20

1

1. One of the jobs of the kernel is to:

Selecione uma ou mais das seguintes:

  • • Manage the system’s resources

  • • Turn source code into machine code

  • • Load the operating system after the computer is turned on

  • • Transfer mail from one machine to another

Explicação

Questão 2 de 20

1

2. Unix is:

Selecione uma ou mais das seguintes:

  • • An operating system

  • • A type of hardware

  • • A trademark

  • • A distribution of Linux

  • • A text editor

Explicação

Questão 3 de 20

1

3. Linux is written in:

Selecione uma ou mais das seguintes:

  • • C

  • • .NET

  • • C++

  • • Java

  • • Perl

Explicação

Questão 4 de 20

1

4. Source code refers to:

Selecione uma ou mais das seguintes:

  • • The version of a program that the computer runs on the CPU

  • • The license that dictates how you may use and share the software

  • • The interface that software uses to talk to the kernel

  • • A human readable version of computer software

Explicação

Questão 5 de 20

1

5. What is the standard option to provide a command line program to view its documentation?

Selecione uma ou mais das seguintes:

  • • –info

  • • –doc

  • • –help

  • • -h

Explicação

Questão 6 de 20

1

6. The command man -k is the same as the command apropos.
True or False?

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 7 de 20

1

7. The whatis command is the same as man -w.

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 8 de 20

1

8. The directory where additional documentation for software packages most likely can be found is:

Selecione uma ou mais das seguintes:

  • • /var/lib/doc

  • • /usr/software/doc

  • • /usr/share/doc

  • • /var/share/doc

Explicação

Questão 9 de 20

1

9. Hidden files are files that begin with what character?

Selecione uma ou mais das seguintes:

  • • A plus (+)

  • • A dash (-)

  • • A period (.)

  • • An asterisk (*)

Explicação

Questão 10 de 20

1

10. What option for the ls command will display all files, including hidden files?

Selecione uma ou mais das seguintes:

  • • -w

  • • -H

  • • -L

  • • -a

Explicação

Questão 11 de 20

1

11. The top-level directory on a Linux system is represented as:

Selecione uma ou mais das seguintes:

  • • /

  • • /root

  • • /home

  • • C:

Explicação

Questão 12 de 20

1

12. Is the following path absolute or relative?
/etc/ppp

Selecione uma ou mais das seguintes:

  • • Relative

  • • Absolute

Explicação

Questão 13 de 20

1

13. Is the following path absolute or relative?
sysadmin/Documents

Selecione uma ou mais das seguintes:

  • • Relative

  • • Absolute

Explicação

Questão 14 de 20

1

14. Compression on a file works by:

Selecione uma ou mais das seguintes:

  • • Removing the high order bit from each byte

  • • Consolidating multiple files into one

  • • Removing redundant information

  • • Storing most of the data on removable media and just leaving a pointer

  • • Eliminating gaps within the file

Explicação

Questão 15 de 20

1

15. In general, for which of the following would you want to use lossless compression?

Selecione uma ou mais das seguintes:

  • • An mp3 audio file

  • • A movie

  • • A log file

  • • A JPEG image

  • • An encrypted email

Explicação

Questão 16 de 20

1

16. Lossy compression:
(choose three)

Selecione uma ou mais das seguintes:

  • • Is often used with documents

  • • Decompresses to an identical version as the original

  • • Sacrifices some quality

  • • Usually results better compression than lossless

  • • Is often used with images

Explicação

Questão 17 de 20

1

17. You type gzip myfile.tar. What happens?
(choose two)

Selecione uma ou mais das seguintes:

  • • myfile.tar.gz holds a compressed version of myfile.tar

  • • An error; you forgot to pass the name of the output file

  • • An error; you forgot to specify the file with –f

  • • myfile.tar is unarchived into the current directory

  • • myfile.tar is removed

Explicação

Questão 18 de 20

1

18. Error messages generated by commands are sent where by default?

Selecione uma ou mais das seguintes:

  • • STDIN

  • • Log files

  • • STDERR

  • • STDOUT

Explicação

Questão 19 de 20

1

19. A successful command will print output to STDOUT.
True or False?

Selecione uma das opções:

  • VERDADEIRO
  • FALSO

Explicação

Questão 20 de 20

1

20. Which of the following commands will direct error messages to the file, error.log?
(choose one)

Selecione uma ou mais das seguintes:

  • • ls /root > error.log

  • • ls /root >> error.log

  • • ls /root 2> error.log

  • • ls /root $> error.log

Explicação