pwd: Print working directory
August 7th, 2024 10:14 PM Mr. Q Categories: Command
Print working directory
Command: pwd
Shows the current location in the file system.
Sample Command and Output:
$ pwd
/home/user/Documents
Description:
pwd
: Prints the full path of the current working directory. In this case, it shows/home/user/Documents
as the current location in the file system.