What command can be used to check the current directory?

The command used to check the current directory is pwd, which stands for "print working directory." When you execute this command, it displays the full path of the directory you are currently in.

Here’s how to use it:

pwd

This will output the path of your current working directory.

0 Comments

no data
Be the first to share your comment!