current working directory of a process
Current working directory of a process, abbreviated cwd or wd or pwd (originally “print working directory” and backronymed to “present working directory”).
The cd command cd in a shell, or the chdir system call, change the working directory of the calling program. The current working directory of a shell can be seen with the pwd command or in the $PWD variable.