[ Team LiB ] Previous Section Next Section

The Current Directory — cd and pwd

Every 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 ] Previous Section Next Section