Linux+ - Chapter 1

Linux+ - Chapter 1

University

9 Qs

quiz-placeholder

Similar activities

Technical Review - Software

Technical Review - Software

University

9 Qs

Software libre en las escuelas

Software libre en las escuelas

University

9 Qs

POWER POINT

POWER POINT

University

10 Qs

MIDTERM

MIDTERM

University

10 Qs

اللقاء الأول من دورة البوربوينت

اللقاء الأول من دورة البوربوينت

KG - University

10 Qs

PHOTOSHOP_8

PHOTOSHOP_8

University

10 Qs

Examen de Computación

Examen de Computación

University

10 Qs

Tehnoredactare

Tehnoredactare

University

9 Qs

Linux+ - Chapter 1

Linux+ - Chapter 1

Assessment

Quiz

Instructional Technology

University

Hard

Created by

Jose Ventura

Used 6+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which shell prompt does the root user receive?

$

>

%

#

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What term refers to the different “types” of Linux available that share the same kernel and libraries?

flavors

distributions

packages

systems

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed Linux from MINIX?

Richard Stallman

Dennis Richie

Ken Thompson

Linus Torvalds

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What terminal does the gdm run on?

tty6

tty1

tty2

tty4

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who developed the GNU Project and GPL that set the stage for open source software?

Richard Stallman

Dennis Richie

Ken Thompson

Linus Torvalds

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which command will run the “date” command and then the “whoami” command?

date, whoami

date; whoami

date & whoami

date - whoami

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which key combination will cancel a command?

CTRL+C

CTRL+Q

CTRL+X

CTRL+D

8.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which man page section refers to system calls?

1

3

8

2

9.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

Which character(s) may be used to protect shell metacharacters within a command? (Choose all that apply)

\

" "

' '

` `