| CMD Commands | ||
|---|---|---|
| Tag | Name | Description |
| ls | List | Lists out all the available files inside the current directory. |
| pwd | Print Working Directory | Gives the current location. |
| cd x | Change Directory | Takes you to "x" directoy |
| cd .. | Change Directory | Take you back one time. |
| mkdir x | Make Directory | Creates a new folder in the current or specified "x" location. |
| touch | Touch | Create new file in the current directory. |
| cat x | Cat | Displays the content inside the file "x" |