File System - (Current|Working) Directory (cwd)
Table of Contents
About
The current directory is the execution context for a file system in the file system tree.
It's from this directory that all relative path are calculated.
When a process is started, the current directory is given as location to the process to work from.