Problem With Solutions

Something Different In Linux

Home » Basic Linux » Delete php.ini file from all directories

Delete php.ini file from all directories

Posted by Rishikesh Vispute Categories: Basic Linux, Linux Commands

Command for to Delete php.ini file from all directories

find -name php.ini -exec rm -f {} \;



Optimized by SEO Ultimate