Unverified 提交 7e8f6c96 作者: Whyrusleeping 提交者: GitHub

Merge pull request #5164 from alfiedotwtf/master

Grammar fix
...@@ -97,8 +97,8 @@ Verify that the config file can be read by your user: ...@@ -97,8 +97,8 @@ Verify that the config file can be read by your user:
sudo ls -l /etc/fuse.conf sudo ls -l /etc/fuse.conf
-rw-r----- 1 root fuse 216 Jan 2 2013 /etc/fuse.conf -rw-r----- 1 root fuse 216 Jan 2 2013 /etc/fuse.conf
``` ```
In most distributions group named `fuse` is be created during fuse installation. In most distributions, the group named `fuse` will be created during fuse
You can check this with: installation. You can check this with:
```sh ```sh
sudo grep -q fuse /etc/group && echo fuse_group_present || echo fuse_group_missing sudo grep -q fuse /etc/group && echo fuse_group_present || echo fuse_group_missing
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论