| [ Team LiB ] |
|
The Current Directory — cd and pwdEvery process has a current directory that is used as the starting point when resolving a relative pathname. The pwd command returns the current directory, and the cd command changes the current directory. Example 9-11 uses these commands. |
| [ Team LiB ] |
|