chapter 5-6

chapter 5-6

University

14 Qs

quiz-placeholder

Similar activities

Linux fundamental - Day1

Linux fundamental - Day1

University

10 Qs

Das Quiz von Lektion 1

Das Quiz von Lektion 1

10th Grade - Professional Development

15 Qs

Introduction to Hadoop Quiz

Introduction to Hadoop Quiz

University

10 Qs

Python quiz

Python quiz

KG - Professional Development

10 Qs

c-programming-2

c-programming-2

University

13 Qs

Chapter 3_Linux Filesystem Management

Chapter 3_Linux Filesystem Management

University

10 Qs

JavaScript Fundamentals

JavaScript Fundamentals

9th Grade - Professional Development

10 Qs

java

java

University - Professional Development

10 Qs

chapter 5-6

chapter 5-6

Assessment

Quiz

Education

University

Medium

Created by

Raiymbek Tolegenov

Used 3+ times

FREE Resource

14 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which output redirection operator displays the output to the terminal and discards all error messages?

&> file

2> &> file

2> /dev/null

1> /dev/null

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which output redirection operator sends output to a file and sends errors to another file?

> file 2> file2

> file 1> file2

> file &2> file2

| tee file

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which output redirection operator sends both output and errors to a file, creating it or overwriting its contents?

| tee file

2 &> file

1 &> file

&> file

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which output redirection operator sends both output and errors to the same file and preserves the contents of the file if it exists?

> file 2> file2

&> file

>> file 2>&1

>> file 1>&1

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which output redirection operator discards all messages that are normally sent to the terminal?

> file 2> file2

&> /dev/null

&> /dev/null 2> file

&> file

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which output redirection operator sends the output to both the screen and a file simultaneously?

&> /dev/null

> file 2> file2

| tee file

| file

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What element represents the number that identifies the user at the most fundamental level?

Primary user

UID

GID

Username

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?