ACM-W linux workshop

ACM-W linux workshop

University

8 Qs

quiz-placeholder

Similar activities

Linux CLI

Linux CLI

University

11 Qs

C++ Faili (1)

C++ Faili (1)

University

12 Qs

TSSR - S04 - Bash

TSSR - S04 - Bash

University

13 Qs

DDP1 - Strings and Text Files

DDP1 - Strings and Text Files

University

6 Qs

Comandos do Terminal Linux

Comandos do Terminal Linux

4th Grade - Professional Development

10 Qs

Command Prompt Quiz

Command Prompt Quiz

University

10 Qs

IT 17 - Quiz 1

IT 17 - Quiz 1

University

10 Qs

C_Basic.c

C_Basic.c

University

13 Qs

ACM-W linux workshop

ACM-W linux workshop

Assessment

Quiz

Computers

University

Medium

Created by

ACM-W Account

Used 5+ times

FREE Resource

8 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you change to the parent directory

cd prev

cd .

cd ..

cd ~

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the flag -a do for ls?

Shows the file permission

Shows all executables

Shows all files

Shows file in human readable format

3.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How do you print the contents of a file in reverse?

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following successfully redirects Hello World to the file hello.txt?

echo "Hello World" > hello.txt

echo "Hello World" < hello.txt

echo "Hello World" | hello.txt

hello.txt > echo "Hello World"

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

How do you save your changes and exit vim?

:w

:q

:pq

:wq

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following options for grep makes the search ignore casing (case insensitive)?

-i

-a

-b

-e

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

How do you read the manual for the command cowsay

8.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Everything in linux is a ____