svcadm(8)을 검색하려면 섹션에서 8 을 선택하고, 맨 페이지 이름에 svcadm을 입력하고 검색을 누른다.
pwd(1)
pwd(1) User Commands pwd(1)
NAME
pwd - return working directory name
SYNOPSIS
/usr/bin/pwd [-LP ] [--logical] [--physical] [--help]
DESCRIPTION
The pwd utility writes an absolute path name of the current working
directory to standard output.
Both the Bourne shell, sh(1), and the Korn shells, ksh(1) and ksh88(1),
also have a built-in pwd command.
OPTIONS
The following options are supported:
-P, --physical
Display the physical name of the working directory. This is the
default option if none is specified.
-L, --logical
Use the PWD environment variable as the name of the working direc‐
tory, if possible, even if it is a symbolic link. PWD must not con‐
tain "dot" or "dot-dot" components and must point to the current
working directory if it is a symbolic link. If these conditions are
not met, -P behavior is assumed.
--help
Display command usage and exit.
If both -L and -P are specified, only the last entered option will
apply.
ENVIRONMENT VARIABLES
See environ(7) for descriptions of the following environment variables
that affect the execution of pwd: LANG, LC_ALL, LC_MESSAGES, and
NLSPATH.
EXIT STATUS
The following exit values are returned:
0 Successful completion.
>0 An error occurred.
If an error is detected, output will not be written to standard output,
a diagnostic message will be written to standard error, and the exit
status will not be 0.
ATTRIBUTES
See attributes(7) for descriptions of the following attributes:
tab() box; cw(2.75i) |cw(2.75i) lw(2.75i) |lw(2.75i) ATTRIBUTE TYPEAT‐
TRIBUTE VALUE _ Availabilitysystem/core-os _ CSIEnabled _ Interface
StabilityCommitted _ StandardSee standards(7).
SEE ALSO
cd(1), ksh(1), ksh88(1), sh(1), shell_builtins(1), attributes(7), envi‐
ron(7), standards(7)
DIAGNOSTICS
pwd: cannot determine current directory!
Consult your network administrator.
NOTES
If you move the current directory or one above it, pwd may not give the
correct response. Use the cd(1) command with a full path name to cor‐
rect this situation.
Oracle Solaris 11.4 7 Sep 2012 pwd(1)