July 2019
Intermediate to advanced
458 pages
12h 12m
English
Each process has a directory associated with it called the working directory, which is usually inherited from the parent process. This makes it possible to specify relative paths – one that doesn't start with the root folder. This will be / on Unix and macOS and C:\ (or any other drive letter) on Windows.
The operating system interprets these paths as being relative to the current directory, so their absolute version is a concatenation of the working directory and the relative ...
Read now
Unlock full access