Use the following two command to research program usage in Linux:
The following will show you the location of the program you run from the command/defined:
$which command-to-lookup
The following will show you where the basic places for the command happen to be:
$locate command-to-lookup
