Last active
May 5, 2021 10:11
-
-
Save Barolina/b5046e3a2dbd3425e60f143c5bd4a0e2 to your computer and use it in GitHub Desktop.
Kill virous the kdevtmpfsi.md
This file contains 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
cd /var/lib/docker/overlay2/066e64d1c99bba2de9b1dc59fa2e0c0c1b6862abff3b9936d2e70f3537a773f5/merged | |
rm tmp/kdevtmpfsi* | |
rm var/tmp/kdevtmpfsi* | |
find / -iname kdevtmpfsi* -exec rm -fv {} \; | |
find / -iname kinsing -exec rm -fv {} \; | |
find / -iname oka* -exec rm -fv {} \; | |
chmod 000 tmp | |
chmod 000 var/tmp | |
sudo kill -9 $(pidof kdevtmpfsi) | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment