ExamGecko
Question list
Search
Search

Question 59 - 101-500 discussion

Report
Export

Which of the following statements is correct regarding the command foo 1> bar?

A.
The stdout from the command foo is appended to the file bar.
Answers
A.
The stdout from the command foo is appended to the file bar.
B.
The stdout from the command foo overwrites the file bar.
Answers
B.
The stdout from the command foo overwrites the file bar.
C.
The command foo receives its stdin from the file bar.
Answers
C.
The command foo receives its stdin from the file bar.
D.
The command foo receives its stdin from the stdout of the command bar.
Answers
D.
The command foo receives its stdin from the stdout of the command bar.
E.
The stderr from the command foo is saved to the file bar.
Answers
E.
The stderr from the command foo is saved to the file bar.
Suggested answer: B
asked 18/09/2024
B M
32 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first