Bug 132530 - chap 2 test question 15
Summary: chap 2 test question 15
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Academy
Classification: Retired
Component: RHA130 Curriculum
Version: 2.0
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bowe Strickland
QA Contact: Bowe Strickland
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-09-14 15:02 UTC by steven marcus
Modified: 2007-04-18 17:12 UTC (History)
0 users

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2005-01-07 17:29:30 UTC
Embargoed:


Attachments (Terms of Use)

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...


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