I came across a useful linux command that i hadn't seen before. Called
locate. it returns the full path of a file that you enter.
For example:
# locate php.ini
/etc/php.ini
As you can see it produces the full path for that file. Pretty handy.
However