Linux+ - Chapter 1

Linux+ - Chapter 1

University

9 Qs

quiz-placeholder

Similar activities

ChromeBooks

ChromeBooks

University

11 Qs

WORD

WORD

University

10 Qs

Herramientas Digitales para la Educación

Herramientas Digitales para la Educación

University

10 Qs

Quiz sobre a História do Linux

Quiz sobre a História do Linux

University

10 Qs

Chapter 3 Exploring Linux Filesystems

Chapter 3 Exploring Linux Filesystems

11th Grade - University

10 Qs

Deep Linux 1.3

Deep Linux 1.3

University

5 Qs

MS Word Quiz | It Course

MS Word Quiz | It Course

University

10 Qs

Software Libre y Educación

Software Libre y Educación

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)

\

" "

' '

` `