Deal of The Day! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Micro Focus Exam 050-733 Topic 2 Question 96 Discussion

Actual exam question for Micro Focus's 050-733 exam
Question #: 96
Topic #: 2
[All 050-733 Questions]

You want to redirect both output and error messages of the find command to the find-output file.

Which command accomplishes this task?

Show Suggested Answer Hide Answer
Suggested Answer: C

Contribute your Thoughts:

Emogene
3 months ago
So, you want to find all the *conf files, huh? Better hope there aren't any files named 'find-output' in there, or you're in for a real treat!
upvoted 0 times
Heike
1 months ago
Yeah, that would work too. Just make sure there's no file named 'find-output' in there!
upvoted 0 times
...
Joesph
2 months ago
A) find /etc --name ''*conf'' 2>&find-output
upvoted 0 times
...
Meaghan
2 months ago
Oh, that command redirects both output and error messages to the find-output file.
upvoted 0 times
...
Carol
2 months ago
C) find /etc --name ''*conf'' > find-output 2>&1
upvoted 0 times
...
...
Annamae
3 months ago
Option C is the way to go. It's the most straightforward and easy-to-understand solution.
upvoted 0 times
...
Jaclyn
3 months ago
I think option C is the winner here. Redirecting both output and error to the same file is a clean solution.
upvoted 0 times
Felton
2 months ago
Yes, option C is the way to go. It ensures all messages are redirected to the same file.
upvoted 0 times
...
Nan
2 months ago
I think so too. It's important to capture both output and error messages in one place.
upvoted 0 times
...
Yen
2 months ago
I agree, option C is the correct one. It redirects both output and error messages to the find-output file.
upvoted 0 times
...
...
Rolande
4 months ago
Hmm, I'm not sure about option D. Redirecting the error messages to the same file as the output seems like it might cause some issues.
upvoted 0 times
Iraida
2 months ago
Yeah, I agree. Option C is the correct command to redirect both output and error messages to the find-output file.
upvoted 0 times
...
Shawnda
3 months ago
C) find /etc --name ''*conf'' > find-output 2>&1
upvoted 0 times
...
Jeniffer
3 months ago
A) find /etc --name ''*conf'' 2>&find-output
upvoted 0 times
...
...
Eleonora
4 months ago
Option C looks good to me! Redirecting both output and error messages to the same file seems like the way to go.
upvoted 0 times
...
Helga
4 months ago
I'm not sure, but I think it's either A or C.
upvoted 0 times
...
Stephaine
4 months ago
I agree with Krissy, because it redirects both output and error messages to the find-output file.
upvoted 0 times
...
Krissy
4 months ago
I think the answer is C.
upvoted 0 times
...

Save Cancel