Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions user_manual/files/access_webdav.rst
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,9 @@ automatically every time you log in to your Linux computer.

usermod -aG davfs2 <username>

.. note::
If the davfs2 group doesn't exist after installing the package, you may need to create it yourself and, possibly, adjust the davfs config file to use the group after you've created it.

#. Then create a ``nextcloud`` directory in your home directory for the
mount point, and ``.davfs2/`` for your personal configuration file::

Expand Down
Loading