Linux+ - Chapter 1

Linux+ - Chapter 1

University

9 Qs

quiz-placeholder

Similar activities

Efectos de Photoshop - 2° Secundaria

Efectos de Photoshop - 2° Secundaria

5th Grade - University

10 Qs

Bài 13: Thực hành định dạng văn bản

Bài 13: Thực hành định dạng văn bản

5th Grade - University

10 Qs

LDAP Knowledge Quiz

LDAP Knowledge Quiz

University

11 Qs

EdTech Review ED810

EdTech Review ED810

University

10 Qs

Welcome to MA1022

Welcome to MA1022

University

10 Qs

Java Script Pro

Java Script Pro

3rd Grade - University

12 Qs

El teclado

El teclado

1st Grade - University

11 Qs

CÂU HỎI ÔN TẬP TASK MANAGER

CÂU HỎI ÔN TẬP TASK MANAGER

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)

\

" "

' '

` `