Linux Which Command | Linuxize
https://linuxize.com/post/linux-which-command18.09.2019 · Linux which command is used to identify the location of a given executable that is executed when you type the executable name (command) in the terminal prompt. The command searches for the executable specified as an argument in the directories listed in the PATH environment variable. What is PATH
Which Command in Linux [Explained with Examples]
https://linuxhandbook.com/which-command21.07.2020 · Linux which command is an extremely useful command for locating executable files located anywhere in the Linux system. Learn how to use it. If you are wondering where exactly is a certain program is located, simply use which on it. The which command locates an executable file in your shell’s search path. This Linux command has a simple syntax: