Bug 136883 - wb6 pretest typo (s/mask/netmask/)
Summary: wb6 pretest typo (s/mask/netmask/)
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Academy
Classification: Retired
Component: RHA130 Curriculum
Version: 2.1
Hardware: All
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Bowe Strickland
QA Contact: Bowe Strickland
URL: https://academy.redhat.com/instructor...
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2004-10-22 20:31 UTC by Vince Hoang
Modified: 2007-04-18 17:14 UTC (History)
0 users

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


Attachments (Terms of Use)

Description Vince Hoang 2004-10-22 20:31:17 UTC
Description of problem:

7.  Which of the following command lines would dynamically configure
the interface eth0 with an IP address of 192.168.10.1 and a network
mask of 255.255.255.0?
A 	ifup eth0 192.168.10.1/255.255.255.0
B 	netconfig 192.168.10.1 mask 255.255.255.0
C 	echo 192.168.10.1/255.255.255.0 > /dev/eth0
D 	source /etc/sysconfig/network-scripts/ifcfg-eth0
E 	ifconfig eth0 192.168.10.1 mask 255.255.255.0 up (correct)

E should read:
E 	ifconfig eth0 192.168.10.1 netmask 255.255.255.0 up 

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

How reproducible:
Always

Steps to Reproduce:
1. Take wb6 pretest

Comment 1 Brad Smith 2005-01-01 10:54:45 UTC
fix is in cvs. should be in version 2.2.


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