Bug 122900 - WB 8 CH1Questions 9
Summary: WB 8 CH1Questions 9
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Red Hat Academy
Classification: Retired
Component: RHA030 Curriculum
Version: 2.0
Hardware: All
OS: Linux
medium
medium
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-05-10 06:27 UTC by Garry
Modified: 2007-04-18 17:07 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2004-09-13 20:58:37 UTC
Embargoed:


Attachments (Terms of Use)

Description Garry 2004-05-10 06:27:38 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.0)

Description of problem:
The answer returned from the test marker is - B 2475 - for wc -c 
< /etc/group . I believe the answer should be - E Not enough 
information - the same as the previous question wc -l < tc/group

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


How reproducible:
Always

Steps to Reproduce:
1. grade question
2.
3.
    

Additional info:

Comment 1 Brad Smith 2004-09-13 20:58:37 UTC
This question is a bit tricky, but the answer is correct. Remember
that /etc/group is an ASCII text file. ASCII characters are one byte
apiece, so if the file is 2475 bytes then there must be 2474
characters in it. 


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