From e17c58464772ae920659a3942f36681677c541b5 Mon Sep 17 00:00:00 2001 From: Adnan Ahmed Date: Mon, 24 Apr 2017 23:44:09 +0400 Subject: [PATCH] Update README.md --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2254de7..e778c16 100644 --- a/README.md +++ b/README.md @@ -889,6 +889,7 @@ whois domain kill killall & + nohup @@ -904,7 +905,7 @@ Kill all processes with the name. killall processname ``` -### c. `&` +### c. `&` The `&` symbol instructs the command to run as a background process in a subshell. ```bash command &