mirror of
https://github.com/nextcloud/documentation.git
synced 2025-10-26 11:18:02 +00:00
Add occ cross-references
This commit is contained in:
parent
1e5c4edfa3
commit
14ee032f0b
@ -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.
|
||||
|
||||
@ -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:
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user