linux-ch5

linux-ch5

12th Grade

16 Qs

quiz-placeholder

Similar activities

Economic Systems Exam Review

Economic Systems Exam Review

9th - 12th Grade

20 Qs

Java Script Pro

Java Script Pro

3rd Grade - University

12 Qs

Word Lesson 2

Word Lesson 2

KG - University

18 Qs

Camera Parts and Aperture

Camera Parts and Aperture

9th - 12th Grade

20 Qs

Intro to JavaScript

Intro to JavaScript

9th - 12th Grade

20 Qs

Folktro och skrock

Folktro och skrock

7th Grade - University

13 Qs

Videogames

Videogames

KG - Professional Development

11 Qs

Asas JavaScript

Asas JavaScript

1st Grade - University

18 Qs

linux-ch5

linux-ch5

Assessment

Quiz

Other

12th Grade

Medium

Created by

Sondos Alsafy

Used 3+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which of the following symbols is used to redirect the output of a command to a file in Linux?

>

<

>>

|

2.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which symbol is used to append output to an existing file in Linux?

>

<

>>

|

3.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

What is the correct way to redirect the input of a command from a file in Linux?

command < file

command > file

command >> file

command | file

4.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which symbol is used for piping in Linux to pass the output of one command as the input to another?

|

>

<

&

5.

MULTIPLE CHOICE QUESTION

20 sec • 5 pts

Which of the following is the correct syntax to list the files in a directory and search for a specific pattern using piping in Linux?

ls | grep pattern

ls > grep pattern

grep ls pattern

ls >> grep pattern

6.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

In VIM, which mode allows you to type and insert text into a file?

Command Mode

Visual Mode

Insert Mode

Extended Mode

7.

MULTIPLE CHOICE QUESTION

10 sec • 5 pts

Which VIM mode is used to execute commands such as saving a file, searching, or quitting?

Command Mode

Insert Mode

Visual Mode

Normal Mode

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?