I run command 'sudo chkrootkit', and find some suspect PHP files, I would like to remove those, but I don't know where are these PHP files located? thanks for giving information.
Where is the PHP file saved?
Archived thread 1005993 from Security. Markdown source: Security/thread_1005993_Where_is_the_PHP_file_saved.md
Try with the find command
find / -name "filename.php"