pwd

OS/161 Reference Manual

Name

pwd - print working directory

Synopsis

/bin/pwd

Description

pwd prints the current working directory.

Requirements

pwd uses the following system calls: pwd should function properly once the basic system calls assignment is completed, except on filesystems or in directories that do not support getcwd.

pwd should function properly in all directories of your filesystem once the file system assignment is completed.