GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
* Sign Up! *

Support
Customer Portal
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PWD(1) FreeBSD General Commands Manual PWD(1)

pwdreturn working directory name

pwd [-L | -P]

The pwd utility writes the absolute pathname of the current working directory to the standard output.

Some shells may provide a builtin pwd command which is similar or identical to this utility. Consult the builtin(1) manual page.

The options are as follows:

Display the logical current working directory.
Display the physical current working directory (all symbolic links resolved).

If no options are specified, the -L option is assumed.

Environment variables used by pwd:

Logical current working directory.

The pwd utility exits 0 on success, and >0 if an error occurs.

Show current working directory with symbolic links resolved:

$ /bin/pwd
/usr/src/sys/kern

Show the logical current directory. Then use file(1) to inspect the /sys directory:

$ /bin/pwd -L
/sys/kern
$ file /sys
/sys: symbolic link to usr/src/sys

The pwd utility conforms to IEEE Std 1003.1-2001 (“POSIX.1”).

The pwd command appeared in Version 5 AT&T UNIX.

In csh(1) the command dirs is always faster because it is built into that shell. However, it can give a different answer in the rare case that the current directory or a containing directory was moved after the shell descended into it.

The -L option does not work unless the PWD environment variable is exported by the shell.

Februrary 6, 2026 FreeBSD 15.1-RELEASE-p1

Search for    or go to Top of page |  Section 1 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.