Bug 140995

Summary: wb11 ch5 command doesnt work
Product: [Retired] Red Hat Academy Reporter: Tomasz Chilinski <chilek>
Component: RHA130 CurriculumAssignee: Bowe Strickland <bowe>
Status: CLOSED NOTABUG QA Contact: Bowe Strickland <bowe>
Severity: medium Docs Contact:
Priority: medium    
Version: 2.1   
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-02 00:52:55 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 Tomasz Chilinski 2004-11-27 16:12:35 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (X11; U; Linux i686; pl-PL; rv:1.4.3)
Gecko/20040924

Description of problem:
# mkbootdisk $(uname -r)
Is it right??? I think should be:
# mkbootdisk `uname -r`


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


How reproducible:
Always

Steps to Reproduce:
trivial

Additional info:

Comment 1 Brad Smith 2005-01-02 00:52:55 UTC
$() and `` are equivalent in bash. Either should work.