[Top] [Prev] [Next] [Bottom]


[Contents] [Index]

pwd - print working directory

pwd

Description

The pwd command prints the path name of the current directory (also called the 'working' directory).

Caveat

The pwd command does not guarantee to return the same path that was used to enter the directory. The returned path may be another route through the name space to the same working directory. This behavior arises when a combination of mounts or binds produces a graph in the file name space.

See Also

cd - change working directory
bind, mount, unmount - change name space
byte2char, char2byte - conversion functions in Chapter 8


[Top] [Prev] [Next] [Bottom]

infernosupport@lucent.com
Copyright © 1997, Lucent Technologies, Inc.. All rights reserved.