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.
