Introduction to Linux I – Chapter 10 Exam Answers 2019 + PDF file

How to find: Press “Ctrl + F” in the browser and fill in whatever wording is in the question to find that question/answer. If the question is not here, find it in Questions Bank.

NOTE: If you have the new question on this test, please comment Question and Multiple-Choice list in form below this article. We will update answers for you in the shortest time. Thank you! We truly value your contribution to the website.

1. This stream is the output of a command operating normally:

  • stdout
  • stderr
  • stdin
  • stdnorm

2. Many commands that read text files will also read from this stream:

  • pipe
  • stdin
  • redirect
  • input

3. If you want to overwrite a file by redirecting the output of a command, you can use:

  • &
  • >
  • }
  • |

4. To redirect the errors that are output by a command, you can use:

  • @
  • 2>
  • 2@
  • 2&

5. Two or more commands combined with the “|” between them form a:

  • convoy
  • caravan
  • command line
  • pipeline

6. Which two symbols can effectively redirect stdin to a command? (choose two)

  • >
  • !
  • |
  • <

7. If you want to append a file with the normal output of a command, you can use:

  • 2>>
  • >
  • >>
  • 1>

8. To send the normal and error output of a command to a single file, you can use:

  • 2>
  • >
  • 1>
  • &>

9. Which of the following commands will take the standard output of the ls and put it into the /tmp/output.txt file:

  • ls 2 | /tmp/output
  • ls 2> /tmp/output.txt
  • ls > /tmp/output.txt
  • ls | /tmp/output.txt

10. Which of the following commands will take the standard error of the ls command and put it into the /tmp/output.txt file:

  • ls 2> /tmp/output.txt
  • ls | /tmp/output.txt
  • ls 2 | /tmp/output
  • ls > /tmp/output.txt

Download PDF File below:

Subscribe
Notify of
guest

1 Comment
Inline Feedbacks
View all comments
ABDOU KOUASSI
ABDOU KOUASSI
2 years ago

Thank you for all. In my first attempt, i get 60 per cent so i came here to take the correct answer.

1
0
Would love your thoughts, please comment.x
()
x