13,420
edits
Changes
→Part 1: Creating Directories
* You are making mistakes in directory name syntax (eg. spelling or mixing up character case)
* Not creating subdirectories within specified directories.
<table align="right"><tr valign="top"><td>[[Image:script-check-1.png|thumb|right|250px|Output of the '''tree''' command to display directory structure.]]</td><td>[[Image:script-check-2.png|thumb|right|250px|Output of the '''ls -lR''' command to display directory structure.]]</td></table>
To check that you haven't made mistakes so you won't encounter problems in the next section a '''shell script''' has been created to check your work.
If the checking shell script detects an error, then it will provide feedback and offer constructive feedback on how to fix that problem so you can re-run the checking shell scripts until your work is correct.