FG
💻 Software

How to find file with name="php.ini" on linux using grep command

Fresh5 days ago
Mar 15, 202686539 views
Confidence Score0%
0%

Problem

How to find file with name="php.ini" on linux using grep command ? Can anybody show me ?

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: How to find file with name="php.ini" on linux using grep command

Low Risk

You would normally use not to find files by name. If you must use grep In both cases replace "/" with the absolute or relative path for the directory you wish to start the search in. Note that linux also has a command that relies on indexing - check…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment