Linux+ - Chapter 1

Linux+ - Chapter 1

University

9 Qs

quiz-placeholder

Similar activities

Examen de Computación

Examen de Computación

University

10 Qs

Funciones de las Teclas en un Teclado de Computadora

Funciones de las Teclas en un Teclado de Computadora

8th Grade - University

10 Qs

Тест Админ

Тест Админ

University

13 Qs

Guía de Computación 4° de primaria 1er bimestre

Guía de Computación 4° de primaria 1er bimestre

4th Grade - University

14 Qs

TG Quiz

TG Quiz

KG - Professional Development

13 Qs

Online Security_ETech

Online Security_ETech

11th Grade - University

14 Qs

Тест #Tucson 27.05

Тест #Tucson 27.05

University

12 Qs

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

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

KG - University

10 Qs

Linux+ - Chapter 1

Linux+ - Chapter 1

Assessment

Quiz

Instructional Technology

University

Practice Problem

Hard

Created by

Jose Ventura

Used 8+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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)

\

" "

' '

` `