SSH command to search a file inside directories
Linux has “find” options to search for a particular files inside the directories,here am showing the find syntax to search “index.php”
find . -name "index.php"
Tutorialshore
SSH command to search a file inside directories
Linux has “find” options to search for a particular files inside the directories,here am showing the find syntax to search “index.php”
find . -name "index.php"