Merge pull request #4598 from yangmingming/master

yangmingming translating[How to Start Linux Command in Background and Detach Process in Terminal]
This commit is contained in:
Ezio 2016-10-31 10:55:41 +08:00 committed by GitHub
commit 654972d007

View File

@ -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.