Created
April 10, 2025 15:58
-
-
Save nbonamy/f7aa62cb1545e0bf41605613420bc021 to your computer and use it in GitHub Desktop.
kdevtmpfsi / kinsing removal
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
sudo killall kdevtmpfsi kinsing dbused | |
sudo rm /tmp/kdevtmpfsi /tmp/kinsing /tmp/dbused | |
sudo find / -iname kdevtmpfsi | |
sudo find / -iname kinsing | |
sudo find / -iname dbused | |
sudo crontab -u root -e | |
sudo crontab -u redis -e | |
sudo crontab -u www-data -e | |
If not found | |
sudo cat /etc/passwd | |
sudo crontab -u *** -e |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment