CSC 209 UNIX Tools File System Diagram PDF
Document Details
Uploaded by Deleted User
Tags
Summary
This document presents a hierarchical diagram of a file system, likely for a computer science course (CSC 209). It shows folders and files, including hidden files and a Bash script file. It also mentions an HTML file for editing.
Full Transcript
# 1. CSC 209 UNIX Tools Hierarchical Diagram Showing Folders and Files Created in Asgn 1 ``` / / \ / \ / \ / \ / \ /-----------\ | | | |...
# 1. CSC 209 UNIX Tools Hierarchical Diagram Showing Folders and Files Created in Asgn 1 ``` / / \ / \ / \ / \ / \ /-----------\ | | | | | | | | / \ / \ / \ / \ / \ / \ /-------\ /-------\ /-----\ | | | | | | 1 2 3 4 csc209 public_html \ / / / | \_______/ /_____/_____/ / / / / / / / / / / / / /---------------/ / / / / | | / | | / | asgn01 / | | / | | / | | / \________________/ / \ / \ / \ /-------\ | | 6 | \_______/ | | | csc209 | | | 5 ``` ## Files Created: 1-4: Hidden files - `.cshrc` `.login` `.bashrc` `.bash_logout` 5: `index.html` file, an html file that should be properly edited 6: `hello.bash`, a Bash script file