Commanding the Line

Commanding the Line

University

9 Qs

quiz-placeholder

Similar activities

Quiz Sistem Operasi

Quiz Sistem Operasi

University

10 Qs

CPaaS GitOps

CPaaS GitOps

University

10 Qs

S2: Introduction in Linux

S2: Introduction in Linux

University

11 Qs

Cricut Basics Review

Cricut Basics Review

University

12 Qs

Object Oriented Programming Quiz 2

Object Oriented Programming Quiz 2

University

10 Qs

Git & GitHub

Git & GitHub

University

10 Qs

Quis KSJ 2

Quis KSJ 2

University

10 Qs

Handling-Textfile

Handling-Textfile

University

7 Qs

Commanding the Line

Commanding the Line

Assessment

Quiz

Other

University

Medium

Created by

Lay Jones

Used 2+ times

FREE Resource

9 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

1 min • 5 pts

Media Image

What can you press to cancel or quit a terminal program that seems not to be responding?

Esc

Power Button

Command + Q

Control + C

2.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What is 'cd' short for?

Current directory

Create Directory

Climate Dysfunction

Change Directory

3.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

Which command should you use to search for a word across multiple files?

grep

ls

cat

delete

4.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

What is the tilde (~) symbol a shortcut for, when used on the command line?

Your username

The last command you typed

The address of the store from which you bought the computer

Your home directory

5.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

How do you browse through the history/log of commands you have typed on the command line?

grep

whoami

Up/Down arrows

google

6.

MULTIPLE SELECT QUESTION

1 min • 5 pts

Media Image

Which of the following commands will show you the contents of a text file?

less

ls

cat

pwd

7.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

How do you change directory to a folder two levels up?

cd ..

cd ../..

cd /

cd .

8.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

How can you open a file using the default native (graphical) OSX application?

top filename

ls

open ~

open filename

9.

MULTIPLE CHOICE QUESTION

1 min • 5 pts

Media Image

How can you avoid typing out a whole file or folder name on the command line?

Use Finder instead

pwd

ls filename

Press [tab] after typing the initial few letters of the name