CodePudding user response:
Find the PHP process, and then use lsof - p process can list process which opened the file, should you can find the PHP directory, or in your web services configuration fileCodePudding user response:
Or find/- name *. PHP to find the file,