Skip to content

Instantly share code, notes, and snippets.

@wingkwong
Created February 6, 2024 06:42
Show Gist options
  • Save wingkwong/608925108992810e8143449814115f19 to your computer and use it in GitHub Desktop.
Save wingkwong/608925108992810e8143449814115f19 to your computer and use it in GitHub Desktop.
kill-kinsing.sh
#!/bin/sh
kill $(pgrep kdevtmp);
kill $(pgrep kinsing);
find / -iname kdevtmpfsi -exec rm -fv {} \;
find / -iname kinsing -exec rm -fv {} \;
rm /tmp/kdevtmp*;
rm /tmp/kinsing*;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment