The PATH is an environment variable that tells your computer where to look for executable files. It's a list of directories separated by a colon (in UNIX-like systems) or a semicolon (in Windows).
/usr/local/bin:/usr/bin:/bin:/usr/sbin:/sbin
When you run a command, the system checks each directory in the PATH to see if it contains an executable with the name of the command.