diff options
author | Charles <cer@a2c3.co> | 2014-04-16 17:12:49 -0700 |
---|---|---|
committer | Charles <cer@a2c3.co> | 2014-04-16 17:12:49 -0700 |
commit | 51d7be6f24900318ca92c594f12e5c5dcc2303b6 (patch) | |
tree | a7c84776408cb67aa14d5e8cb57171eebc6d2f36 /doc | |
parent | 9589d12c936a7a8958caf7192d0eb6d84174a6f7 (diff) | |
download | volse-hubzilla-51d7be6f24900318ca92c594f12e5c5dcc2303b6.tar.gz volse-hubzilla-51d7be6f24900318ca92c594f12e5c5dcc2303b6.tar.bz2 volse-hubzilla-51d7be6f24900318ca92c594f12e5c5dcc2303b6.zip |
added "network" as another user group for davfs
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dav_mount.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/dav_mount.bb b/doc/dav_mount.bb index 977d4d531..6e52d49b0 100644 --- a/doc/dav_mount.bb +++ b/doc/dav_mount.bb @@ -14,6 +14,10 @@ Now you need to add any user you want to be able to mount dav to the davfs2 grou [code]usermod -aG davfs2 <DesktopUser>[/code]
+[b]Note: on some systems the user group may be different, i.e. - "network"
+on Arch Linux. If in doubt, check the davfs documentation for your
+particular OS.
+
Edit /etc/fstab
[code]nano /etc/fstab[/code]
|