There are one file uploaded by some exploit. I am not able to delete that file even from root login. What may be the issue how i can delete that, i already check for immutable and stick bit status. Any suggestion really helpful for me
Thanks
There are one file uploaded by some exploit. I am not able to delete that file even from root login. What may be the issue how i can delete that, i already check for immutable and stick bit status. Any suggestion really helpful for me
Thanks
Reformat the machine and restore from backups.
Don't waste your time trying to remove one specific file. Think of it this way, if they were able to create this one file, how can you ever be certain they didn't make more permanent changes (think rootkit)?
What kind of error you are getting while trying to delete the file?
Paste here the name of that file.
I have seen many hack scripts in /tmp with name starting with hyphen(-). If this is your case, you can delete it by
root@local [~]# rm ./-
rm: remove regular empty file `./-'? y