Link to home
Start Free TrialLog in
Avatar of Andre J
Andre JFlag for United States of America

asked on

How to find the default path to several files on my Linux Server ( a Dolphin 7 install )

I just began installing dolphin 7 onto my Centos 5.10 Linux Server.  I make screen shot of files i need to find the path of on my system.  I need the command, and correct syntax to find the files. Here is a screen shot of the files to be find. see attachment. Thanks in advanceUser generated image
ASKER CERTIFIED SOLUTION
Avatar of ThomasMcA2
ThomasMcA2

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Seth Simmons
if you installed php through yum then it would be under /usr/bin/php
just remove local from the path listed

same with imagemagick
if you installed it through yum then remove the local in that path; it would be /usr/bin for mogrify, convert and composite
if package installed with different path other than default, you can find this through find command.

find / -name *php