Bug 127155

Summary: w6c3q4
Product: [Retired] Red Hat Academy Reporter: Bowe Strickland <bowe>
Component: RHA030 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:30:04 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 Bowe Strickland 2004-07-02 19:20:06 UTC
Workbook 6: The Bash Shell 
Chapter 3. Shell and Environment Variables 
Questions

In an effort to set his timezone to MDT [...deleted...]

TZ=MDT

[...more deletions...]

4.  What change should elvis make to correct his mistake? 
   A.  He should Modify the line added to the .bashrc to read export 
TZ=MST  
   B.  Run the command chmod a+x ~/.bashrc  
   C.  He should modify the line added to the .bashrc to read TZ=MST; 
export TZ  
  D.  Either A or C  
   E.  None of these steps would solve the problem.  

Both A&C say:     MST

When they should say:     MDT