How does a shell commonly locate an external command entered without a path?
It reads the command's manual page to discover the executable.
It searches directories listed in the PATH environment variable in order.
PATH
It scans every file on every mounted disk for each command invocation.
It searches only the current working directory.