For questions about the working directory of processes, as well as the `pwd` command
The working directory is the starting directory when a process searches for relative paths. In shell, the pwd command prints the current working directory.
See also: