Un dernier point, si tu te poses la question de savoir où se situe un programme dans l'arborescence Linux, et si tu veux également connaitre ses répertoires, fichiers, etc. il y a deux commandes bien pratiques à connaître : whereis et locate. Exemple :
$ whereis thunderbird
thunderbird: /usr/bin/thunderbird /usr/lib/thunderbird /usr/bin/X11/thunderbird
$locate thunderbird
/home/nom/.thunderbird/
/usr/bin/thunderbird
/usr/lib/thunderbird
/usr/lib/thunderbird/add-plugins.sh
/usr/lib/thunderbird/chrome
/usr/lib/thunderbird/chrome/af.jar
/usr/lib/thunderbird/chrome/af.manifest
/usr/lib/thunderbird/chrome/be.jar
/usr/lib/thunderbird/chrome/be.manifest
/usr/lib/thunderbird/chrome/bg.jar
/usr/lib/thunderbird/chrome/bg.manifest
/usr/lib/thunderbird/chrome/ca.jar
/usr/lib/thunderbird/chrome/ca.manifest
/usr/lib/thunderbird/chrome/classic.jar
/usr/lib/thunderbird/chrome/classic.manifest
/usr/lib/thunderbird/chrome/comm.jar
/usr/lib/thunderbird/chrome/comm.manifest
/usr/lib/thunderbird/chrome/cs.jar
/usr/lib/thunderbird/chrome/cs.manifest
/usr/lib/thunderbird/chrome/da.jar
/usr/lib/thunderbird/chrome/da.manifest
/usr/lib/thunderbird/chrome/de.jar
/usr/lib/thunderbird/chrome/de.manifest
etc etc.