Bug 229407

Summary: RHA030 wb2ch4 ls command in text does not show public_html dir
Product: [Retired] Red Hat Academy Reporter: Brad Smith <brads>
Component: RHA030 CurriculumAssignee: Bowe Strickland <bowe>
Status: CLOSED EOL QA Contact: Bowe Strickland <bowe>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.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: 2020-03-27 16:49:15 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 Brad Smith 2007-02-20 20:56:58 UTC
Submitted by koutras_g

There is an error on Workbook2/Chapter4 regarding the rm command.
The ls command after rm should return "public_html", but is null.

Output follows:



To remove his ~/public_html/images subdirectory, Elvis could proceed as shown:

[elvis@station elvis]$ ls
public_html
[elvis@station elvis]$ rmdir public_html/images
[elvis@station elvis]$ ls
[elvis@station elvis]$