linux-command-which

Today, I’m going to give you a quick guide on how to use the which command in Linux. The which command is very useful when you want to locate the path of a specific command. Let’s say you have a command that you can execute in the shell because it’s in the shell path, but you’re curious about its location. In this case, you can use the which command to find out where it is stored....