Bug 132530

Summary: chap 2 test question 15
Product: [Retired] Red Hat Academy Reporter: steven marcus <smarcus>
Component: RHA130 CurriculumAssignee: Bowe Strickland <bowe>
Status: CLOSED CURRENTRELEASE QA Contact: Bowe Strickland <bowe>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.0   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2005-01-07 17:29:30 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description steven marcus 2004-09-14 15:02:39 UTC
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1)

Description of problem:
Answer for chapter 2 test question 15 

brw-rw----    1 root     disk       3,   0 Jan 30  2003 /dev/hda
brw-rw----    1 root     disk       3,   1 Jan 30  2003 /dev/hda1
brw-rw----    1 root     disk       3,   2 Jan 30  2003 /dev/hda2
brw-rw----    1 root     disk       3,   3 Jan 30  2003 /dev/hda3
brw-rw----    1 root     disk       3,   4 Jan 30  2003 /dev/hda4


15. Which of the following command lines could have been used to make 
the file /dev/hda4?  
A  mknod d 3,4 /dev/hda4  
B  mknod 4 3 b /dev/hda4  
C  mknod /dev/hda4 b 4 2 (correct)  
D  mknod -b /dev/hda4 -M 4 -m 2  
E  None of the above  

C is marked as correct, but does not match major and minor numbers 
for /dev/hda4 
Correct answer should be E



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


How reproducible:
Always

Steps to Reproduce:
1.take test
2.
3.
    

Additional info:

Comment 1 Bowe Strickland 2005-01-03 21:36:57 UTC
fixed...