From 90114a3a2b6014409d2624ea6f6809b197819cea Mon Sep 17 00:00:00 2001 From: yangmingming Date: Mon, 31 Oct 2016 10:44:36 +0800 Subject: [PATCH] yangmingming translating --- ...Linux Command in Background and Detach Process in Terminal.md | 1 + 1 file changed, 1 insertion(+) diff --git a/sources/tech/20161025 How to Start Linux Command in Background and Detach Process in Terminal.md b/sources/tech/20161025 How to Start Linux Command in Background and Detach Process in Terminal.md index a1a8a5b38a..f5558458c5 100644 --- a/sources/tech/20161025 How to Start Linux Command in Background and Detach Process in Terminal.md +++ b/sources/tech/20161025 How to Start Linux Command in Background and Detach Process in Terminal.md @@ -1,3 +1,4 @@ +yangmingming translating # How to Start Linux Command in Background and Detach Process in Terminal In this guide, we shall bring to light a simple yet important concept inĀ [process handling in a Linux system][8], that is how to completely detach a process from its controlling terminal.