From a2db8a15839ea566e1a3cdc05eaebe364e8521cb Mon Sep 17 00:00:00 2001 From: I-Man Ng Date: Sat, 11 May 2019 11:21:05 +0800 Subject: [PATCH] Add more warning for the fork bomb --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index c0d781a..1c409ed 100644 --- a/README.md +++ b/README.md @@ -1514,7 +1514,9 @@ quota -v username ``` ##### Fork bomb -# Remove the beginning '# ' and don't try this at home +# Don't try this at home! +# It is a function that calls itself twice every call until you run out of system resources. +# A '# ' is added in front for safety reason, remove it when seriously you are testing it. ```bash # :(){:|:&};: ```