Bug 117132 - wb 2, ch 6: Question 3 is very similar to ch 3, question 2
Summary: wb 2, ch 6: Question 3 is very similar to ch 3, question 2
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Academy
Classification: Retired
Component: RHA030 Curriculum
Version: 2.0
Hardware: All
OS: Linux
medium
low
Target Milestone: ---
Assignee: Bowe Strickland
QA Contact: Bowe Strickland
URL: https://academy.redhat.com/courses/rh...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-02-29 05:10 UTC by Johnathan Kupferer
Modified: 2007-04-18 17:03 UTC (History)
0 users

Fixed In Version:
Clone Of:
Environment:
Last Closed: 2004-03-16 11:48:35 UTC
Embargoed:


Attachments (Terms of Use)

Description Johnathan Kupferer 2004-02-29 05:10:28 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.1)
Gecko/20031114

Description of problem:
Workbook 2. Filesystem Basics
Chapter 6. Examining Files
Questions: #3

Question 3 is:

Which of the following commands would act the same as cp a.txt b.txt,
assuming the file b.txt does not exist?
A. 	cat -5 a.txt b.txt
B. 	cat a.txt b.txt
C. 	cat -A a.txt > b.txt
D. 	cat a.txt > b.txt
E. 	None of the above.


Which seems quite similar to question 2 in chapter 3:

To copy file1.txt to file2.txt, you could use
A. 	cp file1.txt > file2.txt
B. 	cat file1.txt > file2.txt
C. 	dupe file1.txt file2.txt
D. 	mv file1.txt file2.txt


Maybe the chapter 3 question should be altered... the 'cat' there is a
little sneaky to ask quite so early.  How about "cp file1.txt
file2.txt" instead?

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
n/a
    

Additional info:

Comment 1 Bowe Strickland 2004-03-10 14:17:38 UTC
fixed...


Note You need to log in before you can comment on or make changes to this bug.