Commit 9fd74b3c authored by Alfie John's avatar Alfie John

Grammar fix

License: MIT
Signed-off-by: default avatarAlfie John <alfie@alfie.wtf>
parent b183da36
......@@ -97,8 +97,8 @@ Verify that the config file can be read by your user:
sudo ls -l /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.
You can check this with:
In most distributions, the group named `fuse` will be created during fuse
installation. You can check this with:
```sh
sudo grep -q fuse /etc/group && echo fuse_group_present || echo fuse_group_missing
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment