Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Joomla 1.5 (1.5.x) のすべてのインストールを見つけるために、cPanel サーバーで実行できる "find" または "grep" コマンド (と思います) を探しています。
すべての /home/*/public_html を循環して、特定の Joomla 1.5 署名を見つける必要があると思います。
/libraries/joomla/version.php ファイル内の次のテキストで、Joomla 1.5 のインストールを確認できます。
Copyright (C) 2005 - 2010 Open Source Matters. All rights reserved.
したがって、コマンドは次のようになります。
grep -r --include=*version.php "Copyright (C) 2005 - 2010 Open Source Matters" /home/