diff --git a/admin_manual/configuration/reset_admin_password.rst b/admin_manual/configuration/reset_admin_password.rst index c4ac9121d..9cc4c47b2 100644 --- a/admin_manual/configuration/reset_admin_password.rst +++ b/admin_manual/configuration/reset_admin_password.rst @@ -15,7 +15,7 @@ If neither of these is an option, then you have a third option, and that is using the ``occ`` command. ``occ`` is in the ``owncloud`` directory, for example ``/var/www/owncloud/occ``. ``occ`` has a command for resetting all user passwords, ``user:resetpassword``. It is best to run ``occ`` as the HTTP -user, as in this example:: +user, as in this example on Ubuntu Linux:: $ sudo -u www-data /var/www/owncloud/occ user:resetpassword admin Enter a new password: @@ -31,3 +31,5 @@ default Apache HTTP user:group on Linux distros: * Centos, Red Hat, Fedora: apache:apache * Debian, Ubuntu, Linux Mint: www-data:www-data * openSUSE: wwwrun:www + +See :doc:`occ_command` to learn more about using the ``occ`` command. diff --git a/admin_manual/maintenance/update.rst b/admin_manual/maintenance/update.rst index 84717dc9b..a206f6d12 100644 --- a/admin_manual/maintenance/update.rst +++ b/admin_manual/maintenance/update.rst @@ -29,8 +29,8 @@ Updater app or upgrading manually. You should still maintain regular backups hosting. Larger installations should update ownCloud with their Linux package managers or manually upgrade, and then complete the update with the ``occ upgrade`` command, which is in the ``owncloud`` directory. - Run ``occ help`` to see complete command options. (ownCloud Enterprise - Edition does not include the Updater app.) + See :doc:`../configuration/occ_command` to learn more about using the + ``occ`` command. The Updater app performs these operations: