exam questions

Exam LX0-103 All Questions

View all questions & answers for the LX0-103 exam

Exam LX0-103 topic 3 question 2 discussion

Actual exam question from CompTIA's LX0-103
Question #: 2
Topic #: 3
[All LX0-103 Questions]

In Bash, inserting 1>&2 after a command redirects

  • A. standard error to standard input.
  • B. standard input to standard error.
  • C. standard output to standard error.
  • D. standard error to standard output.
  • E. standard output to standard input.
Show Suggested Answer Hide Answer
Suggested Answer: C 🗳️

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
linux_admin
2 years, 2 months ago
n Bash, inserting 1>&2 after a command redirects standard output to standard error. The number 1 refers to the file descriptor for standard output (stdout), and the &2 refers to the file descriptor for standard error (stderr). The > operator is used to redirect output from one file descriptor to another. So, when you run a command followed by 1>&2, the standard output of that command will be redirected to standard error, which means that the output of the command will be written to the same place as error messages. This can be useful in certain situations, such as when you want to capture both the output and error messages of a command in the same log file.
upvoted 1 times
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago