Skip to content

Instantly share code, notes, and snippets.

@luanpcweb
Created December 1, 2020 14:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save luanpcweb/e6c104120c10adf4494f0a511618e8ef to your computer and use it in GitHub Desktop.
Save luanpcweb/e6c104120c10adf4494f0a511618e8ef to your computer and use it in GitHub Desktop.
Kill proccess
while true; do pkill -9 kdevtmpfsi; sleep 60 ; done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment