Tagged Questions
0
votes
2answers
53 views
Which process creating cracker files?
A large number of cracker files with name FOO** are created by some of the process. I executed following command to found culprit process
lsof -f -F /tmp/*
But didn't found anything useful.
Is ...