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

Exam 312-49v10 All Questions

View all questions & answers for the 312-49v10 exam

Exam 312-49v10 topic 1 question 582 discussion

Actual exam question from ECCouncil's 312-49v10
Question #: 582
Topic #: 1
[All 312-49v10 Questions]

Assume there is a file named myfile.txt in C: drive that contains hidden data streams. Which of the following commands would you issue to display the contents of a data stream?

  • A. echo text > program:source_file
  • B. C:\>ECHO text_message > myfile.txt:stream1
  • C. C:\MORE < myfile.txt:stream1
  • D. myfile.dat:stream1
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
Elb
6 months ago
Selected Answer: C
The following command displays the contents of the data stream: C:\>MORE < myfile.txt:stream1
upvoted 2 times
...
marymayhem
1 year, 4 months ago
Selected Answer: C
< operator reads the file
upvoted 4 times
...
Cheng89
1 year, 5 months ago
Selected Answer: C
This command reads the contents of the stream1 data stream within the myfile.txt file located in the C: drive. The < operator is used to redirect the data stream content as input to the MORE command, which displays it in the command prompt window.
upvoted 4 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 ...