# pwd - [Command Function](#section197737712267) - [Syntax](#section1544061016267) - [Parameters](#section599112120262) - [Usage](#section66901116152615) - [Example](#section7427181922612) - [Output](#section116313389418) ## Command Function This command is used to display the current path. ## Syntax pwd ## Parameters None ## Usage The **pwd** command writes the full path name of the current directory \(from the root directory\) to the standard output. All directories are separated by slashes \(/\). The directory following the first slash \(/\) indicates the root directory, and the last directory is the current directory. ## Example Run **pwd**. ## Output **Figure 1** Displaying the current path ![](figure/displaying-the-current-path.png "displaying-the-current-path")