Chapter 2. Linux Key Commands

Pwd (Print Working Directory)

Pwd (Print Working Directory)
Tag:

The pwd (Print Working Directory) command is a command used to print the full path (absolute path) to your working directory. No argument is required for this command. Simply run the command as shown below.

Command Line - INPUT
pwd

If your Working Directory is the etc directory under the root directory, the command line returns the following result.

Command Line - RESPONSE
/etc

The pwd (Print Working Directory) command is a command used to print the full path (absolute path) to your working directory. No argument is required for this command. Simply run the command as shown below.

Command Line - INPUT
pwd

If your Working Directory is the etc directory under the root directory, the command line returns the following result.

Command Line - RESPONSE
/etc
Tag: