Welcome to ExamTopics
ExamTopics Logo
- Expert Verified, Online, Free.

Unlimited Access

Get Unlimited Contributor Access to the all ExamTopics Exams!
Take advantage of PDF Files for 1000+ Exams along with community discussions and pass IT Certification Exams Easily.

Exam 050-733 topic 1 question 70 discussion

Actual exam question from Novell's 050-733
Question #: 70
Topic #: 1
[All 050-733 Questions]

You do not want to see any error messages when using the find command; you want to see only the results.
Which command accomplishes this task?

  • A. find /etc -name "*conf" 3>/dev/null
  • B. find /etc -name "*conf" 0>/dev/null
  • C. find /etc -name "*conf" 2>/dev/null
  • D. find /etc -name "*conf" 1>/dev/null
Show Suggested Answer Hide Answer
Suggested Answer: D 🗳️

Comments

Chosen Answer:
This is a voting comment (?) , you can switch to a simple comment.
Switch to a voting comment New
agbbr
3 years, 8 months ago
This correct answer would be letter C
upvoted 2 times
...
kagole
4 years, 3 months ago
C is correct answer, std err is 2, std output is 1, 1> /dev/null sends all output to null device, nothing will be seen at the terminal
upvoted 2 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 ...