In this series of mini posts I will teach you a Linux lesson every day, it can be command , tricks , how to etc. The post will cover for beginner to advanced level. Welcome to Linux terminal.
Follow us and start learning Linux today
which
which is a Linux command used to locate the path of a program / executable. It will be helpful to find the path of program. For example the following command will locate the path of the Python3 and print to the screen
$ which python3 //output /usr/bin/python3
Following Linux manuals may help you