Manage files and folders
- cd - change directory
- ls - list the content of a directory
- pwd - parent working dir
- mkdir - create a new directory
- rm - Remove files and folders
- cp - Copy files and folders
- mv - Move files and folders
- ditto - Move files and folders (advanced)
Acess and permission to files/folders
pwd
Syntax: pwd
Explanation: Pwd is an abbreviation for Parent Working Dir and will show you the current working dir.
Example
| pwd | Outputs the path of the current working dir directly in the Terminal, for instance: /usr/local/ |