Created
September 28, 2020 00:59
-
-
Save tacahiroy/bf1be8f61b4acce1537716271f752afd to your computer and use it in GitHub Desktop.
Recovery from bash fork retry: no child processes
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
#!/bin/bash | |
# https://superuser.com/a/168805/613038 | |
kill -STOP -u USER-NAME | |
kill -KILL -u USER-NAME |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment