提交 67ccd237 编写于 作者: K Krishna Mohan A M 提交者: labuladong

fix: typo of nohup

上级 c06bbf3d
......@@ -91,10 +91,10 @@ Nevertheless, commands like `(cmd &)` move the process under `systemd`, an OS gu
An alternative approach to background execution is:
```shell
$ nohub some_cmd &
$ nohup some_cmd &
```
`nohub` functions similarly, but with extensive testing, `(cmd &)` appears to be more stable.
`nohup` functions similarly, but with extensive testing, `(cmd &)` appears to be more stable.
### 3. Single-quotes vs. double-quotes
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册