Roberto Leon
Quiz von , erstellt am more than 1 year ago

Quiz am Linux Final (1-20), erstellt von Roberto Leon am 25/05/2017.

55
0
0
Roberto Leon
Erstellt von Roberto Leon vor etwa 7 Jahre
Schließen

Linux Final (1-20)

Frage 1 von 20

1

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

Wähle eine oder mehr der folgenden:

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

Erklärung

Frage 2 von 20

1

2. Unix is:

Wähle eine oder mehr der folgenden:

  • • An operating system

  • • A type of hardware

  • • A trademark

  • • A distribution of Linux

  • • A text editor

Erklärung

Frage 3 von 20

1

3. Linux is written in:

Wähle eine oder mehr der folgenden:

  • • C

  • • .NET

  • • C++

  • • Java

  • • Perl

Erklärung

Frage 4 von 20

1

4. Source code refers to:

Wähle eine oder mehr der folgenden:

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

Erklärung

Frage 5 von 20

1

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

Wähle eine oder mehr der folgenden:

  • • –info

  • • –doc

  • • –help

  • • -h

Erklärung

Frage 6 von 20

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 7 von 20

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 8 von 20

1

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

Wähle eine oder mehr der folgenden:

  • • /var/lib/doc

  • • /usr/software/doc

  • • /usr/share/doc

  • • /var/share/doc

Erklärung

Frage 9 von 20

1

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

Wähle eine oder mehr der folgenden:

  • • A plus (+)

  • • A dash (-)

  • • A period (.)

  • • An asterisk (*)

Erklärung

Frage 10 von 20

1

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

Wähle eine oder mehr der folgenden:

  • • -w

  • • -H

  • • -L

  • • -a

Erklärung

Frage 11 von 20

1

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

Wähle eine oder mehr der folgenden:

  • • /

  • • /root

  • • /home

  • • C:

Erklärung

Frage 12 von 20

1

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

Wähle eine oder mehr der folgenden:

  • • Relative

  • • Absolute

Erklärung

Frage 13 von 20

1

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

Wähle eine oder mehr der folgenden:

  • • Relative

  • • Absolute

Erklärung

Frage 14 von 20

1

14. Compression on a file works by:

Wähle eine oder mehr der folgenden:

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

Erklärung

Frage 15 von 20

1

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

Wähle eine oder mehr der folgenden:

  • • An mp3 audio file

  • • A movie

  • • A log file

  • • A JPEG image

  • • An encrypted email

Erklärung

Frage 16 von 20

1

16. Lossy compression:
(choose three)

Wähle eine oder mehr der folgenden:

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

Erklärung

Frage 17 von 20

1

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

Wähle eine oder mehr der folgenden:

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

Erklärung

Frage 18 von 20

1

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

Wähle eine oder mehr der folgenden:

  • • STDIN

  • • Log files

  • • STDERR

  • • STDOUT

Erklärung

Frage 19 von 20

1

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

Wähle eins der folgenden:

  • WAHR
  • FALSCH

Erklärung

Frage 20 von 20

1

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

Wähle eine oder mehr der folgenden:

  • • ls /root > error.log

  • • ls /root >> error.log

  • • ls /root 2> error.log

  • • ls /root $> error.log

Erklärung